Page 13 of 57 FirstFirst ... 3111213141523 ... LastLast
Results 121 to 130 of 567
  1. #121
    Join Date
    May 2010
    Location
    WA State
    Posts
    1,678
    Plugin Contributions
    3

    Default Re: The NEW Google Merchant Thread - Version 1.12.0

    Quote Originally Posted by Interceptor View Post
    Any idea why the additional images have been removed from the new version??
    Don't know, but they weren't working in Google Shopping anyway.

  2. #122
    Join Date
    Apr 2011
    Posts
    29
    Plugin Contributions
    0

    Default Re: The NEW Google Merchant Thread - Version 1.12.0

    Quote Originally Posted by RescoCCC View Post
    Are you using Numinix Product Fields or the UPC/ISBN mod from software addons? If the latter, that is likely the problem. You need to use the former.
    Now I just set it to "false", and google is not giving me errors any more, I also added "MPN" for each product, so don't know which one solved google error issue. But I got another issue "broken images" on merchant center, but when I click through the links, all the images are there on my website! it seems that lately google frequently gave me problems even though I didn't change anything on my website.

  3. #123
    Join Date
    May 2010
    Location
    WA State
    Posts
    1,678
    Plugin Contributions
    3

    Default Re: The NEW Google Merchant Thread - Version 1.12.0

    But I got another issue "broken images" on merchant center, but when I click through the links, all the images are there on my website!
    Are you talking about the additional images when you view the product in merchant center? If so, don't worry about it. None of mine have ever worked. As long as your primary image is there, it's fine.

  4. #124
    Join Date
    Jan 2010
    Posts
    153
    Plugin Contributions
    0

    Default Re: The NEW Google Merchant Thread - Version 1.12.0

    cant seem to get google recognising my model numbers as upc's is there anyway to solve this? ive altered the settings in the google merchant centre feeder config to show offer as upc and also tried it as ean but still no joy at all.
    I was debating attempting to reinstall numinix product fields module for it anymore in the free software add ons search here on the site??

  5. #125
    Join Date
    May 2006
    Location
    Gardiner, Maine
    Posts
    2,296
    Plugin Contributions
    22

    Default Re: The NEW Google Merchant Thread - Version 1.12.0

    well, I finally hit my first problem with the apparel category - in jewelry for heavens sake. Google thinks that jewelry sellers have gender and age at a minimum as something that's important. So the only to do this right now is to add those attributes to each product but of course they should not be displayed on the product page (Unisex does not sound attractive).

    Has anyone figured out how to do this yet? I suspect that I can set display only attributes not to display with some coding but this is no solution for someone who is already using the display (read) only setting for attributes.
    The full-time Zen Cart Guru. WizTech4ZC.com

  6. #126
    Join Date
    May 2007
    Posts
    124
    Plugin Contributions
    0

    Default Re: The NEW Google Merchant Thread - Version 1.12.0

    Hi
    Google requires ie

    '<g:shipping_weight>3 kilograms</g:shipping_weight>'

    if you use Global shipping rules outlined in there settings.

    How can I get the shipping weight into the feed in the format:

    '<g:shipping_weight>1.0 pounds</g:shipping_weight>'

    right now only getting
    '<g:weight>3 kilograms</g:weight>'

  7. #127
    Join Date
    Jul 2007
    Posts
    2,169
    Plugin Contributions
    16

    Default Re: The NEW Google Merchant Thread - Version 1.12.0

    Quote Originally Posted by delia View Post
    well, I finally hit my first problem with the apparel category - in jewelry for heavens sake. Google thinks that jewelry sellers have gender and age at a minimum as something that's important. So the only to do this right now is to add those attributes to each product but of course they should not be displayed on the product page (Unisex does not sound attractive).

    Has anyone figured out how to do this yet? I suspect that I can set display only attributes not to display with some coding but this is no solution for someone who is already using the display (read) only setting for attributes.
    I have the same problem as you.
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

  8. #128
    Join Date
    May 2006
    Location
    Gardiner, Maine
    Posts
    2,296
    Plugin Contributions
    22

    Default Re: The NEW Google Merchant Thread - Version 1.12.0

    Quote Originally Posted by mikebr View Post
    Hi
    Google requires ie

    '<g:shipping_weight>3 kilograms</g:shipping_weight>'

    if you use Global shipping rules outlined in there settings.

    How can I get the shipping weight into the feed in the format:

    '<g:shipping_weight>1.0 pounds</g:shipping_weight>'

    right now only getting
    '<g:weight>3 kilograms</g:weight>'
    Looks like a boo boo in the code if so. Are you getting error messages because of it at google?
    The full-time Zen Cart Guru. WizTech4ZC.com

  9. #129
    Join Date
    May 2010
    Location
    WA State
    Posts
    1,678
    Plugin Contributions
    3

    Default Re: The NEW Google Merchant Thread - Version 1.12.0

    Quote Originally Posted by Xbox Memberships View Post
    cant seem to get google recognising my model numbers as upc's is there anyway to solve this? ive altered the settings in the google merchant centre feeder config to show offer as upc and also tried it as ean but still no joy at all.
    I was debating attempting to reinstall numinix product fields module for it anymore in the free software add ons search here on the site??
    A UPC code must be at least 12 digits in length. Do your model numbers meet that requirement?

  10. #130
    Join Date
    Feb 2009
    Posts
    40
    Plugin Contributions
    0

    Default Re: The NEW Google Merchant Thread - Version 1.12.0

    Has anyone figured out how to do this yet? I suspect that I can set display only attributes not to display with some coding but this is no solution for someone who is already using the display (read) only setting for attributes.
    I haven't seen the issue with jewelry. But if that is the case, it may be easier to add this:

    http://www.zen-cart.com/forum/showthread.php?t=83814

    It's only one file. On that one file, you can remove the below code and the attributes will not display on the products page. We've tested it out and the attributes do get included on the feed. Just don't show on the page.

    Code:
    <table width="100%" border="0" cellspacing="0" cellpadding="0">
      <tr valign="top">
        <td width="50%"><?php echo $left_col; ?></td>
        <td width="50%"><?php echo $right_col; ?></td>
      </tr>
    </table>
    Our first goal was to get the attributes listed in columns. But since we didn't have "variations", we didn't need the attributes to show on the page. So I removed the tables and it works fine.

 

 
Page 13 of 57 FirstFirst ... 3111213141523 ... LastLast

Similar Threads

  1. v139h Adding GTIN values to Numinix Google Merchant Feeder
    By longstockings in forum All Other Contributions/Addons
    Replies: 2
    Last Post: 22 Nov 2016, 08:01 PM
  2. v155 Numinix Product Fields / Google Merchant feed error
    By CandleMan in forum All Other Contributions/Addons
    Replies: 9
    Last Post: 22 Nov 2016, 07:10 PM
  3. v154 Numinix Module Version Plugin
    By DarkAngel in forum General Questions
    Replies: 2
    Last Post: 16 Jul 2015, 01:00 AM
  4. v150 Need someone to volunteer to install Numinix Merchant feed. Google base feeder.
    By coucho in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 29 Jun 2012, 04:18 AM
  5. Google Chrome Reporting Old Version on Product Page
    By drkramer in forum General Questions
    Replies: 3
    Last Post: 4 Sep 2008, 06:44 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR