1999 Posts in 530 Topics by 433 members
E-Commerce Modules
SilverStripe Forums » E-Commerce Modules » E-Commerce 0.6 beta 1 released
Discuss about the various e-commerce modules available:
Ecommerce, SS Shop, SilverCart and SwipeStripe
Alternatively, have a look the shared mailinglist.
Moderators: martimiz, Nicolaas, Howard, Sean, Ryan M., biapar, Willr, Ingo, Jedateach, swaiba, simon_w
| Go to End | Next > | |
| Author | Topic: | 16601 Views |
-
Re: E-Commerce 0.6 beta 1 released

3 December 2009 at 9:50am
Have you set the admin email address in _config?
Email::setAdminEmail('name@email.com');
-
Re: E-Commerce 0.6 beta 1 released

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?!
-
Re: E-Commerce 0.6 beta 1 released

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?
-
Re: E-Commerce 0.6 beta 1 released

3 December 2009 at 4:08pm
@supermegaultra:
putting this in your _config.php file might be what you wantOrder::set_subject("Subject line goes here");
...you won't be able to show the order ID though.
-
Re: E-Commerce 0.6 beta 1 released

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...
-
Re: E-Commerce 0.6 beta 1 released

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.
-
Re: E-Commerce 0.6 beta 1 released

9 December 2009 at 6:19pm Last edited: 9 December 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
-
Re: E-Commerce 0.6 beta 1 released

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...
| 16601 Views | ||
| Go to Top | Next > |




