Jump to content

display wholesale price on 1.4.3?


Recommended Posts

I want to display the wholesale price on product.tpl and product-list.tpl instead of the final price after all the increases from combinations etc.. {$product->wholesale_price} {$wholesale_price} which I got from http://www.prestashop.com/forums/topic/64132-show-wholesale-price-on-products-page/ along with Wholesale Price: {convertPrice price=$product->wholesale_price} which I also got from that page, don't seem to work in 1.4.3 which is what I am using. Does anybody have any input?

 

edit:I got it working in product.tpl with ${$product->wholesale_price} {$wholesale_price} however this same code does not seem to work in product-list.tpl it is just showing the $ no price at all

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