is it possible to buy without registration?
-
Volodymyr
is it possible to buy without registration?
Is it possible to configure the store so that you can buy without registering in the store?
-
Volodymyr
Re: is it possible to buy without registration?
Works great, thank you very much!14Steve14 wrote: ↑Sat Aug 07, 2021 10:35 am The is a guest checkout addon available
app.php/addons/free_addon/purchase_without_account
One more question in which file this text changes?

- Kofod95
- Senior Contributor
- Posts: 748
- Joined: Sat Feb 06, 2021 7:38 pm
- Phoenix Version: 1.0.8.20
- Has thanked: 99 times
- Been thanked: 179 times
Re: is it possible to buy without registration?
If memory serves here:
includes/languages/english/system/versioned/1.0.7.other/1.0.7.12/product.php
Unless the version is earlier than 1.0.7.12, then in the main language file (includes/languages/english.php)
Zipurman has an addon to search for text shown on your website - might come in handy for you later
//Daniel
includes/languages/english/system/versioned/1.0.7.other/1.0.7.12/product.php
Unless the version is earlier than 1.0.7.12, then in the main language file (includes/languages/english.php)
Zipurman has an addon to search for text shown on your website - might come in handy for you later
//Daniel
I'm not smart, but sometimes even a blind chicken can find a corn.
Here are a lot of corns: Phoenix user guide
Here are a lot of corns: Phoenix user guide
-
Volodymyr
Re: is it possible to buy without registration?
Thank you very much!Kofod95 wrote: ↑Wed Aug 11, 2021 10:49 am If memory serves here:
includes/languages/english/system/versioned/1.0.7.other/1.0.7.12/product.php
Unless the version is earlier than 1.0.7.12, then in the main language file (includes/languages/english.php)
Zipurman has an addon to search for text shown on your website - might come in handy for you later
//Daniel