Hi,
In Virtuemart 3.0.2 in the View Cart page can you tell me how to remove the "billing to" and "ship to" section? We are dealing with digital downloads and PayPal so we don't need those fields.
Your help is appreciated.
hide with css,
over ride the template \components\com_virtuemart\views\cart\tmpl\default_address.php
remove the call to the address template in the default
all possible and often mentioned on here.. did you search?