Jump to content

PayPal Showing Incorrect Shipping + No Tax Line (PS 1.5)


artofadornment

Recommended Posts

[referring to PayPal module 3.4.8 and PS 1.5.3.1, using Website Payments Standard]

 

I have a few problems with the PayPal processing (on the summary shown at PayPal and on PayPal email receipts):

 

1.) the shipping cost line doesn't say "shipping" in it (so the cost looks like some strange floating mystery item fee)

2.) PayPal shows all prices with tax included (they ought not to, both my shop and the shopping cart summary are set up to show products *and* shipping rates with tax excluded)

3.) there is no separate line for tax.

 

Is there any way I can fix this? I'm in Canada and we're not supposed to "hide" taxes inside prices like that.

 

And if not, worst case scenario: is there a way I can get PayPal to grab a grand total only (no products or *anything* itemized - maybe just "order number XXXX" as description only) instead? I understand that the module developers may have intended for some of the costs to be lumped together, but it's potentially a recipe for confusing customers... I figure if I can't show things itemized correctly, may as well just not itemize them at all.

 

I did this transaction with a test product and a voucher code, here's what I got:

(No tax line in either view, but total tax should be $0.07)

 

Checkout view:

Test Product's price should be $0.10 (tax excl), not $0.11

Shipping cost should be $0.50 (tax excl), not $0.56

post-485533-0-37736400-1365411373_thumb.jpg

 

Email view:

Will every item be "item #1"? Weird...

"Shipping" label doesn't exist, it's just a blank space next to the cost.

Ideally, "subtotal" should be $0.58

Then "tax" $0.07

Then "Total" $0.65

Then "Payment" $0.65 (redundant, but OK)

post-485533-0-35651600-1365411379_thumb.jpg

 

Thanks in advance for any help! My shop is supposed to go live very soon so I'm getting a bit nervous.

~ Elaine

Edited by artofadornment (see edit history)
Link to comment
Share on other sites

  • 2 weeks later...

Hi Benjamin,

 

Thanks, I tried it, it does the same thing although somewhat better. Products and shipping prices still display including tax unfortunately, but the shipping at least shows the carrier's name now so it's more clear that it's the a shipping charge and not just a miscellaneous charge. It will do for now, but ultimately I still need to find a way to fix this.

 

~ Elaine

 

post-485533-0-06121600-1366522894_thumb.jpg

Link to comment
Share on other sites

Update: it looks like the shipping module I'm using (Canada Post Rates Calculator v1.1) is what's making the shipping cost appear as a "product" at PayPal. When I disabled it, the "shipping and handling" line appeared at PayPal instead (as it should). Unfortunately I have to ship via Canada Post so I can't remove the module. Does anyone know how I could fix this?

Link to comment
Share on other sites

  • 1 year later...

You may want to check the standard.tpl in the paypal module > templates > hook folder. 


There are some flags which pass values with tax included. 


 


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


 


look for this line or one similar. 

Edited by salvadom (see edit history)
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...