Hello Team,
First of All, Arastta is Amazing
Second thing, How can I Change the Default Checkout Option to be Guest Checkout instead of Register Account ?
Third point, Can I Reduce the number of textbox for the customer, for example I want to remove the fax field ?
Thanks in advance
First of All, Arastta is Amazing
Second thing, How can I Change the Default Checkout Option to be Guest Checkout instead of Register Account ?
Third point, Can I Reduce the number of textbox for the customer, for example I want to remove the fax field ?
Thanks in advance
Share this post:
Accepted Answer
Hi Hatem,
Glad to see you liked Arastta, welcome on board.
There is no option to change it but you can do it by overriding the output: https://arastta.org/docs/developers/override-system
File: template/checkout/checkout.tpl
You should move the "checked" attribute from line 71 to 78.
You can also remove some fields from template/checkout/register.tpl file using the same method.
Regards
Glad to see you liked Arastta, welcome on board.
There is no option to change it but you can do it by overriding the output: https://arastta.org/docs/developers/override-system
File: template/checkout/checkout.tpl
You should move the "checked" attribute from line 71 to 78.
You can also remove some fields from template/checkout/register.tpl file using the same method.
Regards
Your Reply
Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here.
Register Here »