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
just use dummy std ones with no charge, no filters, hide by css if u want
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
Thank you guys, i solved for shipping :)
about billing can i simply hide with css as i did for payments method?
best regards!
just over ride and remove from components\com_virtuemart\views\cart\tmpl\default_address.php
Excellent! where can i also find shipping code?