Jump to content

Paypal module taxing shipping twice [Solution]


kiscool13

Recommended Posts

you have to edit standar.tpl file : modules/paypalusa/views/templates/hook/standard.tpl

change this linge 48:

{assign var="paypal_usa_total_shipping" value=$cart->getOrderTotal(true, Cart::ONLY_SHIPPING)}

by this :

{assign var="paypal_usa_total_shipping" value=$cart->getOrderTotal(false, Cart::ONLY_SHIPPING)}

Hope this helps !

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...