If this is your first visit, be sure to
check out the FAQ by clicking the
link above. You may have to register
before you can post: click the register link above to proceed. To start viewing messages,
select the forum that you want to visit from the selection below.
I am on Miva 9 and using&mvte:toolkit:baskettotalF;
I am attempting to remove the Toolkit basket total and replace it with a standard Miva function. Just a simple display of the amount of the basket total.
I tried to replace: &mvte:toolkit:baskettotalF; in my global header with &mvt:basket:formatted_total;
It doesn't work. Can someone tell me why?
&mvt:basket:formatted_total; variable is only available on pages that have the basket item assigned (basket). The only variable that is available globally would be one in the mini-basket component. Make sure Mini basket is installed and assigned to all pages. The following variables should work globally.
It is also worth noting, while the default templates in V9 did update to use ":groups" vs ":items" both variables will work so it is backwards compatible.
Comment