Miva Merchant Development by Scot's Scripts

BASKET: Various Useful Variables, Functions, and Things

Miva Knowledge Base
BASKET: Various Useful Variables, Functions, and Things
Important Notice: This information is for internal reference only. Use at your own risk.
Does Google actually understand your Miva Merchant store? Our JSON-LD schema generator makes sure it does. Contact us to get started. (more info)

BASKET: Various Useful Variables, Functions, and Things

Scot Ranney • December 02, 2024


Get Total After Discounts etc:  This gives you the total that is to be paid in the basket at that point. Appears to include all discount and other processing. 

Normally g.basket:total will give you this amount, but sometimes it's not available in the environment.

[ g.Module_Library_DB ].Runtime_Basket_Total_Remaining( )

Mivascript:

<MvASSIGN NAME = "l.basket_total" VALUE = "{ [ g.Module_Library_DB ].Runtime_Basket_Total_Remaining( ) }" />

SMT:

<mvt:do file="g.Module_Library_DB" name="l.basket_total" value="Runtime_Basket_Total_Remaining()" />

https://www.scotsscripts.com/mvblog/basket-various-things.html

mvkb_basket