Print Page | Close Window

Cart - customizing look

Printed From: ProductCart E-Commerce Solutions
Category: ProductCart
Forum Name: Customizing ProductCart
Forum Description: Exchange messages with other users that are customizing ProductCart.
URL: https://forum.productcart.com/forum_posts.asp?TID=3123
Printed Date: 23-July-2025 at 2:13pm
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: Cart - customizing look
Posted By: kclark1515
Subject: Cart - customizing look
Date Posted: 20-October-2009 at 9:19pm
I have added my own code to header.asp and footer.asp, so the store front is within my own framework for my site.  I am wondering - what do I need to change to get rid of the "our featured products..." at the top of home.asp - just go into that file and change it, or is there a way to do it through the control panel?  And is that where I will send my customers to browse the products, or is it the viewCategories.asp page?  I would like for them to be able to select categories and sub categories, and drill down from there to view products.  Any help would be greatly appreciated to get started as soon as possible.  Thanks!
 
For any that are interested, here is the site:
 
http://www.go-bigtime.com/shop/pc/home.asp - http://www.go-bigtime.com/shop/pc/home.asp



Replies:
Posted By: Greg Dinger
Date Posted: 20-October-2009 at 9:34pm
The text "our featured products..." is located in /shop/includes.asp.  You can try just removing the words, leaving the "" in place.
 
If you want to remove the line altogether, look for <h1> in home.asp.
 
Personally, I like to move the home page to the root  http://wiki.earlyimpact.com/how_to/move_home_page - http://wiki.earlyimpact.com/how_to/move_home_page so that you can then just direct the customer to your domain name, and that's that.


-------------
GreyBeard Design Group

Certified ProductCart Developer

Web Design/Development/Hosting

http://tinyurl.com/5c8t4t" rel="nofollow - Add-Ons & Custom Code |


Posted By: Guests
Date Posted: 20-October-2009 at 10:11pm
Hi kclark1515,

This is rather curious. If there are no featured products and no page description, then nothing should display here. You don't appear to have either, yet it shows. Given the logic here, you must have one or the other populated in your db, or this shouldn't how.

However, if you need to hack it, you can simply find:

if pcIntHPFeaturedCount > 0 then


and change to:

if pcIntHPFeaturedCount > 0 or FALSE then


I'd also recommend making a note you can find again about this mod, so maybe some like this:

' Customization: needed to hack out the featured product section
if pcIntHPFeaturedCount > 0 or FALSE then




Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.04 - http://www.webwizforums.com
Copyright ©2001-2021 Web Wiz Ltd. - https://www.webwiz.net