kiranpatil353 / google-checkout-php-sample-code

Automatically exported from code.google.com/p/google-checkout-php-sample-code
0 stars 0 forks source link

Making Shipping & Handling free #46

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Hi,

In googlecheckout ,currently Shipping & Handling costs are calculated by
google.Anybody having any suggestions to make that free using coupons or
promotional codes .Now we are using coupons via
'merchant-calculation-callback' method to give discounts. Similarly can we
make the 'Shipping & Handling' free of cost or give a discount in 'Shipping
& Handling' charges.

Thank you

Original issue reported on code.google.com by nirmalas...@gmail.com on 16 Sep 2009 at 10:35

GoogleCodeExporter commented 8 years ago
Merchant Calculations is probably your best option, you can return an amount 
that's equal to the shipping fee.

Original comment by peng.y...@gmail.com on 13 Sep 2010 at 11:11