Hi, I'm trying to remove the word 'Price:' from my website products. I can use .prodpricelabel to remove it from the product pages, but can't see how to do this on the proddetail pages. Can this be done using CSS?
Using css would remove the price as well as the label so do the following.
Edit the proddetail.php file and at the very top you should have your include lines so add the following line :
<?php session_cache_limiter('none'); session_start(); ob_start(); include "vsadmin/db_conn_open.php"; include "vsadmin/inc/languagefile.php"; include "vsadmin/includes.php"; include "vsadmin/inc/incfunctions.php"; include "vsadmin/inc/metainfo.php"; $GLOBALS['xxPrice']=''; ?>