VirtueMart Forum

VirtueMart 2 + 3 + 4 => General Questions => Topic started by: fabioweb on August 24, 2016, 16:03:14 PM

Title: Disable Billing Cart
Post by: fabioweb on August 24, 2016, 16:03:14 PM
Hello!  :)
Can i disable billing and shipping process in Virtuemart 3?
i'm developing a ticket e-commerce so i don't need to send any product and i don't have to make any invoice :)

Thank you for support
Title: Re: Disable Billing Cart
Post by: GJC Web Design on August 24, 2016, 16:05:04 PM
just use dummy std ones with no charge, no filters, hide by css if u want
Title: Re: Disable Billing Cart
Post by: Jörgen on August 24, 2016, 16:06:22 PM
Hello

Use the standard payment and call it what you will. Set prices to 0,000001 to be able to checkout :)

Jörgen @ Kreativ Fotografi
Title: Re: Disable Billing Cart
Post by: fabioweb on August 25, 2016, 00:35:17 AM
Thank you guys, i solved for shipping :)
about billing can i simply hide with css as i did for payments method?

best regards!
Title: Re: Disable Billing Cart
Post by: GJC Web Design on August 25, 2016, 00:44:30 AM
just over ride and remove from components\com_virtuemart\views\cart\tmpl\default_address.php
Title: Re: Disable Billing Cart
Post by: fabioweb on August 25, 2016, 09:46:21 AM
Excellent! where can i also find shipping code?