9ashes Posted August 27, 2013 Share Posted August 27, 2013 Hey y'all, Hope you're all well and having a great day! I need some help on the site I'm working on.... Basically, when I go to the product list by manufacturer, it shows a price of a combination - not the default price that appears on the product page and is specified in the backoffice... Is this a cache issue as this happened when we first started inputting products and it just straightened itself out after a while? The site is to launch soon but I don't want this to happen once it's launched! To see what I mean please click here: http://95.142.159.173/~simplyst/index.php?id_manufacturer=7&controller=manufacturer , note the price shown and then click on a product - you'll see on the product page that it's not the same! Please help!!! Paul Link to comment Share on other sites More sharing options...
benjamin utterback Posted August 27, 2013 Share Posted August 27, 2013 Hello! Make sure you have a backup and let me know what you have on line 342 in your classes/manufacturer.php ? 1 Link to comment Share on other sites More sharing options...
9ashes Posted August 28, 2013 Author Share Posted August 28, 2013 Hey Ben, thanks for getting back to me! Here's what's on line 342.... '.Shop::addSqlAssociation('product_attribute', 'pa', false).' 1 Link to comment Share on other sites More sharing options...
benjamin utterback Posted August 28, 2013 Share Posted August 28, 2013 Hi 9ashes, if you could, (make sure to back up) replace that line with '.Shop::addSqlAssociation('product_attribute', 'pa', false, 'product_attribute_shop.`default_on` = 1').' Link to comment Share on other sites More sharing options...
9ashes Posted August 28, 2013 Author Share Posted August 28, 2013 Ben, you're a superstar! It looks as though it's worked a treat! Thanks so much, it's really appreciated 1 Link to comment Share on other sites More sharing options...
benjamin utterback Posted August 28, 2013 Share Posted August 28, 2013 Hi 9ashes, I'm so happy it worked! I'll go ahead and mark it as solved and close it. If you have any questions, make a new forum thread and PM me with the link Is that okay with you? Best Regards, Benjamin Link to comment Share on other sites More sharing options...
gloomybear Posted June 29, 2015 Share Posted June 29, 2015 (edited) TIP: Check also overwrite.. I took me some time to figure out that I also had the same method in overwrite/manufacturer.php Edited June 29, 2015 by gloomybear (see edit history) Link to comment Share on other sites More sharing options...
Recommended Posts