Jump to content

Hide Prices In Product List


ps2k11

Recommended Posts

Do you want to hide prices of products when they are shown

 

1) In front page

2) In a category list

3) In search results

 

?

 

Also are you using any special template or the default template ?

 

in category or manufacturer list. Default template

Link to comment
Share on other sites

In file /themes/default-bootstrap/product-list.tpl you can html comment out wherever the price is displayed

 

Like e.g

<span class="old-price product-price">
                                            {displayWtPrice p=$product.price_without_reduction}
                                        </span>

and so on

 

Be sure to take a backup of the original file first.

Link to comment
Share on other sites

In file /themes/default-bootstrap/product-list.tpl you can html comment out wherever the price is displayed

 

Like e.g

<span class="old-price product-price">
                                            {displayWtPrice p=$product.price_without_reduction}
                                        </span>

and so on

 

Be sure to take a backup of the original file first.

Not that simple version 1.5.4.1 does have those lines

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