Categories

Featured templates

VirtueMart 2.x. How to make shipping cost display on checkout

Daniel Morales February 1, 2013
Rating: 5.0/5. From 1 vote.
Please wait...

This tutorial will show you the way to fix the missing cost for shipping on checkout page.

1. Check your delivery option: it may be free;

2. Open the following file on your server: "components\com_virtuemart\views\cart\tmpl\default.php";

3. Locate the block, that starts with the following condition:

 
<?php if (!$this->cart->automaticSelectedShipment) { ?>

Further you should see:

 
<?php if ( !empty($this->cart->pricesUnformatted[$pkey]['shipmentTax']) )

and

 
<?php if ( !empty($this->cart->pricesUnformatted[$pkey]['salesPriceShipment']) )

Change both lines to:

  <?php if ( true) 

Shipping cost should now appear on the checkout page.

Feel free to check the detailed video tutorial below:

VirtueMart 2.x. How to make shipping cost display on checkout
This entry was posted in VirtueMart Tutorials and tagged missing, shipping, VirtueMart. Bookmark the permalink.

Submit a ticket

If you are still unable to find a sufficient tutorial regarding your issue please use the following link to submit a request to our technical support team. We'll provide you with our help and assistance within next 24 hours: Submit a ticket