VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: peaceandlove on September 25, 2016, 06:57:00 AM

Title: Remove Ship to
Post by: peaceandlove on September 25, 2016, 06:57:00 AM
We want to remove ship to address and just want to show bill to addres,

i tried

\components\com_virtuemart\views\user\tmpl\edit_address.php

and remove

{
    echo $this->loadTemplate('addshipto');
  }

but that not working, Virtumart version is VirtueMart 3.0.14
Title: Re: Remove Ship to
Post by: Jörgen on September 25, 2016, 13:07:18 PM
Hello

You probably use overrides. Check thoose.

Templates/template-name/html/com_virtuemart/....

Regards

Jörgen @ kreativ fotografi
Title: Re: Remove Ship to
Post by: GJC Web Design on September 25, 2016, 13:16:12 PM
Remove the whole 2nd <div class="col-md-6"> div in \cart\default_address.php

over ride