Hey,
I need to show the order total value next to minicart icon, the icon shows the total of products in cart and next to it i need to show the total price.
The previous developers that worked in this project made it in the header but it shows 0,00 if we go to checkout or cart, it load with the shipping and then back to base value but after that in the other pages it's alway 0,00 until we add or remove some product from cart.
But what's the best way to do this or to solve this issue?
Thanks
Solved! Go to Solution.
Hello @rui_silva1
Please check the below solution:
<span class="price-label" data-bind="html: getCartParam('subtotal')"></span>
Hello @rui_silva1
Please check the below solution:
<span class="price-label" data-bind="html: getCartParam('subtotal')"></span>