Ecommerce software home
Shopping Cart Software Forum for Ecommerce Templates
 
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

Find us on Facebook Follow us on Twitter View our YouTube channel
Search our site
Forum Search
Google Site Search
Author « Topic »  

RJB
Ecommerce Template Expert

United Kingdom
801 Posts

Posted - 06/13/2025 :  02:55:53  
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?

Richard.

Phil
ECT Moderator

United Kingdom
7745 Posts

Posted - 06/13/2025 :  04:03:35  
Hi Richard,

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']='';
?>



*Contact Us*
*Buy The PHP Capture Card Plugin*
*Rate Our Services/View Our Feedback*

RJB
Ecommerce Template Expert

United Kingdom
801 Posts

Posted - 06/13/2025 :  05:03:51  
Hi Phil, That's a big help, thank you!

Richard.
  « Topic »  
Jump To:
Shopping Cart Software Forum for Ecommerce Templates © 2002-2022 ecommercetemplates.com
This page was generated in 0.03 seconds. Snitz Forums 2000