Does anyone know how to pass on the products names into paypal instead of the Order ID number?
Thanks
QCv2.1 simple paypal installed in odrers.tlp and messages.tlp plugin: productsinrow
pjba
2006-04-05 20:27
I kindly renew my question with reference to QCv1.2
Can the basket contents be pass on to PayPal as well as the order ID number. So when a customer who shops on my site is directed to PayPal to take credit card information they can see what they have bought rather than just the order ID number.
I would be extremely grateful for any help. Even to say it can not be done, as it has been weeks since I last posted this question.
nvictor
2006-04-06 12:50
I've started developing a paypal plugin based on a plugin I've seen on this forum. It's not completed yet, but it can give you an idea if you know how to have fun with php.
****************** ******************
1. Copy these lines on top of the file: templates/messages.tpl
Following line, $content .= $tpl->tbHtml( 'messages.tpl', 'ORDER_SAVED' );
****************** ******************
What is not yet done is shipping price. Paypal says, you can have shipping information for each product or for the entire basket. That's what complicate the matter.
PS. 1. My script is configured with french interface of Paypal. You can change this line, "https://www.paypal.com/fr/cgi-bin/webscr" as you wish. For example: https://www.paypal.com/cgi-bin/webscr --> English https://www.paypal.com/de/cgi-bin/webscr" --> Deutch
2. Don't forget to get an appropriate button code from paypal's marchant tools section. I've found the french one code here, https://www.paypal.com/fr/cgi-bin/webscr?cmd=_pdn_xclick_techview_outside
I hope this will help you a bit.
pjba
2006-04-06 22:22
Thank you for taking the time to share this. I will have a play around with the code and see what happens. If I succeed will post it here.
pjba
2006-04-09 11:44
Hi nvictor, Thanks for your help earlier. I am sorry but I am unable to sort out the shipping price bit. But if its any help you can select postage and packing in paypal from the profile tab and it appears as though it has been pass on. Although it won't be seen in the payplal basket, it is shown on main payment page.
nvictor
2006-04-10 15:58
pjba, I'm not sure to understand.
I'm glad the code was helpful. Don't bother yourself with setting the shipping cost, as Paypal can do it for you. This is what the manual says, "You can set up your PayPal account to automatically calculate and charge shipping and sales tax (also called value added tax or VAT).", p.50
This is the detailed instruction: 1. Log in to your PayPal account at https://www.paypal.com. 2. Click the Profile subtab of the My Account tab. 3. In the Selling Preferences column, click Sales Tax or Shipping Calculation.
This is where you set up shipping information, there are more information in the manual, p.50
keeb
2006-04-21 05:14
i am currently working on a solution to the shipping issue, currently i have a simple flat solution but i am working toward the per product solution.
here is my flat solution it will atleast show shipping overall for whatever value you set.. very basic.
that is the basic code from paypals button setup. i had something almost worked out but i couldnt find the right feild that displays the courier total. once i get that sorted then i will post my solution here..
i have to say i have made this cart do alot of cool things both with a plugin and with some minor manipulation.. i will be sending a donation next week when i can afford it.
yall rock. this cart is pretty awesome for it's simplicity.
i know this is an old thread but i was hoping i could get some help with this. i am using 3.x version trying what u have put but it keeps loading the paypal page with bicket it empty