I have just setup a new store to operate a food delivery service.
Currently, a customer chooses item(s) and adds to cart (or basket). After this, they click checkout to pay but are redirected to the login page to login and complete checkout. I don't this scenario, and I don't want customers registering. In fact, I'd like to remove registration and user account completely.
What I want is when customer clicks checkout, for them to go to the checkout page. On this page, their name, address, and telephone number is collected. A default city/state and country is added to these in the background for payment processing. The information collected is added to the receipt generated. So, no need to hold or store customer details, or create users.
After these bit of information is collected, customer can move to next stage of checkout and finally complete purchase and payment. Can any authorised coder do this work for me? I use an older and very reliable Phoenix version and not looking to change that. I will supply code pages from my installation needed to do this work.
Phoenix version: CE-Phoenix-1.0.7.18
Phoenix Coder Needed
-
14Steve14
- Senior Contributor
- Posts: 921
- Joined: Fri Oct 25, 2019 7:01 pm
- Phoenix Version: v1.0.9.1
- Has thanked: 17 times
- Been thanked: 103 times
Re: Phoenix Coder Needed
The certified developers can be contacted through this page app.php/developers
Drop them an email with your full requirements and I am sure that one would help you.
Drop them an email with your full requirements and I am sure that one would help you.
-
madruga
- Member
- Posts: 38
- Joined: Thu Mar 16, 2023 12:43 pm
- Phoenix Version:
- Has thanked: 22 times
- Been thanked: 2 times
Re: Phoenix Coder Needed
Thank you.14Steve14 wrote: ↑Fri Aug 30, 2024 5:36 pm The certified developers can be contacted through this page app.php/developers
Drop them an email with your full requirements and I am sure that one would help you.
-
heatherbell
- Senior Contributor
- Posts: 2540
- Joined: Mon Oct 07, 2019 4:39 am
- Phoenix Version:
- Has thanked: 35 times
- Been thanked: 243 times
Re: Phoenix Coder Needed
Purchase Without Account?I don't want customers registering
app.php/addons/free_addon/purchase_without_account
-
madruga
- Member
- Posts: 38
- Joined: Thu Mar 16, 2023 12:43 pm
- Phoenix Version:
- Has thanked: 22 times
- Been thanked: 2 times
Re: Phoenix Coder Needed
Thanks @heatherbellheatherbell wrote: ↑Sat Aug 31, 2024 5:52 amPurchase Without Account?I don't want customers registering
app.php/addons/free_addon/purchase_without_account
I tried that addon before posting on here. It blew up my installation. Luckily, I had backed up my files and database and had to revert. I believe that addon has issues with certain versions. Besides, it's not very clean.
I want a very simple solution; add products to cart, go to confirm order and add name, address, and phone number, and pay. The information collected will be part of receipt, so no requirement to hold or store customer data. FYI, I use Stripe SCA for payments on all my stores.