Fear not, it can be done. You just need to make sure you close the leading
meta tag, insert your tracking code, then make a throwaway meta tag to come
after. Like this:
*****************************
Daves Discount Motors">
<script src="http://www.google-analytics.com/urchin.js"
type="text/javascript">
</script>
<script type="text/javascript">
_uacct = "-";
urchinTracker();
</script>
<meta name="shopsitecloser" content="123abc
***********************
The Daves Discount Motors"> completes the meta description tag, then the
tracking code is inserted, and then a throwaway meta tag is made. When
shopsite parses the field, it adds the "> to close this throwaway tag.
Not elegant, but it works. IMO, the current implementation is 100% horrible.
Shopsite should not be adding partial tag content or hard-coding tag
closings. This field should be available for me to put currect, complete
HTML into for use between the <head> and </head> tags, not to have to
generate garbage just to get things to work.
"Richard" <rruda@shoplite.com> wrote in message
news:dllate$427$1@eval.shopsite.com...
Jim,
I had a good look at S03786.
Re the workaround mentioned there...
As you know Shopsite requires you to add simple text to the Meta
desciption field and then the software adds the HTML formatting upon
saving/publishing. We do this for all of our products
The problem is that shopsite thinks that the entire contents (the actual
meta description AND the script) is the meta description and closes the
whole lot with a "
Even if I add "> at the end of the actual meta description (to close it
off) shopsite adds another "> at the end of the script
Maybe I am missing something but I don't see a way to seperate the actual
meta description with the script.
You can see this here and look at the source: (you can see the xtra "
after </script> )
http://www.shoplite.com/sale6.htmRichard