Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

E-Commerce Modules /

Discuss about the various e-commerce modules available:
Ecommerce, SS Shop, SilverCart and SwipeStripe
Alternatively, have a look the shared mailinglist.

Moderators: martimiz, Nicolaas, Sean, Ed, frankmullenger, biapar, Willr, Ingo, Jedateach, swaiba

Checkout page just redirects to Checkout (paypal setup)


Go to End


2 Posts   1209 Views

Avatar
otherjohn

Community Member, 125 Posts

27 October 2010 at 9:02am

Hi all,
I am trying to get Paypal setup here. I am using the latest trunk version from https://code.google.com/p/silverstripe-ecommerce/ and payment .3 on SS 2.4.2
I have
in my ecommerce/_config.php
Payment::set_supported_methods(array(
'PayPalPayment' => 'Pay with Paypal'
));
PayPalPayment::set_account_email('myemail@domain.com');

When you get to the checkout page and click "Place Order and Make Payment" button. It just reloads the page. Nothing happens!
Can someone help me out here.

Avatar
otherjohn

Community Member, 125 Posts

27 October 2010 at 9:20am

Just figured something out. The form allowed me to submit without filling out the billing info. Thats why.