Page 1 of 1
Not passing cart info to paypal
Posted: Mon Sep 07, 2009 12:23 am
by javarog
I am using 1.3.2, I made a test purchase from paypal standard (not using sandbox) no information from the cart was passed to paypal, just the store name and amount. I do get email notification back from oc that I placed a order and the contents of the cart and I get a new order email from OC with the order information.
I don't know if I have something configured wrong or what, I also reviewed the error log and I get this error,
view/template/tool/error_log.tpl on line 9 I have no idea what this is.
This is the url,
http://www.blingitdown.com/blingstore/upload/
Any help in this matter would be appreciated.
Thanks
Re: Not passing cart info to paypal
Posted: Mon Sep 07, 2009 1:00 am
by Qphoria
I just tested it on your site and its working fine in the "live mode"
I got all the way up to where I would enter my paypal info and it showed the purchase amount correctly.
If you want the actual items to show on the cart page you can download that patch here:
http://www.opencart.com/index.php?route ... ion_id=221
Re: Not passing cart info to paypal
Posted: Mon Sep 07, 2009 1:15 am
by javarog
Thanks Q thats was going to be my next step.. You Rock!! Thanks
Re: Not passing cart info to paypal
Posted: Thu Sep 10, 2009 8:09 pm
by oddfinn
Hi Qphoria,
I've just download your Paypal Itemized Patch, (thanks for that by the way, very good of you)
But I'm not really understanding how to install it

perhaps you would be so kind and explain to me?
How to install it:
==================
1) Unzip and upload the admin & catalog folders to the root directory of your OpenCart installation, preserving directory structure
There only seems to be one folder 'catalog'
-- backup existing pp_standard.php and pp_standard.tpl
where do I put these files?
Many thanks in adance
Joe

Re: Not passing cart info to paypal
Posted: Sat Sep 12, 2009 12:09 am
by Qphoria
Redownload the latest from the download page:
http://www.opencart.com/index.php?route ... ion_id=221
There was a major bug I just fixed.
If you can copy a file on your desktop, you should have no problem copying files to your ftp server. Its simple file copy!
you have
A: local copy: catalog/controller/payment/pp_standard.php
B: remote copy: catalog/controller/payment/pp_standard.php
Copy A on top of B... overwrite.. done. It's harder to know how to turn on a computer than it is to know how to copy a file.
Re: Not passing cart info to paypal
Posted: Sat Sep 12, 2009 3:03 am
by oddfinn
" It's harder to know how to turn on a computer than it is to know how to copy a file." well there's no need for that
I hate to tell you this my friend but it doesn't work

I've done exactly what you say and this error appears at the top of the page
Notice: Undefined index: shipping_method in /home/oddfinns/public_html/catalog/controller/payment/pp_standard.php on line 59Notice: Undefined index: shipping_method in /home/oddfinns/public_html/catalog/controller/payment/pp_standard.php on line 86
If it helps, I have shipping turned off as the products I will be selling are downloadable.
Re: Not passing cart info to paypal
Posted: Sat Sep 12, 2009 3:37 am
by Qphoria
Hmm. i have shipping disabled too, but don't see that on v130.. might be diff in v132.
Try the new version:
http://www.opencart.com/index.php?route ... ion_id=221
Re: Not passing cart info to paypal
Posted: Sat Sep 12, 2009 5:07 am
by oddfinn
You're a genius Qphoria, it works a treat, thank you for your help and patients my friend, it's much appreciated
Joe
Re: Not passing cart info to paypal
Posted: Wed Feb 17, 2010 5:22 am
by Bryan76
Any chance of a port to 1.4?
Re: Not passing cart info to paypal
Posted: Wed Feb 17, 2010 1:18 pm
by Qphoria
search for the itemized patch. It's been 1.4.0 ready since it came out.