Does anyone know how to remove the brackets from around the price when using product options.
e.g. It currently displays next to the radio button(s) as:
Small - [$15.00]
Large - [$18.00]
and I would like it to be:
Small - $15.00
Large - $18.00
I have checked the template and the asp page and cannot find it. I have a feeling the it is in the function.inc file, but I am don't want to mess up that file.
e.g. It currently displays next to the radio button(s) as:
Small - [$15.00]
Large - [$18.00]
and I would like it to be:
Small - $15.00
Large - $18.00
I have checked the template and the asp page and cannot find it. I have a feeling the it is in the function.inc file, but I am don't want to mess up that file.
Comment