having a problem with featuree
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=1969
Printed Date: 23-April-2025 at 4:50pm Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com
Topic: having a problem with featuree
Posted By: bluedella
Subject: having a problem with featuree
Date Posted: 11-September-2008 at 2:35pm
please check out www.bluedella.com and you will see that I changed the words featured prodcuts to an image. Is there any way of taking off the image after the featured product listing? and instead of more details write more...--in short where would I find the code to adjust things
|
Replies:
Posted By: Hamish
Date Posted: 11-September-2008 at 3:14pm
Hi, Do you want to change the text "more details" to "more ..." ? If so, the code is in homeCode.asp , line 303 in my copy.
<td colspan="<%=intColspan%>"><a href="showfeatured.asp"><%response.write (dictLanguage.Item(Session("language")&"_mainIndex_13") & dictLanguage.Item(Session("language")&"_mainIndex_7"))%> >></a></td>
It builds the text string from 2 variables from the languages.asp file.
------------- Editing ProductCart Code?
See http://wiki.earlyimpact.com/developers/editcode" rel="nofollow - WIKI Guidelines for Editing ProductCart's ASP Source Code
|
Posted By: bluedella
Date Posted: 11-September-2008 at 4:23pm
Posted By: macleather
Date Posted: 11-September-2008 at 7:01pm
Hi There,
Hamish certainly knows more about this then I do, but I made a change to "more details" in languages.asp at line 722 in my version so it shows differently on the product details page. Not sure if this is what you're looking for but I thought I'd throw in my two cents.
Alan
|
|