GreddyMR2 Posted September 25, 2013 Share Posted September 25, 2013 (edited) Hi there, I have a problem... I can't make the speacial block to appear in my page. I have a couple of products with discount, block is turned on, but doesn't appear. Aany ideas on this? EDIT: have just found out that the problem is connected with catalog mode. I am using it. When I turn off catalog mode, specials are shown, but what can I do to show specials with catalog mode? Edited September 25, 2013 by GreddyMR2 (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted September 25, 2013 Share Posted September 25, 2013 hello your specials block disappear ? or just products in this block? Link to comment Share on other sites More sharing options...
GreddyMR2 Posted September 25, 2013 Author Share Posted September 25, 2013 hello your specials block disappear ? or just products in this block? No block is shown at all. When I turn off Catalog mode, everything is ok. Link to comment Share on other sites More sharing options...
El Patron Posted September 25, 2013 Share Posted September 25, 2013 you will need to remove the code in blockspecials.php just remove the if and return, there are two places in the file... public function hookRightColumn($params) { if (Configuration::get('PS_CATALOG_MODE')) return ; change to // if (Configuration::get('PS_CATALOG_MODE')) // return ; Link to comment Share on other sites More sharing options...
GreddyMR2 Posted September 26, 2013 Author Share Posted September 26, 2013 This helps! Thank you. But still one bug left. Now it does not show price in this block. Here you can see it: www.topav.lt Link to comment Share on other sites More sharing options...
vekia Posted September 26, 2013 Share Posted September 26, 2013 if you run store under catalog mode all prices are hided Link to comment Share on other sites More sharing options...
GreddyMR2 Posted September 26, 2013 Author Share Posted September 26, 2013 if you run store under catalog mode all prices are hided Turned off all of the shopping features and now it looks good in shop mode Thank you for help Link to comment Share on other sites More sharing options...
El Patron Posted September 26, 2013 Share Posted September 26, 2013 do you want to switch between catalog and non-catalog mode for logged and non-logged visitors? if so reivew http://www.prestashop.com/forums/topic/149628-module-hide-prices-private-shop-authorized-client-shopping-only-14-and-15/ Link to comment Share on other sites More sharing options...
GreddyMR2 Posted September 26, 2013 Author Share Posted September 26, 2013 I just wanted to disable all online shopping features and show only products and prices. So I did it with Catalog mode. But with it special block did not appear and was no prices on featured products as well. Now I disabled all shopping features manually and it works perfectly with normal mode, not catalog. P.S. I also turned off registration/login, it's not needed for me. 1 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now