Jump to content

$special.price_without_reduction


pasivnyprijem

Recommended Posts

Sorry from the template its in the product.tpl and the variables are like:

 

var reduction_percent = {if $product->specificPrice AND $product->specificPrice.reduction AND $product->specificPrice.reduction_type == 'percentage'}{$product->specificPrice.reduction*100}{else}0{/if};

 

I want to change the price reduction from a module but its cant be as the specificprice price is handled be a class which is loaded before the page. So I tought I could manualy override the variables maybe.

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