Jump to content

The words "Price From" $$ are not showing up in my Catalogue


Recommended Posts

The words "Price From" $$ are not showing up in my catalogue until I change to list mode and then return to grid mode. This is a problem because it makes products appear to have only one price, when they have multiple prices. I want to show this by saying "price from". I had this problem in my list mode, but I got help and fixed it.

Thank you.

Link to comment
Share on other sites

This depends on how you added the "price from" thing. You just need to add your code there as well, just be aware it's javascript :) You might want to just copy/past the html content of your additional box like .append($('.mybox').html();

Link to comment
Share on other sites

To which box did you add it, exactly? If you move it to another position, in one of the default boxes, it will be displayed.

Otherwise, you need to 

1- wrap it in a div with an ID or class (ie: mypricefrom)

2- Within that js method, when it adds to the content, add

 

html += $(element).find('div.mypricefrom').html();

Link to comment
Share on other sites

I apologize for not replying sooner! 

I'm not sure I understand what you, but I'll try to answer.

It looks like I pasted the code into my theme/product-list.tpl file

 

 

SOLVED:

I added the code lower in the theme/product-list.tpl file in a section that I am assuming controls the "grid" mode. Problem solved. 

Thanks for your help!

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