VirtueMart Forum

VirtueMart 2 + 3 + 4 => General Questions => Topic started by: bossm on February 09, 2015, 09:11:35 AM

Title: Remove "Bill to" in checkout?
Post by: bossm on February 09, 2015, 09:11:35 AM
Is there a way to remove the "Bill to" in the checkout process of Virtuemart 2?
Title: Re: Remove "Bill to" in checkout?
Post by: GJC Web Design on February 09, 2015, 12:39:21 PM
you cant, it is needed by VM  - email etc -- change the label to ship to and hide the real ship to

.billto-shipto .width50:nth-child(2) {
  display: none;
}