Pages:

Paypal & GST Tax

prince

No avatar

2006-11-24 14:58

Hello,

I have installed the taxanddiscount plugin and set it up for GST 15%, going through an order it works perfect but when u click on paypal link to pay for it, the total is not reflecting in the paypal link.

Please take a look.

http://www.beckiesbliss.com/cart

If you look at this site, http://www.silenttweak.com

This person has it working.

Thanks
aj

aj

prince

No avatar

2006-11-29 17:48

Please can someone help with this issue.

Thanks
aj

aj

prince

No avatar

2006-11-30 16:30

Hello Claps, anyone.

Please please help me with this issue.

Thanks again.
Aj

davidc1

No avatar

2006-11-30 21:07

claps claps ,

Is your shop powered by QC ?

prince

No avatar

2006-11-30 21:56

Hello Davidc1,

Yes my cart is powered by QC, http://www.beckiesbliss.com/cart
Take a look you will see the total including taxes doesn't get transferred over to paypal.

thanks
aj

prince

No avatar

2006-11-30 21:58

hello davidc1,

http://www.silenttweak.com is also powered by QC, that owner has it working perfectly.

thanks
aj

prince

No avatar

2006-12-01 14:44

Hello,

Does anyone know how to get this to work, please let me know.
Thanks.
Aj

prince

No avatar

2006-12-02 22:45

Can someone please help me with this.

I have installed the taxanddiscount plugin and set it up for GST 15%, going through an order it works perfect but when u click on paypal link to pay for it, the total is not reflecting in the paypal link.

Please take a look.

http://www.beckiesbliss.com/cart

If you look at this site, http://www.silenttweak.com

This person has it working.

prince

No avatar

2006-12-03 19:37

Hello Claps,

Where are you, please help with this issue.

Thanks again.
Aj

Ned

No avatar

2006-12-04 13:53

Looking at the PayPal Website Payments Standard Integration Guide "amount" is defined as the amount of the purchace before shipping, handling or tax. Its at https://www.paypal.com/IntegrationCenter/ic_std-variable-reference.html

The paypal integration in templates/messages.tpl pulls $aList[fSummary] out and submits it to PayPal as "amount".Looking at the Guide "amount" is defined as the amount of the purchace before shipping, handling or tax.
"Shipping" is submitted by [fCourierPrice].

You can set up your PayPal profile up to handle countries and their taxes by creating a tax rate for customers for a particular country in your profile.

There are two submissions to PP for tax. Submit "tax" from Quick.Cart and this will override any of your profile settings. As it isnt being sent at the moment and your not seeing tax applied it looks very much like you havnt set this up in your profile.
(If Q.C _were_ to send it you would use the variable "tax_x" and specify the tax amount.)

So my advice is look at your profile and see if PP can do the calculation for you from the amount and shipping values you are already sending it.

The next can of worms is if you sell items to the country next door where you would have to add a country dropdown to the order page and submit a two character country code.

HTH

Ned

prince

No avatar

2006-12-04 19:08

Hello Ned,

Thanks so much for responding.

I have update my profile under Regional Tax to Canada and 6.000%.

What do I need to do in the code section, templates/messages.tpl. My code looks like this

<!-- BEGIN ORDER_PAYPAL -->
<div id="message">
$lang[prepaypal]<br />
<div id="ok">
<form target="paypal" name="_$iOrder" action="https://www.paypal.com/cgi-bin/webscr"; method="post">
<input type="hidden" name="cmd" value="_xclick">
<input type="hidden" name="business" value="$config[email]">
<input type="hidden" name="item_name" value="Order ID $iOrder">
<input type="hidden" name="currency_code" value="CAD">
<input type="hidden" name="amount" value="$aList[fSummary]">
<input type="hidden" name="shipping" value="$aData[fCourierPrice]">
<input type="hidden" name="no_note" value="1">
<input type="image" src="http://www.paypal.com/en_US/i/btn/x-click-but6.gif"; name="submit" alt="Make payments with PayPal - it's fast, free and secure!">
</form><br />
$lang[Order_finished]<br />
<a href="javascript:windowNew( '?p=ordersWindowPrint&amp;iOrder=$iOrder' );">&raquo; $lang[Order_print]</a><br />
<a href="?p=">$lang[Homepage]</a>
</div>
</div>
<!-- END ORDER_PAYPAL -->

Thanks again Ned.
Aj

Ned

No avatar

2006-12-05 10:06

Nothing.
Have you tried a "dummy" order?
Or are you refferring to the "can of worms"?

prince

No avatar

2006-12-05 14:41

Hello Ned,

I tried a dummy order but when u click on the paypal button you don't see the tax in paypal.
Once you login to paypal you then see the tax before you pay.

How do you pass the tax to paypal from QC.

I did add a country field.

Please take a look and let me know, http://www.beckiesbliss.com/cart

Thanks again.
aj

Ned

No avatar

2006-12-06 09:48

I saw it.
However a problem seems to be that the taxAndDiscount plugin is calculating the tax on the product price whereas PayPal calculates the tax on the product price + shipping cost.

A suggestion I have is to make the country field in the Orders - Delivery Address page a drop down menu because you can then limit the shipping destination to certain places that you have shipping to.

Ill try to have a look at this again but Im as little busy atm.

Ned

No avatar

2006-12-07 10:41

Adding the tax to the delivery cost to match PayPal is done in the taxAndDiscount plugin configuration.

prince

No avatar

2006-12-07 14:53

Hello Ned,

Please let me know how, I have checked and checked. Please show me where.

Thanks again Ned.

Aj

prince

No avatar

2006-12-07 15:05

Hello Ned,

I enabled:
Tax Delivery Cost and Include Tax in Total.

It works in QC BUT not when u click payapl button the total including tax does not get carried over to Paypal. If you look at http://www.silenttweak.com

The owner has it working on his site, if you look at his order delivery page when u order something they have a "taxAndDiscount.js" working. Maybe this can help you.

Thanks again
Aj

prince

No avatar

2006-12-11 17:45

Hello Ned,

I enabled:
Tax Delivery Cost and Include Tax in Total.

It works in QC BUT not when u click payapl button the total including tax does not get carried over to Paypal. If you look at http://www.silenttweak.com

The owner has it working on his site, if you look at his order delivery page when u order something they have a "taxAndDiscount.js" working. Maybe this can help you.

Thanks again
Aj

Ned

No avatar

2006-12-12 10:59

I dont understand why you need to restate your question whilst its already been posted.
If I had an answer I would have replied. Why not ask the owner of the site that has it working if you are impatient for a response?
As I said "Ill try to have a look at this again but Im as little busy atm."

prince

No avatar

2006-12-12 17:44

Hello Ned,

Sorry about that, thought you forgot. I have contacted the owner, but no reply.

Thanks again.
aj

Pages:
Back to top
about us | contact