Page 1 of 1

is it possible to buy without registration?

Posted: Sat Aug 07, 2021 10:32 am
by Volodymyr
Is it possible to configure the store so that you can buy without registering in the store?

Re: is it possible to buy without registration?

Posted: Sat Aug 07, 2021 10:35 am
by 14Steve14
The is a guest checkout addon available

app.php/addons/free_addon/purchase_without_account

Re: is it possible to buy without registration?

Posted: Wed Aug 11, 2021 10:06 am
by Volodymyr
14Steve14 wrote: Sat Aug 07, 2021 10:35 am The is a guest checkout addon available

app.php/addons/free_addon/purchase_without_account
Works great, thank you very much!

One more question in which file this text changes?
Image

Re: is it possible to buy without registration?

Posted: Wed Aug 11, 2021 10:49 am
by Kofod95
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

Re: is it possible to buy without registration?

Posted: Wed Aug 11, 2021 11:24 am
by Volodymyr
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
Thank you very much!