I have a problem with my new VM site, could you help me please?
I have 1 shipment method (e.g. car delivery) and three payment methods (paypal, wire transfer and cash on delivery).
The shipping cost is based on the payment method. If you pay by paypal, you have to pay less than COD.
This is fine, I set the shipping cost to zero and payment fee of paypal to $1, wire transfer to $2 and COD to $3.
But there is a problem.
I want to give a free delivery option if the full cart amount is over a specified value (e.g. $100) AND the number of articles is over an other value (e.g. 5).
For example:
If you buy 1 article for $50, you'll pay $1 or $2 or $3, depends on the payment method
If you buy 1 article for $150, you'll pay
If you buy 10 articles for $50, you'll pay
If you buy 10 articles for $150, you won't pay because the amount and the number of the articles booth are over their limit.
Can you give me a hint how can I solve this problem?
why not use the payment method to add the fees for the different payment methods?
there is unit costs etc