News:

Support the VirtueMart project and become a member

Main Menu

Remove login option from VM shopping cart

Started by danielll, April 25, 2016, 01:27:52 AM

Previous topic - Next topic

danielll

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!

Ghost

Uncheck "On checkout, ask for registration" option in VM -> Configuration -> Checkout.

GJC Web Design

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

GJC Web Design
VirtueMart and Joomla Developers - php developers https://www.gjcwebdesign.com
VM4 AusPost Shipping Plugin - e-go Shipping Plugin - VM4 Postcode Shipping Plugin - Radius Shipping Plugin - VM4 NZ Post Shipping Plugin - AusPost Estimator
Samport Payment Plugin - EcomMerchant Payment Plugin - ccBill payment Plugin
VM2 Product Lock Extension - VM2 Preconfig Adresses Extension - TaxCloud USA Taxes Plugin - Virtuemart  Product Review Component
https://extensions.joomla.org/profile/profile/details/67210
Contact for any VirtueMart or Joomla development & customisation

Ghost

It will. No need for overrides this time.

GJC Web Design

ah checked in functions

but this is the way only if u don't want to allow registration
GJC Web Design
VirtueMart and Joomla Developers - php developers https://www.gjcwebdesign.com
VM4 AusPost Shipping Plugin - e-go Shipping Plugin - VM4 Postcode Shipping Plugin - Radius Shipping Plugin - VM4 NZ Post Shipping Plugin - AusPost Estimator
Samport Payment Plugin - EcomMerchant Payment Plugin - ccBill payment Plugin
VM2 Product Lock Extension - VM2 Preconfig Adresses Extension - TaxCloud USA Taxes Plugin - Virtuemart  Product Review Component
https://extensions.joomla.org/profile/profile/details/67210
Contact for any VirtueMart or Joomla development & customisation

danielll

Thanks a lot, uncheck the "ask for registration" worked"!

Again thank you all so much for quick answers!