I am using magento 1.7.0.2 and Google Checkout. When want to use Flat rate, Free Shipping over $75 and 10% shipping between $68 – $75.
How i implement all three on my magento store.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I have searched more and got a solution, it’s not a good idea to change core file but it’s working. You can calculate price with charges before sending in google checkout. change core file of google checkout at /app/code/core/Mage/GoogleCheckout/Model/Api/Xml/checkout.php .
Go to line 579 and make condition as you want. In my case the condition is as:
Now refresh your store and make payment with google checkout.