Ecommerce software home
Shopping Cart Software Forum for Ecommerce Templates
 
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

Find us on Facebook Follow us on Twitter View our YouTube channel
Search our site
Author « Topic »  

Jolly-Martian
Advanced Member

United Kingdom
218 Posts

Pre-sales questions only
(More Details...)

Posted - 10/28/2020 :  11:32:28  
Hi All,

Is there a way of allowing the customer checking out as a guest instead of them being forced to signup for a new account?

Jason

1818charlie
ECT Moderator

United Kingdom
1180 Posts

Posted - 10/28/2020 :  11:37:28  
Hi Jason

As it is they are checking out as a guest if they are not being forced to create an account prior to purchase. Also if a logged in customer logs out, they are still able to view their cart contents and even checkout as a guest still if required.

Steve
Egerton Village, Bolton, UK

Edited by - 1818charlie on 10/28/2020 11:42:48

Jolly-Martian
Advanced Member

United Kingdom
218 Posts

Pre-sales questions only
(More Details...)

Posted - 11/13/2020 :  23:27:04  
Hi there,

When at the checkout, they get the options at the top as buttons to "Login into account" " Create Account", whats the best way to add some text to say "or continue below to checkout as guest" as its not clear to the customer that they can checkout without needing an account

Jason

Vince
Administrator

42466 Posts

Posted - 11/14/2020 :  01:16:31  
Hi Jason
Why not just change the text for the button, for instance ...

$GLOBALS['xxCOTxt']='Checkout as Guest';

You would probably want the other checkout steps to keep the same text, ie...

$GLOBALS['xxCOTxt2']='Checkout';
$GLOBALS['xxCOTxt3']='Checkout';

Vince

Click Here for Shopping Cart Software
Click Here to sign up for our newsletter
Click Here for the latest updater

Jolly-Martian
Advanced Member

United Kingdom
218 Posts

Pre-sales questions only
(More Details...)

Posted - 11/14/2020 :  01:19:54  
Hi Vince,

Sorry, what file am I finding the GLOBALS?

Is it incfunctions?

Jason

Phil
ECT Moderator

United Kingdom
7622 Posts

Posted - 11/14/2020 :  01:51:50  
Hi Jason,
You would add the below to your vsadmin/includes.php to change the text on the buttons

$GLOBALS['xxCOTxt']='Checkout as Guest';
$GLOBALS['xxCOTxt2']='Checkout';
$GLOBALS['xxCOTxt3']='Checkout';



* Database Migrations and Conversions*
* ASP to PHP Cart Conversions*

*Contact Us*
*Buy The PHP Capture Card Plugin*
*Rate Our Services/View Our Feedback*

Jolly-Martian
Advanced Member

United Kingdom
218 Posts

Pre-sales questions only
(More Details...)

Posted - 11/14/2020 :  02:01:49  
Hi there,

I added these but the buttons at the top still only say:

"Login to Account : "Create New Account"

Jason

Vince
Administrator

42466 Posts

Posted - 11/14/2020 :  03:24:26  
Hi Jason
If there is any of the text you want to change then just look in the languagefile_en.php and search for that text. In this case you find...
$GLOBALS['xxCreAcc']='Create New Account';
$GLOBALS['xxLogAcc']='Login to Account';
Then add these to your includes.php file with the changes (instead of modifying the languagefile directly which gets overwritten by updaters.)
$GLOBALS['xxCreAcc']='Create New Account';
$GLOBALS['xxLogAcc']='Login to Account (Optional)';

The changes I gave you previously were for the text for the checkout button.

Vince

Click Here for Shopping Cart Software
Click Here to sign up for our newsletter
Click Here for the latest updater
  « Topic »  
Jump To:
Shopping Cart Software Forum for Ecommerce Templates © 2002-2022 ecommercetemplates.com
This page was generated in 0.02 seconds. Snitz Forums 2000