Search found 9 matches
- Thu Dec 03, 2009 6:02 am
- Forum: Developers Discussion
- Topic: Base tag and swfobject2 - fix included
- Replies: 1
- Views: 2362
Re: Base tag and swfobject2 - fix included
Just wanted to say thanks for this post. I was having this error with IE6, and this solution fixed it right up.
- Sat Nov 21, 2009 12:48 am
- Forum: Modules/Add-Ons
- Topic: PaypalGateway, Order Status, and Emails [Solved]
- Replies: 12
- Views: 3568
Re: PaypalGateway, Order Status, and Emails
Sonya, thank you very much, you solved my problem. I was indeed using the wrong PayPal email address in the PayPalGateway module. I was using the one that I used to signup with PayPal's Sandbox, and not the one they generated for my seller testing account. Although this was a major user error on my ...
- Thu Nov 19, 2009 2:07 am
- Forum: Modules/Add-Ons
- Topic: CMSMailer wont send
- Replies: 9
- Views: 3319
Re: CMSMailer wont send
I use GoDaddy as well, and also had a difficult time setting up this module while using smtp. Ultimately what I did was switch to the "mail" method in the module, and it worked. After I set it up I needed to restart my browser, but now it works. If it helps you, my settings are: Character ...
- Wed Nov 18, 2009 11:34 pm
- Forum: Modules/Add-Ons
- Topic: PaypalGateway, Order Status, and Emails [Solved]
- Replies: 12
- Views: 3568
Re: PaypalGateway, Order Status, and Emails
Thanks Sonya. PM Inbound ...
- Tue Nov 17, 2009 3:09 am
- Forum: Modules/Add-Ons
- Topic: PaypalGateway, Order Status, and Emails [Solved]
- Replies: 12
- Views: 3568
Re: PaypalGateway, Order Status, and Emails
Check that PDT is activated AND the option Payment Data Transfer is set to on as well in the PayPal account. I have Payment Data Transfer set to on, and also auto return -- both under Website Payment Preferences. I don't see a separate option to activate PDT though. Is that on a different page? Tha...
- Mon Nov 16, 2009 12:01 am
- Forum: Modules/Add-Ons
- Topic: PaypalGateway, Order Status, and Emails [Solved]
- Replies: 12
- Views: 3568
Re: PaypalGateway, Order Status, and Emails
My fault, I had temporarily disabled IPN to test to see if that was the problem. I do indeed have notify_url, and PDT is active on PayPal. I put the PDT token in as well. Here is my notify_url input on the checkout page: <input type="hidden" name="notify_url" value="http://w...
- Sun Nov 15, 2009 4:47 am
- Forum: Modules/Add-Ons
- Topic: PaypalGateway, Order Status, and Emails [Solved]
- Replies: 12
- Views: 3568
Re: PaypalGateway, Order Status, and Emails
I don't have a "notify_url" input, but the other two look like they have everything in your example. Can you check to see if you notice any problems? <input type="hidden" name="custom" value="abc953bbbcafc975d05ed5e747a22129"/> <input type="hidden" n...
- Fri Nov 13, 2009 11:55 pm
- Forum: Modules/Add-Ons
- Topic: PaypalGateway, Order Status, and Emails [Solved]
- Replies: 12
- Views: 3568
Re: PaypalGateway, Order Status, and Emails
Many thanks for your post.
Now, on my website, I don't get any return message when I click PayPal's return link. Once I return to my website (page with {orders} tag) there is no success or failure message.
That's why I think that I'm missing something.
Now, on my website, I don't get any return message when I click PayPal's return link. Once I return to my website (page with {orders} tag) there is no success or failure message.
That's why I think that I'm missing something.
- Fri Nov 13, 2009 4:15 am
- Forum: Modules/Add-Ons
- Topic: PaypalGateway, Order Status, and Emails [Solved]
- Replies: 12
- Views: 3568
PaypalGateway, Order Status, and Emails [Solved]
Thanks to Sonya for identifying the problem First off, hello to the CMS:MS community, and thank you to the developers! I am building my first CMS:MS site, and am amazed at how easy the software is to use. Unfortunately I am having some difficultly getting the e-commerce modules to work exactly as I...