Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

PupStar

Members
  • Posts

    957
  • Joined

  • Last visited

  • Days Won

    10

Posts posted by PupStar

  1. 1 hour ago, Jack_mcs said:

    That refers to shipping. If you have the shipping option enabled in the feed, the code uses the OPTIONS_SHIPPING_STRING setting. You have to edit that to match your location. If you don't have the shipping option enabled, you need to set up the shipping options in your account. See this page for more details.

     

    That could be due to the same reason as above since the shipping option has the US in it or you don't have the setting enabled in the account. It can also be to how the currency is formatted in the feed. See here.

    I tried it with shipping on and off with no change in errors

  2. 1 hour ago, PupStar said:

    I think google are playing silly beggers again as I uploaded a test feed this morning with the exact same file that was the problem and now processed to live and all products have been accepted (a few minor exceptions that I need to work on)

    Ok so working on a different store using the same feeder and now get the errors in the attached screenshot.

    I cannot see anywhere to set a region id and I do not know why this error 'Unsupported currency in attribute: price' happens as the currency column contains GBP for all products.

     

    merchant_center_screenshot.png

  3. 19 minutes ago, Jack_mcs said:

    Not until the fall.

     

    It means the number of column headers don't match the number of entries in the row(s). You can look at the example they give for an error to see if it is just particular rows or if it is the whole feed.  That can happen if you have edited the file to use special fields or attributes that are not present. It can be difficult to troubleshoot because google doesn't provide too many details about where the problem is.

    I think google are playing silly beggers again as I uploaded a test feed this morning with the exact same file that was the problem and now processed to live and all products have been accepted (a few minor exceptions that I need to work on)

  4. 21 minutes ago, Jack_mcs said:

    The failures reported by google are not always exact or clear. Sometimes they are just in the general area of the problem. Regarding the price, make sure you have the currency setting in the feed set to GBP and that the price on the shop defaults to GBP.  If that doesn't help you can post in googles community forum. They are pretty good at providing answers for feed failures. 

    @Jack_mcs Thank you for your patience Jack.

  5. 36 minutes ago, PupStar said:

    Hi @Jack_mcs

    I don't understand what has happened either. I have deleted the feed and attempted to start again.

    Now when I upload a test feed I get the following errors

    Invalid or missing required attribute: price
    The price column is in the feed and this particular product is 12.95 but google says all 49 products having the price missing

    Unsupported currency in attribute: price
    The currency column is there set to GBP

    Invalid format for sub-attributes: shipping
    No idea what this error needs to resolve it
     

    Mind totally blown trying to resolve this so any help would be appreciated.

     

     

     

     

    Screenshot (81).png

    @Jack_mcs

    After a bit of googling I have managed to resolve all the errors.

    Invalid or missing required attribute: price
    The price column is in the feed and this particular product is 12.95 but google says all 49 products having the price missing - presuming this had something to do with the currency not being set correctly in the merchant center

    Unsupported currency in attribute: price
    The currency column is there set to GBP - This was resolved by setting the currency in the merchant center and nothing to do with the feed file

    Invalid format for sub-attributes: shipping
    No idea what this error needs to resolve it - Changed the setting to 0 in the feed file as the shipping amount is set in the merchant center.

     

  6. 20 hours ago, Jack_mcs said:

    LOL. You aren't missing anything. I'm referring to a different addon. :( I'm terribly sorry for the confusion.

    Starting over with the actual problem, you said

    I don't understand what you mean by this. Images are not uploaded to google. The feed is sent to them and, I think, you are saying the feed has the correct link. Is that not the case?

    Hi @Jack_mcs

    I don't understand what has happened either. I have deleted the feed and attempted to start again.

    Now when I upload a test feed I get the following errors

    Invalid or missing required attribute: price
    The price column is in the feed and this particular product is 12.95 but google says all 49 products having the price missing

    Unsupported currency in attribute: price
    The currency column is there set to GBP

    Invalid format for sub-attributes: shipping
    No idea what this error needs to resolve it
     

    Quote

    https://mysite.co.uk/product_info.php?products_id=10  Col Clear A, Colon Health Support Herbal Colonics Complex    COL-Clear is a well-known herbal colon cleanser and bowel support combination, based on a formula by master herbalist, Dr. John R. Christopher. It is available in 2 versions - this COL-Clear A and COL-Clear B.  Popular with colonic hydrotherapists, COL-Clear A contains a range of active herbal ingredients specifically selected to contribute to an increase in faecal bulk and normal bowel function.  The sugar beet fibre in this formula, in particular, contributes to an increase in faecal bulk in two ways: the insoluble components of the fibre increase faecal bulk by absorbing water in the large intestine, while the soluble components are fermented by bacteria in the large intestine leading to an increase in bacterial mass.  As such, this source of fibre may have a beneficial physiological effect for people who want to improve or maintain normal bowel function.  The ingredients help to cleanse the intestinal tract, soften the stool, stimulate the liver and improve peristalsis. This, in turn, helps to produce bowel movements and expel layers of old encrusted mucus and faecal matter that may have accumulated over time.  They also act to gently cleanse, stimulate and tone the bowel wall, supporting a move towards unassisted bowel movements.   # Approved EFSA health claims:  Sugar beet fibre contributes to an increase in faecal bulk.    12.95   https://mysite.co.uk/images/COL-Clear-A.png  10    in stock    Big Brand Name   New    GBP    05060200681015        052L-00    Cleanse & Detox    2.95

    Mind totally blown trying to resolve this so any help would be appreciated.

     

     

     

     

    Screenshot (81).png

  7. 27 minutes ago, Jack_mcs said:

    @PupStarNo, I haven't noticed that before. the code loads in the images from the images table but just cycles through them to add them. So if the main image doesn't match the first image, which is possible, then it would probably be wrong. You could try turning of the Products Images option (right column). That will prevent the images table from being checked. I don't recall if the main image is used instead but if it is then you that should work.

    @Jack_mcs I have tried to set

    define('OPTIONS_USE_IMAGE_TABLE', '0'); //set to 1 to use the products_images table, which is only available in 2.3 shops

    to 0 and 1 with no change in result.

    I have noticed that if the product has only 1 image then it does pick the main image correctly.

  8. @Jack_mcs

    Hi Jack,

    I hope you are well.

    I am running the feeder on Phoenix Version 1.0.8.12 and it works great.

    I have however found that the image is pulled from the first image in the gallery and not the actual main image.

    I have checked the feed file on 1 particular product and it shows the correct image name but the image being uploaded to google is different

    Just wondering if you have come across this and could offer any resolve?

    Thanks

  9. @@PupStar well, it should. I just took Edge from 27 September on a clean install and added the above files from the latest Edge. That gave me a tabbed order display on admin / orders

     

    At that stage only 3 tabs of course

     

    Then I uploaded the files from the addon and the fourth tab appeared.

     

    If you've a tabbed display, no extra tabs and no errors, you probably didn't upload the addon file to includes / hooks / admin / orders

     

    If you've no tabbed display, you need the new version of admin / orders.php

    @@BrockleyJohn

     

    ok did a fresh copy of the files, not sure what happened but its now working spot on :)

     

    Thanks

  10. aha - you need to get the changes that include the paypal app - that went into core on 14/10 (or any of the catalog hooks stuff)

    ... if you don't want  the whole thing, just grab

    - admin / orders.php and its language file,

    - admin / includes / application_top.php

    - includes / classes / hooks.php

    can't think of any others off the top of my head, but it'll soon tell you if I missed any!

    @@BrockleyJohn,

     

    ok grabbed them files and nothing has changed and no errors urgh

  11. @@PupStar

     

    Thanks Mark, the bootstrap one's work great.

     

    There are a few to choose from, I went with:

          bodyContent_listing.html(\'<div class="text-center"><i style="margin-top: 150px;" class="fa fa-spinner fa-pulse fa-5x fa-fw"></i></div>\');
    

    since it was similar to original.

     

    But I am also toying with this variation:

          bodyContent_listing.html(\'<div class="text-center" style="position: fixed; top: 50%; left: 50%; ; margin-top: -50px; z-index:1000; width: 100px; height: 100px;"><i class="fa fa-spinner fa-pulse fa-5x fa-fw"></i></div>\');
    

    because I discovered if you use the page navigation at the bottom of the listing you don't see the animation (it's worse in mobile view), but with this version the animation is always kept in the center of view. What do you think?

     

    cheers

    @@auzStar

     

    personally I left if unstyled as on my test environment it shows the animation off set to the right on full view but on mobile view in chrome it shows in the center.

     

    Mark

×
×
  • Create New...