ProductCart E-Commerce Solutions Homepage
Forum Home Forum Home > ProductCart > Customizing ProductCart
  New Posts New Posts RSS Feed - weird description issue
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

weird description issue

 Post Reply Post Reply
Author
Message
JWL View Drop Down
Senior Member
Senior Member


Joined: 15-August-2008
Status: Offline
Points: 0
Post Options Post Options   Thanks (0) Thanks(0)   Quote JWL Quote  Post ReplyReply Direct Link To This Post Topic: weird description issue
    Posted: 13-July-2009 at 4:14pm
on the bto configuration pages the meta description doesn't display properly, instead of the description it has the first and last two keywords, something like this:
<META NAME="Description" CONTENT="first keyword,     ,2ndtolastkeyword,lastkeyword">

anyone else get this issue?! the description shows up on the rest of the pages.

Back to Top
ProductCart View Drop Down
Admin Group
Admin Group

ProductCart Team

Joined: 01-October-2003
Status: Offline
Points: 135
Post Options Post Options   Thanks (0) Thanks(0)   Quote ProductCart Quote  Post ReplyReply Direct Link To This Post Posted: 03-August-2009 at 5:58pm
This is determined by the following code contained in the file "pc/include-metatags.asp". When the description Meta Tag is empty for a product, ProductCart builds that description as shown in the following code.

'// Product Details Page: DESCRIPTION

if not isNull(mtPMetaDesc) and mtPMetaDesc<>"" then
mtDescription=mtPMetaDesc
else
mtDescription=mtPName & "," & mtPsDesc & "," & mtCDesc & "," & scCompanyName
end if


So it uses: product name + short description + category name + company name. You can certainly change this by editing the file itself. We will also review it and see if it should be changed for a future version.

This, however, is not just on the BTO configuration page. This is on all product pages.

Edited by earlyimp - 03-August-2009 at 5:59pm
The ProductCart Team

Home of ProductCart shopping cart software
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.031 seconds.