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

PayPal - shipping not being sent with order


Go to End


3 Posts   1560 Views

Avatar
SuperBlues

Community Member, 25 Posts

28 May 2011 at 8:12am

Hi Folks,

I am using SS 2.3.7 with ecommerce version 0.6.1 and my problem is that whenever an order is placed it doesn't include the shipping cost.

The shipping cost isa standard cost across all items at $5 but it never gets to PayPal, everything else works fine.

I am using the Payments module as well but not sure what else to try to get it fixed.

Any ideas would be greatly appreciated.

Thank you.

Avatar
SuperBlues

Community Member, 25 Posts

28 May 2011 at 8:46pm

For further information this is what I have in my mysite /_config.php

// This line set's the current theme. More themes can be

// downloaded from http://www.silverstripe.com/themes/

SSViewer::set_theme('lrs');
Order::set_modifiers(array('SimpleShippingModifier'));

Payment::set_supported_methods(array('PayPalPayment' => 'Credit Card (Paypal)'));

?>

Avatar
SuperBlues

Community Member, 25 Posts

7 June 2011 at 7:19am

Any help or suggestions guys? This is becoming very tiresome.

This is the first time I have used the ecommerce module so all is very new although I am fairly familiar with the core SS system.

I would be very grateful for at least a steer on where to look.

thanks!