Announcement

Collapse
No announcement yet.

Google Shopping Feed Help

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Google Shopping Feed Help

    Can some one please help me, I have been struglinggetting a working google shoping feed for months and I cant figure out what I am dong wrong.


    Below is myIterator Template:
    The question is I am not able to export any of the custom fields to the feed, Any clue what I am doing wrong.





    <mvt:if expr="NOT ISNULL l.settings:record:customfield:main">
    <mvt:assign name="g.full_image_path" value="g.domain:base_url $ l.settings:record:customfield:main" />
    <mvt:else>
    <mvt:assign name="g.full_image_path" value="''" />
    </mvt:if>

    &mvt:record:customfield:googleshopping_item_num ber ; &mvt:record:customfield:googleshopping_title; &mvt:record:customfield:googleshopping_descript ion ; &mvt:record:customfield:googleshopping_product_ cat egory; &mvt:record:customfield:googleshopping_product_ typ e; &mvt:record:canonical_uri; &mvt:global:full_image_path; &mvt:record:customfield:googleshopping_conditio n; &mvt:record:customfield:googleshopping_availabi lit y; &mvt:record:price; &mvt:record:customfield:googleshopping_brand; &mvt:global:future_date; &mvt:eol:crlf;
    Last edited by lickx; 03-07-19, 09:23 AM.
    Stephen Scheer
    Digital Visuals

    #2
    Are the custom fields selected (look below the template 'textarea')
    Bruce Golub
    Phosphor Media - "Your Success is our Business"

    Improve Your Customer Service | Get MORE Customers | Edit CSS/Javascript/HTML Easily | Make Your Site Faster | Get Indexed by Google | Free Modules | Follow Us on Facebook
    phosphormedia.com

    Comment


      #3
      OMG Thank you, I am embarrassed that's what I was missing. I wish they would let you know this on the Code Samples for Sample Google Shopping Feed
      Stephen Scheer
      Digital Visuals

      Comment


        #4
        Don't worry. Happens to everyone. personally, i manually call custom fields mostly so their SMT codes are shorter. Documenting a system like Miva Merchant is not a simple task since there are so many levels of interaction, from just pointing and clicking, to understanding conditional logic and array structures and manipulation.
        Bruce Golub
        Phosphor Media - "Your Success is our Business"

        Improve Your Customer Service | Get MORE Customers | Edit CSS/Javascript/HTML Easily | Make Your Site Faster | Get Indexed by Google | Free Modules | Follow Us on Facebook
        phosphormedia.com

        Comment


          #5
          HI Bruce I spoke to soon

          It works fine IF the product is a stand along

          But if the product has Variants (example &mvt:record:customfield:googleshopping_title;) it leaves the field empty


          And yes Load Variants is checked

          you can see the feed at
          https://www.mountsplus.com/test2.txt
          Last edited by lickx; 03-07-19, 03:01 PM.
          Stephen Scheer
          Digital Visuals

          Comment


            #6
            Sorry, don't really know how Miva is handling variants in the Google Feed.
            Bruce Golub
            Phosphor Media - "Your Success is our Business"

            Improve Your Customer Service | Get MORE Customers | Edit CSS/Javascript/HTML Easily | Make Your Site Faster | Get Indexed by Google | Free Modules | Follow Us on Facebook
            phosphormedia.com

            Comment


              #7
              Is there another way to do a google feed with variants, I Also need to be also to customize the title and description for the feed.
              Stephen Scheer
              Digital Visuals

              Comment

              Working...
              X