Print Page | Close Window

No AddThis buttons on category pages?

Printed From: ProductCart E-Commerce Solutions
Category: ProductCart
Forum Name: Using ProductCart
Forum Description: Running your store with ProductCart
URL: https://forum.productcart.com/forum_posts.asp?TID=5177
Printed Date: 09-March-2025 at 12:38pm
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: No AddThis buttons on category pages?
Posted By: Guests
Subject: No AddThis buttons on category pages?
Date Posted: 19-June-2012 at 1:04pm
I'm wondering if there was any thorny issue/reason the option to display AddThis buttons to the right of page titles wasn't included on category pages. Off the top of my head, I can't think of any issue here.



Replies:
Posted By: Guests
Date Posted: 20-June-2012 at 11:40pm
Ok, I ran this past EI by email, and it appears this was simply an oversight and will be addressed in a future release.

Meanwhile, for anyone wanting to mod the code to add it now, it's very simple.

In viewcategories.asp, find the following:
<!--#include FILE="prv_getSettings.asp"-->
just below that, add:
<!--#include file="inc_addThis.asp"-->

Then call the display just above the two possible H1 tags like so ...

Find:
<h1><% response.write dictLanguage.Item(Session("language")&"_titles_9")%></h1>
and
<h1><%=pCategoryName%></h1>
Just above each, add the following:
<%
'// PC v4.5 AddThis integration
if scAddThisDisplay=1 then pcs_AddThis
%>




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