bonbec 141 Posted May 3, 2019 Perhaps the <?php is missing at the beginning of the file ? with OsC 2.2 since 2006 ... Share this post Link to post Share on other sites
Jack_mcs 1,126 Posted May 3, 2019 1 hour ago, bastosdesign said: Update - this happens when I update the english.php file like the instructions call for... trying to debug why now All of the definitions for admin, not just for this addon, are missing so the change you made to the english.php file is at fault. Maybe you used the one from the shop side? Or overwrote what was in it? You should restore that file to the original. You will still get the missing definitions but only for this addon. Once you get to that point, making the changes to the english file should get rid of those remaining warnings. Support Links: For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc. Need Help? See this thread and provide the information requested. How to Upgrade to the latest version Recommended SEO Addons Share this post Link to post Share on other sites
bastosdesign 0 Posted May 4, 2019 Thx Jack. I got it all sorted out. Your addon makes life MUCH easier... just trying to figure out how to modify it to allow multiple attribute selection at once Share this post Link to post Share on other sites
KAYSIANA 0 Posted August 3, 2019 Hello when I installed the add on it shows like this at the top and bottom of the page can you tell me how to fix this please? Thank you Share this post Link to post Share on other sites
Jack_mcs 1,126 Posted August 4, 2019 In admin/includes/template_top.php, find this line <base href="<?php echo ($request_type == 'SSL') ? HTTPS_SERVER . DIR_WS_HTTPS_ADMIN : HTTP_SERVER . DIR_WS_ADMIN; ?>" /> and change it to <?php /****Begin Easier Attributes ****/ if ($PHP_SELF !== 'easier_attributes.php') { ?> <base href="<?php echo ($request_type == 'SSL') ? HTTPS_SERVER . DIR_WS_HTTPS_ADMIN : HTTP_SERVER . DIR_WS_ADMIN; ?>" /> <?php } /****End Easier Attributes ****/ ?> Please note that I can only guess at what to change since you didn't mention your version of oscommerce. Please be sure to always mention that in any post on these forums.. Support Links: For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc. Need Help? See this thread and provide the information requested. How to Upgrade to the latest version Recommended SEO Addons Share this post Link to post Share on other sites
pictoncyclesliverpool 0 Posted October 26, 2019 Hi for some reason I cant seem to add new options or values, I read further up to do it in the old attributes section but that has disappeared since I installed this Share this post Link to post Share on other sites
Jack_mcs 1,126 Posted October 26, 2019 1 hour ago, pictoncyclesliverpool said: that has disappeared since I installed this Then you've made a mistake with the installation since this addon does not touch the original code. Support Links: For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc. Need Help? See this thread and provide the information requested. How to Upgrade to the latest version Recommended SEO Addons Share this post Link to post Share on other sites
pictoncyclesliverpool 0 Posted November 16, 2019 On 10/26/2019 at 5:16 PM, Jack_mcs said: Then you've made a mistake with the installation since this addon does not touch the original code. I think I've found the fault instead of putting this code below I've replaced the code with it, do you know what the original code was so I can put it back? 4) If your shops version is 2.3 or above, in the admin/includes/boxes/catalog.php file, FIND: 'link' => tep_href_link(FILENAME_PRODUCTS_ATTRIBUTES) ), AND ADD THIS BENEATH: array( 'code' => 'easier_attributes.php', 'title' => BOX_CATALOG_CATEGORIES_EASIER_ATTRIBUTES, 'link' => tep_href_link('easier_attributes.php') ), Share this post Link to post Share on other sites
Jack_mcs 1,126 Posted November 16, 2019 Try this array( 'code' => FILENAME_PRODUCTS_ATTRIBUTES, 'title' => BOX_CATALOG_CATEGORIES_PRODUCTS_ATTRIBUTES, 'link' => tep_href_link(FILENAME_PRODUCTS_ATTRIBUTES) ), Support Links: For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc. Need Help? See this thread and provide the information requested. How to Upgrade to the latest version Recommended SEO Addons Share this post Link to post Share on other sites
pictoncyclesliverpool 0 Posted November 26, 2019 Fixed it Thanks for that Share this post Link to post Share on other sites
♥SCH_001 21 Posted June 11, 2021 @Jack_mcs Hi know this is an old add-on but it should work with osCommerce Online Merchant v2.3.4.1 CE right? Anyway all I get is a blank screen? Share this post Link to post Share on other sites
♥SCH_001 21 Posted June 11, 2021 @Jack_mcs I think I got it, It was a hardcoded ws_includes Share this post Link to post Share on other sites