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

E-Commerce 0.6 beta 1 released


Go to End


108 Posts   32451 Views

Avatar
Simmo

Community Member, 12 Posts

3 December 2009 at 9:50am

Have you set the admin email address in _config?

Email::setAdminEmail('name@email.com');

Avatar
supermegaultra

Community Member, 33 Posts

3 December 2009 at 11:26am

Your awesome Simmo! Please excuse my ignorance as I had seen this referenced many times in previous posts.

On another note, how do I change the 'Shop' name for the reciept emails? for example the title of the emails is something like "shop sale information #10".

I'd like to use the companies name if I can?!

Avatar
Simmo

Community Member, 12 Posts

3 December 2009 at 12:10pm

I havent tried it myself, but there is a file in ecommerce\templates\email that looks like should sort this?

On another note - i am getting a .js error on my checkout page, have posted details here - http://www.silverstripe.org/e-commerce-module-forum/show/274529#post274529 , do you also get this, and any ideas how to fix?

Avatar
Jedateach

Forum Moderator, 238 Posts

3 December 2009 at 4:08pm

@supermegaultra:
putting this in your _config.php file might be what you want

Order::set_subject("Subject line goes here");

...you won't be able to show the order ID though.

Avatar
Nickt

Community Member, 43 Posts

6 December 2009 at 12:37pm

I added this code 'Email::setAdminEmail('name@email.com');' but i am still not recieving the emails, please help...

Avatar
PaymentExpress

Community Member, 5 Posts

7 December 2009 at 12:02pm

Hi guys,

I've been working on setting up integration with the Hosted Payment Page solution (Px Pay) offered by DPS | Payment Express. The e-commerce module already includes support for one of DPS' non-hosted solutions (Px Post) but the hosted solution does offer some of its own advantages - e.g. all credit card details are entered in DPS' secure environment which limits merchant liability. Some banks also insist on merchants using a hosted solution so it would be nice to have this as an option.

I have a basic version running (attached) but it does need some work. I am open to suggestions as to what the best way would be to move forward with this and perhaps get it included along with Px Post in the next release of the e-commerce module.

Thanks.

Attached Files
Avatar
rjmackay

Community Member, 11 Posts

9 December 2009 at 6:19pm

Edited: 09/12/2009 6:20pm

There is an old module for pxpay in svn already: http://open.silverstripe.org/browser/modules/payment_dpshosted/trunk
It's built to work with an old version of the ecommerce module.
I've just been working on that myself and should have an updated version (to work with trunk) shortly...
I've stolen some of the bits I liked from your code but used the old module as a base.

Robbie

Avatar
Nickt

Community Member, 43 Posts

9 December 2009 at 7:13pm

I added this code 'Email::setAdminEmail('name@email.com');' but i am still not recieving the emails, please help...

Go to Top