Print Page | Close Window

Customize Category Pages and Tooltips

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=1660
Printed Date: 22-April-2025 at 5:15pm
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: Customize Category Pages and Tooltips
Posted By: rivaldog
Subject: Customize Category Pages and Tooltips
Date Posted: 26-May-2008 at 3:22pm
Hi,
I'm trying to customize my cart further and would like to know which files I need to update to accomplish the following:
 
1. Lessen the gap between the products table and the dynamic page numbers that appear for allowing a customer to browse multiple pages of products.  I recently scaled my thumbnails down to a smaller size so when a category page shows (with products of course) the gap between the multiple product page navigation and the first row of products has increased and created too large of an area of white space.  What file and code would I need to scoot the table of products up a bit.
 
2. Right now, my ajax tool tip shows the thumbnail image of my products.  I would like it to show the product detail image instead.  (the one that displays on the product detail page).  How do I go about pointing my tool tip to the other images.  I'm assuming the tooltip graphic will automatically scale larger to display a 200-300 pixel image within it?  If not, any advice on this topic would be appreciated.
 
Thank you!
Doug


-------------
Rivaldog



Replies:
Posted By: katharina
Date Posted: 26-May-2008 at 3:34pm
Can't help with the first one but the second one.  It was in the EI help files.
Katharina

Question :
In ProductCart v3, how can I load the medium size image instead of the thumbnail image in the AJAX pop-up window that shows product information?
 
Answer :
You can do this by making a small code change to the file "pc/xml_getPrdInfo.asp".

- Download the file to your desktop using an FTP program
- Open it in Notepad or your favorite HTML editor
- Change the following line:

pSmimageURL=rs("smallImageUrl")

... to ...

pSmimageURL=rs("imageurl")

- Save the file and upload it back to your server.



Posted By: katharina
Date Posted: 26-May-2008 at 3:40pm
Sorry meant the EI Knowledge Base.
http://www.earlyimpact.com/productcart/support/
Katharina


Posted By: rivaldog
Date Posted: 26-May-2008 at 3:59pm


-------------
Rivaldog


Posted By: rivaldog
Date Posted: 26-May-2008 at 4:01pm
Katharina - thank you for your response.  Also, in case I wasn't clear on the first question, I took a screenshot of my store and placed green lettering where I want to get rid of some white space.  I'm attaching for anyone that might know the answer to this.  Thank you again for helping with the tooltip, Katharina.

-------------
Rivaldog


Posted By: Hamish
Date Posted: 26-May-2008 at 4:27pm
Hi Doug,
     To change the spacing amend pcstorefront.css
In .pcShowProducts amend margin-top from 10px to, say, -50px
And, further down in pcShowProductsH  amend height to, say, 125px

Hamish


Posted By: rivaldog
Date Posted: 26-May-2008 at 9:34pm
Hi Hamish,
Thank you for your help.  Your pixel estimation was perfect!  thx tons!
 
Doug


-------------
Rivaldog



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