VirtueMart Forum

VirtueMart 2 + 3 + 4 => Administration & Configuration => Topic started by: YZF on January 06, 2017, 20:48:20 PM

Title: How do I make the shipping charges show up inside the shopping cart box?
Post by: YZF on January 06, 2017, 20:48:20 PM
Hello. I am using VirtueMart 3.0.17.6, and I was wondering how to make the shipping charges show up in the shopping cart box below the product prices. We were using Rupostel One Page Checkout, and that's where it showed up, but after having some issues with a update we turned it off. At the moment, it is showing up in a separate shipping method box at the bottom of the page. Thanks for any suggestions you can offer.
Title: Re: How do I make the shipping charges show up inside the shopping cart box?
Post by: GJC Web Design on January 07, 2017, 20:32:59 PM
If you are using the standard checkout template then you would need to adjust the template to show this.

add a new table row and move the shipping info into it .. over ride components\com_virtuemart\views\cart\tmpl\default_pricelist.php
Title: Re: How do I make the shipping charges show up inside the shopping cart box?
Post by: YZF on January 10, 2017, 19:32:06 PM
Thank you for the help. I appreciate your time.