Hello, please I would like to know how to remove (delete/hide/disable, whatever) the login option from my shopping cart,
here is screenshot of what I mean : https://gyazo.com/bbc14b84c088f348b0c0e8e8458be0ab
Ive been trying to find the "disable login" thing in the modules, but unfortunately could not find it :/
Here are screens of "VM - Shopping cart" module : https://gyazo.com/cafa4c84bacf18bc6daf533d8e0fabcc
Thanks for any help!
Uncheck "On checkout, ask for registration" option in VM -> Configuration -> Checkout.
will that blank the cart login?
BTW nothing to do with the module
is echo shopFunctionsF::getLoginForm ($this->cart, FALSE);
make an over ride in
in templates\xxxxxx\html\com_virtuemart\cart\default.php
for components\com_virtuemart\views\cart\tmpl\default.php
It will. No need for overrides this time.
ah checked in functions
but this is the way only if u don't want to allow registration
Thanks a lot, uncheck the "ask for registration" worked"!
Again thank you all so much for quick answers!