Welcome, Guest ( Customer Panel | Login )




 All Forums
 VPCart Forum
 Customization
 Reverse Title tag
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

zacharybroyles
Starting Member

28 Posts

Posted - December 27 2012 :  15:16:13  Show Profile  Visit zacharybroyles's Homepage  Reply with Quote
Normally our shop shows in the cart
STORE NAME - Category Name
for the Page Title, ala All American Christmas Co. - Mini Lights

I would like it to show the reverse of this, Mini Lights - All American Christmas Co. Thoughts?

devshb
Senior Member

United Kingdom
1904 Posts

Posted - December 29 2012 :  08:03:43  Show Profile  Visit devshb's Homepage  Reply with Quote
It's all in shopheaders.asp, in that file, do a search for:
xtitle
there are 3 functions which setup those tags, one for categories, one for products, one for content, you'd change the logic in all 3 of those functions, so that lines like this:

SetSess "Dynamictitle",GetConfig("xtitle") & " - " & RemoveHtmlheaders(tempname, "<br />")

are changed to this:

SetSess "Dynamictitle",RemoveHtmlheaders(tempname, "<br />")&" - "&GetConfig("xtitle")

a while ago we also coded up a fail-safe function so that before it outputs the generated title tag, it makes sure that xtitle is stripped off the start, and moved to the end (if it's not already on the end)

we've also got some notes on some seo related things to think about etc:
http://www.bigyellowzone.com/support/issue_view.asp?ID=1692

and a more detailed note about the title tag swapping etc:
http://www.bigyellowzone.com/support/issue_view.asp?ID=1465

Simon Barnaby
Developer
[email protected]
www.BigYellowZone.com
www.BigYellowKey.com
Follow us on Twitter: http://twitter.com/bigyellowzone
Web Design, Online Marketing and VPASP addons

Edited by - devshb on December 29 2012 08:26:37
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
Snitz Forums 2000
0 Item(s)
$0.00