• Resolved Made in the Moon

    (@cramond2print)


    The plugin worked yesterday! The g:price identifier doesn’t show in the feed, except for 1 item, weird, I have 74 products on my main feed and a few other feeds have the same issue. All working fine yesterday so I have no idea why it has disappeared. I have disabled, enable, cleared feed process and re-initiated the plugin.

    Here’s what the feed is using to create the price:

    `price
    Combine source fields

    Regular Price

    space

    WooCommerce Currency
    (add)
    for all products (edit)

    Help.
    Thank you.

    The page I need help with: [log in to see the link]

Viewing 13 replies - 1 through 13 (of 13 total)
  • Plugin Author AukeJomm

    (@aukejomm)

    What version are you running @cramond2print?

    Thread Starter Made in the Moon

    (@cramond2print)

    @aukejomm Version 1.29.0, always keep all plugins updated ??

    Thread Starter Made in the Moon

    (@cramond2print)

    Actually now that i think about it, i converted the website database to innodb through lightspeed.

    Thread Starter Made in the Moon

    (@cramond2print)

    Ok I have found it, there are so many source fields to search through! Ended up changing:

    price
    Combine source fields
    
    Regular Price
    space
    WooCommerce Currency 

    to:

    price
    Combine source fields
    
    Min Variation Price
    space
    WooCommerce Currency 
    Plugin Author AukeJomm

    (@aukejomm)

    Thank you for notifying us about the issue @cramond2print.
    And Great you always keep your plugins updated, that’s a great practice.

    It seems you have caught a little bug that creeped in when we have updated the plugin to version 1.29.0

    What you can do to is use the “min variation regular price” in the source dropdown.

    The best is to create a condition with the condition editor and where you use the “min variation regular price” when the source “item_group_id” is not Empty and “regular price” for all other products.

    And keep an eye out for the update that will fix the issue.

    Thread Starter Made in the Moon

    (@cramond2print)

    Brilliant, thanks for the condition too, that’s very helpful.

    Plugin Author AukeJomm

    (@aukejomm)

    Good your keep looking for solutions.
    As mentioned, it should work out of the box. The thing is that the variable products are missing prices because it is setup differently in the database.

    The solution is like you have described. Great work!!

    But if you have simple products as well as product variations you will again have missing prices.

    Solution is to use the condition as mentioned in my previous message.

    
    price = 
    Combine source fields
    Min_Variation_Regular_Price
    space
    WooCommerce_Currency
    
    IF  item_group_id IS Not Empty 
    
    Combine source fields
    Regular_Price
    space
    WooCommerce_Currency
    
    FOR all other products
    Thread Starter Made in the Moon

    (@cramond2print)

    I am seeing missing shipping information popping up now on the google feed manager, shall get back to you soon.

    Plugin Author AukeJomm

    (@aukejomm)

    Make sure you have set up the shipping information in your Merchant Center self
    .

    Thread Starter Made in the Moon

    (@cramond2print)

    my mistake, looking good now

    Thread Starter Made in the Moon

    (@cramond2print)

    oh one more thing i have noticed privately published / password products show up on the feed if they are in the selected Shop Category in the Category Mapping section.

    Plugin Author AukeJomm

    (@aukejomm)

    Hello @cramond2print,

    We will look into this for the next update of the plugin.
    Thanks for notifying me.

    Thread Starter Made in the Moon

    (@cramond2print)

    Thanks for all your help @aukejomm ??

Viewing 13 replies - 1 through 13 (of 13 total)
  • The topic ‘g:price is not showing anymore’ is closed to new replies.