News:

Looking for documentation? Take a look on our wiki

Main Menu

[BUG FIX] unit product paramater not showing in front end

Started by beipink, December 02, 2009, 14:42:08 PM

Previous topic - Next topic

beipink

this bug seems to have been introduced with VM 1.1.4
file to modify:
components/com_virtuemart/themes/default/templates/common/product_type.tpl.php

find the line:
if ( !empty($product_type_params["unit"] ) ) {
echo " ".$product_type_params["unit"];


and change it to:
if ( !empty($product_type_params["parameter_unit"] ) ) {
echo " ".$product_type_params["parameter_unit"];