17488 Posts in 4473 Topics by 1978 members
| Go to End | ||
| Author | Topic: | 34322 Views |
-
Re: new paypal payment code for ecommerce

8 August 2008 at 6:56am
I'm pretty new to SS and PHP so this is a little confusing to me.
{name of class here}::setAccount($yourPPEmailHere);
Can I select a random class name? Something is telling me no... that it has to relate back to something.
Is there a simple walk-through for this module that has screenshots of some of these files and where the codes should be placed in them? I've read through all of the documentation and forum posts and still feel there are some missing pieces to the puzzle.
Any help will be greatly appreciated.
-
Re: new paypal payment code for ecommerce

8 August 2008 at 9:33am
PayPalPayment should be the name of the class (just check spelling!)
-
Re: new paypal payment code for ecommerce

8 August 2008 at 12:14pm
Thanks Nicolass! with a little tweaking its working now.
Here is what I used if anyone else needs it...
PayPalPayment::setPayPalRealAccount('EMAIL ADDRESS HERE');
in the ecommerce/_config.php file
-
Re: new paypal payment code for ecommerce

24 September 2008 at 9:50pm
Just a quick question on the paypal front... when my site is redirected to paypal there is no item description. Only a text box, price and quantity. How can i set it so that the item description is brought from the shopping cart into the paypal site?
Thanks.
| 34322 Views | ||
| Go to Top |


