Facebook Badge

Friday, September 18, 2009

Creating manual pages for LiteCommerce CMS

This post about LitecCommerce CMS system
There you can finf information how to add manual pages

Take any static page generated by HTML catalog module

Change next list of phrases in the file:
href="category
to href="../catalog/category

FlyoutCategories
to
../catalog/FlyoutCategories

src="images
to
src="../catalog/images

'category
to
'../catalog/category

href="style
to
href="../catalog/style

change TITLE to the name of your new page
change meta name="description" to name of a new page
change meta name="keywords" to new keywords
delete totally the line with td class="DialogTitle" height="20">&nbsp


find phrase !-- product details --
delete three lines before !-- product details --> but leave td valign="top"> in the third line

delete all lines from
table id="productDetailsTable" cellspacing="0" cellpadding="0" width="100%" border="0and till


tr id="addToCartButton">


delete section TABLE in !-- product details --

delete from

table id="productDetailsTable" cellspacing="0" cellpadding="0" width="100%" border="0">table id="productDetailsTable" cellpadding=0 cellspacing=0 border=0 width="100%"
till
/table>

Ans you can add your article or atatic page body html text after product details section

No comments:

Post a Comment