Jump to content

Change the way Quantity Discount is displayed


Recommended Posts

Hi! I thought I had read about this before but now cannot find the thread.

I am using 1.2.1 and want to change the way Qty Discounts is showing to something more friendly.

At the moment it is showing as 10 Quantities and then on the next line just -$8.00

How do I edit it to show something more friendly Like Buy 10 and save $8.00 each etc.

Thanks
Ernie

Link to comment
Share on other sites

Funny that your doing this as I'm working on the same thing.

It is ugly by defaut...:P

It looks like you need to change the text around line 260 of product.tpl to say what you want.

I need help with calulating the per item price after the discount and displaying that.

Anyone ?

Link to comment
Share on other sites

  • 2 weeks later...

I was hoping to change the -8% or -$8.00 to the price amount after discount. Anyone can help me with that? How should i change the code? Thanks



{if $quantity_discount.id_discount_type|intval == 1}
-{$quantity_discount.value|floatval}%
{else}
-{convertPrice price=$quantity_discount.value|floatval}
{/if}

Link to comment
Share on other sites

  • 2 years later...

Anyone knows how we could edit these lines to display final prices after discounts in place of the value of discount??? Is only to modify these 2 lines! I think that isn't necessary use any module or a plugin to do this!

 

Is only modify these 2 code 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...