View Single Post
  #1  
Old 01-10-2011, 07:05 AM
 
frgsBC frgsBC is offline
 

Member
  
Join Date: Apr 2010
Posts: 22
 

Default Percentage Price Modifier to discount other price modifiers?

Hi,

On certain products my client wants to allow the customer to pay just a 50% deposit at the point of order ( as products can be a few thousand pounds in price).

Now I achieved this using a price modifier option as discussed here

However when a product has other price modifier options at an absolute price, this modifier is not halved in the total price.

For example :

Product X
Base Price - ё1000
Option 1 - +ё200
Deposit Option - -50%

Xcart calculates the total for the above as ё700

(1000 * 0.5)+200 = 700

However In this example I need the total to be ё600
(1000 + 200) *0.5 = 600

Does anybody know how I can achieve this?
__________________
X-Cart version 4.3.0 <-- some sites I look after
X-Cart Version 4.4.0 < -- some other sites i look after
Reply With Quote