presspay
Forum Replies Created
-
Forum: Plugins
In reply to: [PressPay] Stripe Settings Greyed Out?The settings are greyed out because you’ve already finished configuring PressPay.
When you click the “connect with stripe” button and authenticate with them, PressPay will load the necessary keys in automatically so that you don’t have to.
If you ever need to update your keys, just click the “connect with stripe” button again and they will be updated.
Forum: Plugins
In reply to: [PressPay] receiving purchaseclosed
Forum: Plugins
In reply to: [PressPay] receiving purchaseHi DigitalHippy,
This is a great question. PressPay was built with physical products in mind so it’s not optimized for digital downloads. But, I’ve often thought that adding support for digital downloads would be a great feature. I just haven’t had a customer request that yet.
So, if you’re willing to provide feedback on the feature, I’m willing to develop it.
If that sounds interesting, please reach out to me at dixon at atomicbroadcast dot net. Then, we can figure out a plan to incorporate support for digital downloads.
Thanks!
Forum: Reviews
In reply to: [PressPay] Fast and EasyThe short answer is: Yes you need SSL.
Now, the longer answer. PressPay doesn’t do anything to make sure that you have SSL enabled. So, you can test it on a site without SSL and you won’t have any problems. It also communicates with stripe by passing encrypted tokens so there really isn’t a security problem by running it over http vs https. But, Stripe’s terms of service require you to have SSL on your site so it is required. And, people won’t enter their credit card info into a website without SSL enabled so you won’t make any money with out SSL.
Glad to hear that you like the plugin. Be sure to reach out if you need any help getting your store up and earning.
Forum: Plugins
In reply to: [Rails Theme] Do you have a working example?Thanks. I’ll check it out.
Forum: Plugins
In reply to: [PressPay] Crashes when submitting paymentClosing as resolved.
Forum: Plugins
In reply to: [Lightbox Login] Backend way to call Lightbox Login?Hey streetoffice,
Why make the user click on the link? If you embed the shortcode in a page, it will prompt a user to login if they haven’t or just show them the page if they have. This way there’s one less action for the user to deal with.
Does that make sense?
Thanks,
AndrewForum: Plugins
In reply to: [PressPay] Recurring payments?Hey CrazySerb,
PressPay does not currently support recurring payments. If this feature is important to you, please reach out and we can figure out how to get it implemented.
Thanks,
AndrewForum: Plugins
In reply to: [PressPay] Crashes when submitting paymentHi jdillworth,
can you email me with the details of this issue? My user name is dixon and the email server is atomicbroadcast. This is a dot net rather than a dot com.
Andrew
P.S. sorry for the cryptic email above (I’m trying to avoid spam).
Forum: Plugins
In reply to: [PressPay] Shipping AddressHi Adrian,
I know we’ve talked about this through email but I just wanted to address this here incase others had the same questions.
The shipping address functionality is only in PressPay. The version of the Stripe API that is currently used does not support a different Shipping Address. Stripe has recently upgraded their API with many new features including Shipping Address. Look for a new version of PressPay that will take advantage of this.
Andrew
Forum: Plugins
In reply to: [Lightbox Login] Backend way to call Lightbox Login?Have you tried do_shortcode()? If you post the template you’re working on I can take a look and see what i can do about integrating lightbox login.
Forum: Fixing WordPress
In reply to: Unit Tests FailingI was setting the wordpress directory incorrectly. It needs to be the one in the svn repo and not a separate version.
Forum: Hacks
In reply to: Screenshots Not Loading CorrectlyThat fixed it. I had fixed that on trunk but didn’t realize I could update the tagged version. Thanks!