Jump to content

[SOLVED] New product page wishlist is not working


ilkay

Recommended Posts

In file modules/blockwishlist/views/templates/hook/displayHeader.tpl you need to change line:

 {if $context === "index" || $context === "category" || $context === "blockwishlist" || $context === 'search' }

to

 {if $context === "index" || $context === "category" || $context === "blockwishlist" || $context === 'search' || $context === 'new-products' || $context === 'prices-drop' || $context === 'best-sales'}

To avoid override this changes on module update you can put this file in your theme folder at same path modules/blockwishlist/views/templates/hook/displayHeader.tpl

  • Like 1
  • Thanks 1
Link to comment
Share on other sites

30 minutes ago, endriu107 said:

In file modules/blockwishlist/views/templates/hook/displayHeader.tpl you need to change line:

 {if $context === "index" || $context === "category" || $context === "blockwishlist" || $context === 'search' }

to

 {if $context === "index" || $context === "category" || $context === "blockwishlist" || $context === 'search' || $context === 'new-products' || $context === 'prices-drop' || $context === 'best-sales'}

To avoid override this changes on module update you can put this file in your theme folder at same path modules/blockwishlist/views/templates/hook/displayHeader.tpl

Thank you so much bro. I changed that and now working very good.

Link to comment
Share on other sites

  • ilkay changed the title to [SOLVED] New product page wishlist is not working

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...