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
 All Forums
 Technical
 PHP (Unix / Linux / Apache) versions
 Hide Price on Category page
Author « Topic »  

ColorMagic
Starting Member

USA
18 Posts

Pre-sales questions only
(More Details...)

Posted - 03/11/2022 :  12:48:23  
Is there a way to hide the price on a category page? I have a category of postcards, and products listed on that page. I want to hide those prices until the customer selects "details" or "quick buy"

Sean

1818charlie
ECT Moderator

United Kingdom
1198 Posts

Posted - 03/11/2022 :  13:42:11  
Sean

The price doesn't show on the actual categories page. The price does show on the products page once you have visited from the categories page.

You can choose not to show the price on all products & to do so you can add this in the editable head section of the products page. The only time the price shows is when a customer clicks Details or Quick Buy

<style>
div.prodprice {display:none}
</style>


-----------------------------------
Steve
Manchester UK

Make it as simple as possible, but not simpler.

Edited by - 1818charlie on 03/11/2022 13:46:58

ITZAP
Ecommerce Template Guru

Australia
1018 Posts

Posted - 03/11/2022 :  16:00:17  
Another way is to add this PHP parameter to includes.php

$productpagelayout='productimage, productname, reviewstars, listprice, discounts, price, description, detaillink, addtocart';

... and simply exclude the 'price' element from that list. Read more here >>

Gary

ColorMagic
Starting Member

USA
18 Posts

Pre-sales questions only
(More Details...)

Posted - 03/14/2022 :  10:13:59  
Excellent that worked perfectly, charlie.
Thanks!

Sean

Edited by - ColorMagic on 03/14/2022 10:14:47
  « Topic »  
Jump To:
Shopping Cart Software Forum for Ecommerce Templates © 2002-2022 ecommercetemplates.com
This page was generated in 0.02 seconds. Snitz Forums 2000