Jump to content

[solved] price displayed


Recommended Posts

hello everyone!

in modules/productscategory/productscategory.tpl i want to show the price beyond any each product in related products block

how can i do that ?

my code there

<p class="price_display">
		   <span class="price">{convertPrice price=$categoryProduct.displayed_price }</span>
</p>

Edited by vekia (see edit history)
Link to comment
Share on other sites

let's say i have category bracelets and bracelets has 5 more categories : white , brown , yellow , blue ,red

in white category are 10 white bracelets

 

when u acces a white bracelets ,little more down it shows all white bracelets! that module is named productscategory.well i dont only want to show the bracelets , i want their price above them too. it can be modify in productscategory.tpl

Link to comment
Share on other sites

let's say i have category bracelets and bracelets has 5 more categories : white , brown , yellow , blue ,red

in white category are 10 white bracelets

 

when u acces a white bracelets ,little more down it shows all white bracelets! that module is named productscategory.well i dont only want to show the bracelets , i want their price above them too. it can be modify in productscategory.tpl

 

 

 

SOLVED !!!!

Link to comment
Share on other sites

yes of course , u have there :

<p class="price_display">
	    <span class="price">{convertPrice price=$categoryProduct.displayed_price }</span>
</p>

 

change it to

<p class="price_display">
	   <span class="price">{convertPrice price=$categoryProduct.price}</span>
</p>

and your price will be displayed on the bottom of the product

Edited by Pearl (see edit history)
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...