ProductCart E-Commerce Solutions Homepage
Forum Home Forum Home > ProductCart > Using ProductCart
  New Posts New Posts RSS Feed - No AddThis buttons on category pages?
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

No AddThis buttons on category pages?

 Post Reply Post Reply
Author
Message
Guests View Drop Down
Guest
Guest
Post Options Post Options   Thanks (0) Thanks(0)   Quote Guests Quote  Post ReplyReply Direct Link To This Post Topic: No AddThis buttons on category pages?
    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.

Edited by Sean@WMS - 19-June-2012 at 9:11pm
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-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
%>

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.063 seconds.