Scot Ranney • September 04, 2025
First, the settings: (ignore the "scotty" and uri access thing, that was for testing on the site I screencapped this image from)
The feed template:
Settings:
Templates: Be sure to update custom information below such as store name, description, image links, etc
Details template:
<mvt:item name="templatefeed" />
Header Template:
<?xml version="1.0"?> <rss xmlns:g="http://base.google.com/ns/1.0" version="2.0"> <channel> <title>Store Name goes Here</title> <link>Link to store goes here</link> <description>Store description goes here</description>
Iterator (loop) template: See custom field example in this loop (brand). The custom field must be selected in the miva merchant awesome 1990's custom field boxes.
<item> <g:id>&mvt:record:code;</g:id> <g:title>&mvte:record:name;</g:title> <g:description>&mvte:record:descrip;</g:description> <g:link>&mvt:record:canonical_uri;</g:link> <g:image_link> ################ full https image link here ############ </g:image_link> <g:condition>new</g:condition> <g:availability>in stock</g:availability> <g:price>&mvt:record:price; USD</g:price> <g:shipping_weight>&mvt:record:weight; lbs</g:shipping_weight> <mvt:comment> <g:shipping> <g:country>US</g:country> <g:service>Standard</g:service> <g:price> USD</g:price> </g:shipping> </mvt:comment> <mvt:if expr="l.settings:record:customfield_values:customfields:brand"> <g:brand>&mvte:record:customfield_values:customfields:brand;</g:brand> </mvt:if> <mvt:if expr="l.settins:record:sku"> <g:sku>&mvt:record:sku;</g:sku> </mvt:if> </item>
Footer template:
</channel> </rss>
mvkb_feed mvkb_google