Download March 2007 - Ecommerce Templates Shopping Cart Software

Transcript
Dynamic title and meta description tags
From version 4.1.1 it is possible to dynamically generate the title and meta
description tags for your categories, product and product detail pages. Not
only are they dynamically generated but you can also add you own unique
information such as company name to the title tag. The set up details are
outlined below:
ASP Version
The pages you are going to want to change are...
categories.asp
products.asp
proddetail.asp
Open each of these in turn and go to HTML view. About halfway down the
page you should see a bunch of "include" files, something like this...
<!--#include file="vsadmin/db_conn_open.asp"-->
<!--#include file="vsadmin/includes.asp"-->
<!--#include file="vsadmin/inc/languagefile.asp"-->
<!--#include file="vsadmin/inc/incfunctions.asp"-->
<!--#include file="vsadmin/inc/incproducts.asp"-->
If your template uses a DHTML pop-out menu or Mini Cart
there is no need to delete the line
< !--#include file="vsadmin/db_conn_open.asp"-->
Just open vsadmin/db_conn_open.asp in Notepad and make
sure you don't have a line
DIM sDSN
If you have that, just delete that line.
You can then follow the instructions below as normal.
Then, at the very top of the file before the first <html> tag add that
db_conn_open line along with the metainfo.asp include line like this...
<!--#include file="vsadmin/db_conn_open.asp"-->
<!--#include file="vsadmin/inc/metainfo.asp"-->
<html>
232
© Ecommerce Templates