Welcome, Guest ( Customer Panel | Login )




 All Forums
 VPCart Forum
 Add-ons for VP-ASP
 Remove Text From Item
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

superdave144
Starting Member

USA
7 Posts

Posted - January 26 2009 :  14:30:44  Show Profile  Reply with Quote
When I am viewing an item how can I remove the suggested item at the bottom of the page? I just want the item they are looking at to display. Here is the text from that page.

Please review these other products:

Edited by - superdave144 on January 26 2009 14:31:03

devshb
Senior Member

United Kingdom
1904 Posts

Posted - January 27 2009 :  05:33:10  Show Profile  Visit devshb's Homepage  Reply with Quote
if you want to get rid of that bit of text (and the <br> line for it), try this:

edit shopproductsubs.asp in notepad, and look for:

Sub FormatassociatedProducts

in that function where it says this:
<strong><%=headercaption%></strong>

change it to this instead:

<%
if (headercaption<>getlang("LangCrossSellingMessage")) then
%>
<strong><%=headercaption%></strong>
<%
end if
%>

(the if statement is used because it also uses the same function for also-bought displays, not just cross-selling)

then look for:
Sub FormatAssociatedwithImages

and in that function change this:

%><strong><%=Headercaption%></strong>
<br />

to this:

if (headercaption<>getlang("LangCrossSellingMessage")) then
%><strong><%=Headercaption%></strong>
<br />
<%
end if
%>


If you wanted a more configurable/tweakable version, you could try one of our addons:

BYZ086 - Cross-Selling Enhanced/Secondary Template Fields for VP-ASP:
http://www.bigyellowkey.com/mysoftware_product_details.asp?prdid=221&opu=n
(which has the added benefit of also allowing you to display cross-sold items in the view-cart page, ie when people view their cart they can see what's cross-sold with what's in their cart)

Simon Barnaby
Developer
[email protected]
www.BigYellowZone.com
Web Design, Online Marketing and VPASP addons

Edited by - devshb on January 27 2009 05:35:40
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
Snitz Forums 2000
0 Item(s)
$0.00