News:

Looking for documentation? Take a look on our wiki

Main Menu

Cart JSON Additional Info

Started by webmanwebdesign, Yesterday at 11:19:11 AM

Previous topic - Next topic

webmanwebdesign

Hi there,

I am trying to create my own "Free Shipping Info" Modul which displays the missing amount of money until you get free shipping. I can get the info of the bill total amount via /index.php?option=com_virtuemart&nosef=1&view=cart&task=viewJS&format=json

Is there a way to get the total weight of the cart into this JSON?
I really would need this to calculate the right way.

Kind regards
Tanja

Jumbo!

You need to create a custom plugin to generate and provide the JSON. The standard VirtueMart does not have such options.