Welcome, Guest ( Customer Panel | Login )




 All Forums
 VPCart Forum
 VP-Cart 8.0 Hint''s and Tips
 Add catalog number to title on shopexd
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

apswater
VP-CART Super User

444 Posts

Posted - July 24 2017 :  10:53:00  Show Profile  Visit apswater's Homepage  Reply with Quote
Here is another handy mod. I like to have the catalog number show up in the meta title since people search for the catalog number more than just the product name.

In shopheaders.asp around line 197 find :

response.write value

Change it to :

if request.servervariables("script_name")="/shopexd.asp" then
dim oconnts,mysqlts,rsts,ccode
Set oConnTs = Server.CreateObject("ADODB.Connection")

oConnTs.Open "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=(your database path and name)" ''ie:d:\database\blah blah blah.mdb


mysqlTs = "S E L E C T ccode FROM products WHERE catalogid=" & catalogid
set rsTs=oConnTs.Execute(mysqlTs)
do until rsTs.eof
ccode=rsts("ccode")
rsTs.movenext
loop
set rsts=nothing
oconnts.close
response.write ccode & " " & value
else
response.write value
end if

------------------------

There is probably a better way to open the database and grab the ccode field but this works for me.

Now when people search a given catalog number on google or another search engine, you got a better shot at them finding your site.

*** Before where is says ccode FROM you have to add the word S E L E C T with no spaces because the pub auto erases that. Interesting

Edited by - apswater on July 24 2017 14:10:27

serjtankian
VP-CART Super User

Armenia
378 Posts

Posted - July 26 2017 :  15:38:32  Show Profile  Visit serjtankian's Homepage  Reply with Quote
great tweak!



*peace - serj*
Go to Top of Page

danielrichardson
VP-CART Super User

Australia
276 Posts

Posted - July 27 2017 :  07:37:12  Show Profile  Reply with Quote
Thank you for the tutorial!
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