News:

Support the VirtueMart project and become a member

Main Menu

First checkout step clean basket

Started by geoele, January 04, 2016, 15:14:34 PM

Previous topic - Next topic

geoele

Hello guys. I want to remove the "bill to" button and the "edit shipment" button from the first step of the four steps on checkout form on VM3 J 3 and i dont now how.

Pls help.   

jenkinhill

If you remove the "bill to" then how are non-registered shoppers going to register to initiate checkout?
Kelvyn
Lowestoft, Suffolk, UK

Retired from forum life November 2023

Please mention your VirtueMart, Joomla and PHP versions when asking a question in this forum

geoele

Hello and thank you for your answer. To the second step with the registration form. 

GJC Web Design

I do it by

if ((!empty($this->cart->BT) && count($this->cart->BT) >=1)){
         echo $this->loadTemplate ('address');
         }

then have a button -> 

<div id="chknow" class=" chknow <?php echo $shownext; ?>">
    <a href="<?php echo JRoute::_('index.php?option=com_virtuemart&view=user&addrtype=BT&task=editaddresscart'); ?>" class="button reverse">Login / Register ></a>
   </div>

see  https://www.4wdpartshop.com.au
GJC Web Design
VirtueMart and Joomla Developers - php developers https://www.gjcwebdesign.com
VM4 AusPost Shipping Plugin - e-go Shipping Plugin - VM4 Postcode Shipping Plugin - Radius Shipping Plugin - VM4 NZ Post Shipping Plugin - AusPost Estimator
Samport Payment Plugin - EcomMerchant Payment Plugin - ccBill payment Plugin
VM2 Product Lock Extension - VM2 Preconfig Adresses Extension - TaxCloud USA Taxes Plugin - Virtuemart  Product Review Component
https://extensions.joomla.org/profile/profile/details/67210
Contact for any VirtueMart or Joomla development & customisation

geoele

#4
Thank you GJC Web Design bat pls provide me in who file in to the card.php? And for the record your show the card button in popup window is not working is return to the product detail page, not to card. Can you send me the cart overides files pls?
Thanks.

geoele

GJC Web Design the code that you gave me It does exactly what I want. Thank you, thank you, Thank you.