News:

Support the VirtueMart project and become a member

Main Menu

VM2 Mini cart simplification

Started by malik0206, November 19, 2013, 15:56:54 PM

Previous topic - Next topic

malik0206

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


malik0206

Actually i didn't look hard enough found the code in mod_virtuemart_cart.php

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