ProductCart E-Commerce Solutions Homepage
Forum Home Forum Home > ProductCart > Customizing ProductCart
  New Posts New Posts RSS Feed - Cart - customizing look
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Cart - customizing look

 Post Reply Post Reply
Author
Message
kclark1515 View Drop Down
Newbie
Newbie


Joined: 20-October-2009
Status: Offline
Points: 0
Post Options Post Options   Thanks (0) Thanks(0)   Quote kclark1515 Quote  Post ReplyReply Direct Link To This Post Topic: Cart - customizing look
    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:
 
Back to Top
Greg Dinger View Drop Down
Certified ProductCart Developers
Certified ProductCart Developers
Avatar

Joined: 23-September-2006
Location: United States
Status: Offline
Points: 238
Post Options Post Options   Thanks (0) Thanks(0)   Quote Greg Dinger Quote  Post ReplyReply Direct Link To This Post 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 so that you can then just direct the customer to your domain name, and that's that.
Back to Top
Guests View Drop Down
Guest
Guest
Post Options Post Options   Thanks (0) Thanks(0)   Quote Guests Quote  Post ReplyReply Direct Link To This Post 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

Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.027 seconds.