Hello, I have a small project I need to do for one of my friends. He will sell about 20 items in a webshop. The webshop is not his main way of selling, but he thinks it would still be good to have one. I am quite busy these days, so I want to use something simple like Paysnap. Would it be okay to use? I mean, with the many updates to PHP, JavaScript, etc.
OK guess not… I will do something more simple, what about Joe Workmans Paypal thing, could I use that instead?
@Kent Hi, I think what is problematic to answer is the term “simple” in your question. Unfortunately if there is one place where nothing is simple it is to create a store with online payment, even for a single item. I tend to really like Vibracartpro from Vibralogix but it requires a phase of appropriation/learning then it is really very practical. We can also mention Cartloom. But nothing simple like “ready to use.” Sorry
@Kent Yes, PaySnap is simple to use. One thing to mention is it relies on Stripe and/or PayPal to handle all shipping and tax calculations. PaySnap simply facilitates a shopping cart that is eventually passed on the the payment gateway to do the checkout.
I hope this helps answer your question. 😉
Yes, I am happy I can still use Paysnap, it is very easy to set up. Thank you I will use it for my friend.
I have 7 active websites using Paysnap for:
- Pre-ordering from a wide selection of drinks for functions
- Purchase of mixed cases of wines for local delivery
- Booking events at local village hall
- Purchasing gifts when booking helicopter flights
- Paying Invoices online
- Ordering flowers online
- Booking training courses
All completely trouble free on PHP 8x. Some are combined with forms for more detail and some use fields for specific information that it’s not really designed for but which work fine.
The only issue I have encountered is the Stripe email confirmations to the seller show an order code but not the name of the item / course etc. Tried getting this fixed with Stripe but didn’t get too far. This was some time back so cant recall the issue too clearly.
Cool, thank you for letting me know, I am already almost done, so easy and fast to set up a small store.