Might want to put a note up about the Miva Merchant 5.5 update changing the variable for the head tag item on existing page templates. I am getting killed with "what did you do to my site" support tickets here.
Announcement
Collapse
No announcement yet.
Head Tag Item Issue...
Collapse
X
-
Re: Head Tag Item Issue...
Thank you!--
CybrHost Corp. - http://www.cybrhost.com/ - [email protected]
+1-866-300-MIVA - Professional Miva & E-Commerce web hosting services.
Comment
-
Re: Head Tag Item Issue...
I am also wondering, does the update check to see if the page template has been previously updated or not? I just had a client who updated their store and it moved all existing page templates to production 5, breaking the store.
When we update the software we do a search and replace when we change something. For example we search for the HTML tag and then replace it with the new Component for Doctype. Therefore every page was changed.
Comment
-
Re: Head Tag Item Issue...
Sorry, I did not explain that very well. So to resolve this issue, the update needs to find:
Code:<mvt:item name="head" />
Code:<mvt:item name="head" param="head_tag" />
Comment
-
Re: Head Tag Item Issue...
Originally posted by Dan - Kemper Strategic View PostSorry, I did not explain that very well. So to resolve this issue, the update needs to find:
Code:<mvt:item name="head" />
Code:<mvt:item name="head" param="head_tag" />
That is not correct. If the module driven page template created a page that is listed in the pages list, then the replacements for <mvt:item name="html_profile" /> and <mvt:item name="head" param="head_tag" /> were automatically done by 5.5. If however, the page is simply a template in a module like my Category Manager or Sebenza's Category and Product modules, then those pages are not listed in the pages list. Hence, they need the edit made.Bill Weiland - Emporium Plus http://www.emporiumplus.com/store.mvc
Online Documentation http://www.emporiumplus.com/tk3/v3/doc.htm
Question http://www.emporiumplus.com/mivamodu...vc?Screen=SPTS
Facebook http://www.facebook.com/EmporiumPlus
Twitter http://twitter.com/emporiumplus
Comment
-
Re: Head Tag Item Issue...
That is not correct. If the module driven page template created a page that is listed in the pages list, then the replacements for <mvt:item name="html_profile" /> and <mvt:item name="head" param="head_tag" /> were automatically done by 5.5. If however, the page is simply a template in a module like my Category Manager or Sebenza's Category and Product modules, then those pages are not listed in the pages list. Hence, they need the edit made.
Comment
-
Re: Head Tag Item Issue...
I think I may have figured out the issue. The head tag item used on the store in question did not have a space before the closing "/>". If the Miva Merchant 5.5 update is looking for <mvt:item name="head" />, which is technically correct, than it probably did not make the change.
Comment
Comment