doremient Posted May 17, 2009 Posted May 17, 2009 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! Quote
maccuda Posted May 17, 2009 Posted May 17, 2009 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 Quote
doremient Posted May 17, 2009 Author Posted May 17, 2009 under admin section and then catalog -> define mainpagethats 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) ); } Quote
Recommended Posts
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.