VirtueMart Forum

VirtueMart 2 + 3 + 4 => Administration & Configuration => Topic started by: Henrik Holm Nielsen on March 21, 2016, 11:57:56 AM

Title: Popup when total order weight > x-kg?
Post by: Henrik Holm Nielsen on March 21, 2016, 11:57:56 AM
Hi all,

A customer wants me to implement a popup with a message in the cart, if the orders total weight is more than x-kg.
Has anybody seen any plugins able to deliver this? I've searched a lot without luck, and was beginning to wonder, if this even exists?

The popup could also show when adding products to cart - not a requirement to happen inside cart....

Joomla 3.4.8 and VM 3.0.9.4

Cheers :)
Title: Re: Popup when total order weight > x-kg?
Post by: Studio 42 on March 21, 2016, 19:49:41 PM
You can get weight from product in cart. check the plugin file
YOURSITE\plugins\vmshipment\weight_countries\weight_countries.php
It's not a big task, if you know a little Joomla and VM