Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Recommended Posts

Posted

Hi Everyone.

I have installed this contribution and it shows up on my store front that it has been installed however i don't see a place for it on my admin side.

Can anyone help? I can paste the code just not sure which page of the admin would be having the issue.

Thanks in advance for your help!

Posted
Hi Everyone.

I have installed this contribution and it shows up on my store front that it has been installed however i don't see a place for it on my admin side.

Can anyone help? I can paste the code just not sure which page of the admin would be having the issue.

Thanks in advance for your help!

 

 

under admin section and then catalog -> define mainpage

thats where the section overrides the code for the mainpage

Posted
under admin section and then catalog -> define mainpage

thats where the section overrides the code for the mainpage

 

Thanks, However, when I go to admin-> Catalog there is no option for define mainpage.

I am thinking there is something wrong with what i added to teh admin page just not sure where?

Maybe the admin/includes/boxes/catalog.php?

 

//    // START: Product Extra Fields

//    
// define_mainpage '<a href="' . tep_href_link(FILENAME_DEFINE_MAINPAGE, '', 'NONSSL') . '" class="menuBoxContentLink">' . BOX_CATALOG_DEFINE_MAINPAGE . '</a><br>' . 
// define_mainpage_eof'<a href="' . tep_href_link(FILENAME_PRODUCTS_EXPECTED, '', 'NONSSL') . '" class="menuBoxContentLink">' . BOX_CATALOG_PRODUCTS_EXPECTED . '</a>');
//	 '<a href="' . tep_href_link(FILENAME_XSELL_PRODUCTS) . '" class="menuBoxContentLink">' . BOX_CATALOG_XSELL_PRODUCTS . '</a><br>' .
//      '<a href="' . tep_href_link(FILENAME_PRODUCTS_EXTRA_FIELDS, '', 'NONSSL') . '" class="menuBoxContentLink">' . BOX_CATALOG_PRODUCTS_EXTRA_FIELDS . '</a>');
//    // END: Product Extra Fields

tep_admin_files_boxes(FILENAME_CATEGORIES,BOX_CATALOG_CATEGORIES_PRODUCTS).
tep_admin_files_boxes(FILENAME_PRODUCTS_ATTRIBUTES,BOX_CATALOG_CATEGORIES_PRODUC
TS_ATTRIBUTES).
tep_admin_files_boxes(FILENAME_MANUFACTURERS,BOX_CATALOG_MANUFACTURERS).
tep_admin_files_boxes(FILENAME_REVIEWS,BOX_CATALOG_REVIEWS).
tep_admin_files_boxes(FILENAME_SPECIALS,BOX_CATALOG_SPECIALS).
tep_admin_files_boxes('easypopulate.php','Easy Populate').
tep_admin_files_boxes(FILENAME_PRODUCTS_EXPECTED,BOX_CATALOG_PRODUCTS_EXPECTED).
tep_admin_files_boxes(FILENAME_XSELL_PRODUCTS,BOX_CATALOG_XSELL_PRODUCTS).
tep_admin_files_boxes(FILENAME_FEATURED,BOX_CATALOG_FEATURED_PRODUCTS).
tep_admin_files_boxes(FILENAME_PRODUCTS_EXTRA_FIELDS,BOX_CATALOG_PRODUCTS_EXTRA_
FIELDS) );


 }

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...