VirtueMart Forum

VirtueMart 2 + 3 + 4 => Frontend Modules => Topic started by: malik0206 on November 19, 2013, 15:56:54 PM

Title: VM2 Mini cart simplification
Post by: malik0206 on November 19, 2013, 15:56:54 PM
Hi

Can anyone help me with this issue i have, on vm2 cart module i'm trying to just have number of products added and price

so far i have modified the codes so now it shows i.e. 3 Products / Total: £40.00

what i like to do is also remove the word TOTAL and the : so i want the mini cart to show i.e. 3 Products / £40.00

i just can't find where the semi-colon ':' is coming from.

Total is in the language file but can't not remove this as it affects globally

if anyone have any suggestions please let me know

thanks

Title: Re: VM2 Mini cart simplification
Post by: malik0206 on November 19, 2013, 16:06:47 PM
Actually i didn't look hard enough found the code in mod_virtuemart_cart.php

line 60 $data->billTotal = $data->billTotal;