Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Can not get 1 Catalog item to show. Rest do.


7tooz

Recommended Posts

Posted

First post so here goes -

 

I had installed the add on "ot_discount_coupon_codes_3_34_ES_update" and had it working perfectly.

Last night I added "Admin_level_account_with_categories_2.3.4" and the "Coupons" link from the other add on under my Catalog will not show.

 

I see what I think should be the code to add this admin\includes\boxes\catalog.php

 

All the other Catalog items show but the Coupons one.

 

// BOE Access with Level Account (v. 2.2 RC2A) for the Admin Area of osCommerce (MS2) 1 of 1

 

$contents[] = array('text' =>tep_admin_files_boxes(FILENAME_CATEGORIES, BOX_CATALOG_CATEGORIES_PRODUCTS) .

tep_admin_files_boxes(FILENAME_PRICE_UPDATER, BOX_CATALOG_PRICE_UPDATER) .

tep_admin_files_boxes(FILENAME_PRODUCTS_ATTRIBUTES, BOX_CATALOG_CATEGORIES_PRODUCTS_ATTRIBUTES) .

tep_admin_files_boxes(FILENAME_MANUFACTURERS, BOX_CATALOG_MANUFACTURERS) .

tep_admin_files_boxes(FILENAME_REVIEWS, BOX_CATALOG_REVIEWS) .

tep_admin_files_boxes(FILENAME_START_PRODUCT, BOX_CATALOG_START_PRODUCT) .

tep_admin_files_boxes(FILENAME_SPECIALS, BOX_CATALOG_SPECIALS) .

tep_admin_files_boxes(FILENAME_DISCOUNT_COUPONS, BOX_CATALOG_DISCOUNT_COUPONS) .

tep_admin_files_boxes(FILENAME_PRODUCTS_EXPECTED, BOX_CATALOG_PRODUCTS_EXPECTED));

// EOE Access with Level Account (v. 2.2 RC2A) for the Admin Area of osCommerce (MS2) 1 of 1

 

 

Any help would be greatly appreciated.

 

7tooz

Posted

I again checked both contributions.

 

When I run admin/coupons.php in my address bar it automatically redirects me to admin/forbidden.php and says "Access denied. No right permission access. Please contact your web administrator to request more access or if you found any problems."

 

I am logged in as Top Admin will "Catogory Access - All"

 

Any thoughts would be greatly appreciated.

 

7tooz

 

First post so here goes -

 

I had installed the add on "ot_discount_coupon_codes_3_34_ES_update" and had it working perfectly.

Last night I added "Admin_level_account_with_categories_2.3.4" and the "Coupons" link from the other add on under my Catalog will not show.

 

I see what I think should be the code to add this admin\includes\boxes\catalog.php

 

All the other Catalog items show but the Coupons one.

 

// BOE Access with Level Account (v. 2.2 RC2A) for the Admin Area of osCommerce (MS2) 1 of 1

 

$contents[] = array('text' =>tep_admin_files_boxes(FILENAME_CATEGORIES, BOX_CATALOG_CATEGORIES_PRODUCTS) .

tep_admin_files_boxes(FILENAME_PRICE_UPDATER, BOX_CATALOG_PRICE_UPDATER) .

tep_admin_files_boxes(FILENAME_PRODUCTS_ATTRIBUTES, BOX_CATALOG_CATEGORIES_PRODUCTS_ATTRIBUTES) .

tep_admin_files_boxes(FILENAME_MANUFACTURERS, BOX_CATALOG_MANUFACTURERS) .

tep_admin_files_boxes(FILENAME_REVIEWS, BOX_CATALOG_REVIEWS) .

tep_admin_files_boxes(FILENAME_START_PRODUCT, BOX_CATALOG_START_PRODUCT) .

tep_admin_files_boxes(FILENAME_SPECIALS, BOX_CATALOG_SPECIALS) .

tep_admin_files_boxes(FILENAME_DISCOUNT_COUPONS, BOX_CATALOG_DISCOUNT_COUPONS) .

tep_admin_files_boxes(FILENAME_PRODUCTS_EXPECTED, BOX_CATALOG_PRODUCTS_EXPECTED));

// EOE Access with Level Account (v. 2.2 RC2A) for the Admin Area of osCommerce (MS2) 1 of 1

 

 

Any help would be greatly appreciated.

 

7tooz

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...