Jump to content

Display Basic Unit Price


koyocik

Recommended Posts

Hi.

 

What I'm trying to achieve, is display basic unit price (tax excl.) on product page and product list.

 

I got products with quantity combinations - 100pcs, 1000pcs etc, and unit price on product page is shown by combination, not by piece. Is there a way to display basic unit price, as one declared in BO - unit price?

 

I tried 

1. 

{$product->unit_price}

2. 

{assign var='kproductPrice' value=$product->getPrice(true, $smarty.const.NULL, 6)}
{$kproductPrice}

But none of these is working...

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