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

SwipeStripe Downloadable Products


Go to End


5 Posts   2640 Views

Avatar
SteveD

Community Member, 2 Posts

29 January 2014 at 3:41pm

Hi,

I currently have a shop with a SwipeStripe setup and am looking for a way to sell ebooks. I want it so after they have paid, users can download the PDF file.

Is there a way with SwipeStripe to sell digital goods?

Thanks

Avatar
Nobrainer Web

Community Member, 138 Posts

31 January 2014 at 4:08am

Hi Steve,

I was just looking for the same thing - there used to be a module called SwipeStripe Downloadable, but i can't find it anymore :-(
See the documentation here:
http://swipestripe.com/dev/docs/swipestripe/en/Extensions/Downloadable

Let me know if you find something

Avatar
frankmullenger

Forum Moderator, 53 Posts

31 January 2014 at 9:51am

Hi guys,

I've updated the module to be compatible with the latest version of SwipeStripe now:
https://packagist.org/packages/swipestripe/swipestripe-downloadable

Avatar
SteveD

Community Member, 2 Posts

31 January 2014 at 1:25pm

Perfect, thanks Frank!

What would be the best way to go about setting it up for no shipping costs on all downloadable products?

Avatar
frankmullenger

Forum Moderator, 53 Posts

31 January 2014 at 1:50pm

No worries, for the shipping calculation I would probably grab a copy of the flat fee shipping module and alter it so that when the shipping rates are calculated downloadable items in the order are ignored.

This file would be a good starting point I think: https://github.com/frankmullenger/silverstripe-swipestripe-flatfeeshipping/blob/master/code/FlatFeeShippingModification.php.