Jump to content

Special block does not appear in Catalog mode


Recommended Posts

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 by GreddyMR2 (see edit history)
Link to comment
Share on other sites

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

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.

  • Like 1
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...