Hi Guys,
I'm currently building a site that using qty based price breaks and i'd like to be able to set the generic name of the 'item' on a per-product basis. Rather than having (%s or more items) ID:221/288, (%s to %s items) ID:222/289 and (%s or fewer items) ID:223/290, an ideal situation would allow us to set a product specific name for 'items' i.e.
I set the generic name on a product to 'tubes' then I can have
• (4 or fewer tubes) £6.99 (Including: VAT at 17.5%)
• (5 to 9 tubes) £5.99 (Including: VAT at 17.5%)
• (10 to 19 tubes) £4.99 (Including: VAT at 17.5%)
• (20 to 49 tubes) £4.49 (Including: VAT at 17.5%)
• (50 or more tubes) £3.98 (Including: VAT at 17.5%)
This shouldn't be too hard to implement guys, so how about it
I'm currently building a site that using qty based price breaks and i'd like to be able to set the generic name of the 'item' on a per-product basis. Rather than having (%s or more items) ID:221/288, (%s to %s items) ID:222/289 and (%s or fewer items) ID:223/290, an ideal situation would allow us to set a product specific name for 'items' i.e.
I set the generic name on a product to 'tubes' then I can have
• (4 or fewer tubes) £6.99 (Including: VAT at 17.5%)
• (5 to 9 tubes) £5.99 (Including: VAT at 17.5%)
• (10 to 19 tubes) £4.99 (Including: VAT at 17.5%)
• (20 to 49 tubes) £4.49 (Including: VAT at 17.5%)
• (50 or more tubes) £3.98 (Including: VAT at 17.5%)
This shouldn't be too hard to implement guys, so how about it
Comment