VirtueMart Forum

VirtueMart 2 + 3 + 4 => General Questions => Topic started by: vincity on March 09, 2012, 19:45:02 PM

Title: remove bill to and ship to
Post by: vincity on March 09, 2012, 19:45:02 PM
Hello.. Hi i can remove ship to and bill to ?


I want use something like a digital delivery.

and dont need ship to or bill to..
Title: Re: remove bill to and ship to
Post by: jenkinhill on March 09, 2012, 21:26:28 PM
You will need this plugin - http://virtuemart.cloudaccess.net/extensions-virtuemart-2/shipment-for-virtual-products-detail

Billing address is required for card payments....
Title: Re: remove bill to and ship to
Post by: vincity on March 09, 2012, 21:33:40 PM
I asking how i can remove.
not about what is. or why use..


You know how only Remove or skip this phase ?
Title: Re: remove bill to and ship to
Post by: vincity on March 13, 2012, 21:54:41 PM
up
Title: Re: remove bill to and ship to
Post by: teksun on March 14, 2012, 15:57:08 PM
I use paypal only and "turned Off" everything not needed in configuration/shopper fields as seen in settings image. Although the options are still there in the cart there is nothing to fill in when you click the add info links. May be able to remove those by using a custom cart template. Seems to be working on paypal sandbox.

[attachment cleanup by admin]
Title: Re: remove bill to and ship to
Post by: orasis on March 14, 2012, 17:27:05 PM
Quote from: vincity on March 09, 2012, 21:33:40 PM
I asking how i can remove.
not about what is. or why use..


You know how only Remove or skip this phase ?

+1
Title: Re: remove bill to and ship to
Post by: seeker862 on May 22, 2012, 03:22:13 AM
I'm trying to figure this out too.  I'd like to streamline the checkout and let PayPal handle all the billing information.  Not displaying the fields helps, but users still have to click "Save" on a blank user registration form.  Any other suggestions?

Using Joomla! 2.5.4 and VM 2.0.6
Title: Re: remove bill to and ship to
Post by: rohitsingh on June 08, 2012, 14:50:53 PM
/public_html/components/com_virtuemart/controllers/cart.php

search for this below line and comment it with //..


$_retValues = $_dispatcher->trigger('plgVmOnSelectCheckShipment', array(   &$cart));