Posted - 10/11/2018 : 07:51:37
If it's just a few categories, it would be easy to do this with a tip I had put up some time back
https://www.ecommercetemplates.com/support/topic.asp?TOPIC_ID=100929
In your case, open up the categories.asp page in your html editor and just below the include line <!--#include file="vsadmin/inc/inccategories.asp"-->
Add something like this <% If Request.QueryString("cat") = "steiff+bears" then Response.Write("<div class=catfooter>Your html here</div>") End If %>
Insert your html there in the red area If you need this on quite a few categories though, it might become difficult to manage.
Edited by - dbdave on 10/11/2018 07:56:05
|