Page 1 of 1

Phoenix Coder Needed

Posted: Fri Aug 30, 2024 3:45 pm
by madruga
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

Re: Phoenix Coder Needed

Posted: Fri Aug 30, 2024 5:36 pm
by 14Steve14
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.

Re: Phoenix Coder Needed

Posted: Fri Aug 30, 2024 10:16 pm
by madruga
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.
Thank you.

Re: Phoenix Coder Needed

Posted: Sat Aug 31, 2024 5:52 am
by heatherbell
I don't want customers registering
Purchase Without Account?
app.php/addons/free_addon/purchase_without_account

Re: Phoenix Coder Needed

Posted: Sat Aug 31, 2024 2:18 pm
by madruga
heatherbell wrote: Sat Aug 31, 2024 5:52 am
I don't want customers registering
Purchase Without Account?
app.php/addons/free_addon/purchase_without_account
Thanks @heatherbell

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.