bonbec Posted May 3, 2019 Share Posted May 3, 2019 Perhaps the <?php is missing at the beginning of the file ? Quote with OsC 2.2 since 2006 ... Link to comment Share on other sites More sharing options...
Jack_mcs Posted May 3, 2019 Author Share 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. Quote Support Links: For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc. Get the latest versions of my addons Recommended SEO Addons Link to comment Share on other sites More sharing options...
bastosdesign Posted May 4, 2019 Share 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 Quote Link to comment Share on other sites More sharing options...
KAYSIANA Posted August 3, 2019 Share 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 Quote Link to comment Share on other sites More sharing options...
Jack_mcs Posted August 4, 2019 Author Share 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.. Quote Support Links: For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc. Get the latest versions of my addons Recommended SEO Addons Link to comment Share on other sites More sharing options...
pictoncyclesliverpool Posted October 26, 2019 Share 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 Quote Link to comment Share on other sites More sharing options...
Jack_mcs Posted October 26, 2019 Author Share 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. Quote Support Links: For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc. Get the latest versions of my addons Recommended SEO Addons Link to comment Share on other sites More sharing options...
pictoncyclesliverpool Posted November 16, 2019 Share 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') ), Quote Link to comment Share on other sites More sharing options...
Jack_mcs Posted November 16, 2019 Author Share Posted November 16, 2019 Try this array( 'code' => FILENAME_PRODUCTS_ATTRIBUTES, 'title' => BOX_CATALOG_CATEGORIES_PRODUCTS_ATTRIBUTES, 'link' => tep_href_link(FILENAME_PRODUCTS_ATTRIBUTES) ), Quote Support Links: For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc. Get the latest versions of my addons Recommended SEO Addons Link to comment Share on other sites More sharing options...
pictoncyclesliverpool Posted November 26, 2019 Share Posted November 26, 2019 Fixed it Thanks for that Quote Link to comment Share on other sites More sharing options...
♥SCH_001 Posted June 11, 2021 Share 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? Quote Link to comment Share on other sites More sharing options...
♥SCH_001 Posted June 11, 2021 Share Posted June 11, 2021 @Jack_mcs I think I got it, It was a hardcoded ws_includes Quote Link to comment Share on other sites More sharing options...
brian_cee Posted January 5 Share Posted January 5 For some reason the link to this contribution is not working, does anybody know where I can still get a copy of this and try it out? Quote Link to comment Share on other sites More sharing options...
bonbec Posted January 6 Share Posted January 6 Hell @brian_cee old addons have moved places, look here: https://old.oscommerce.com/q=easier attributes Quote with OsC 2.2 since 2006 ... Link to comment Share on other sites More sharing options...
brian_cee Posted January 6 Share Posted January 6 Thanks....... Quote Link to comment Share on other sites More sharing options...
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.