• Resolved mavericklp28

    (@mavericklp28)


    Hello,

    PYS Product Catalog Feed for WooCommerce can’t map the EAN field, any way to solve this ?

    Thank you

Viewing 6 replies - 1 through 6 (of 6 total)
  • Hi there,

    Thank You for contacting us.

    Please, is there a place in the plugin you are using to add a shortcode or key value?

    If so, try using the following:
    You can also output EAN with [alg_wc_ean] shortcode.
    EAN is stored in product meta with _alg_ean key.

    If it does not work, please provide us with a link for a plugin so that we can download it and check it with our plugin.

    Make sure that the plugin you use is compatible with the latest versions of WordPress and WooCommerce.

    Thank you,

    Thread Starter mavericklp28

    (@mavericklp28)

    I’m already talking with the support via support ticket : 26806

    The plugin doesn’t detect the value that starts with : _

    Hi there,

    Thank you for pointing out ticket: 26806. I will submit this to the development team to test it and get back to you here and via the ticket also as well as soon as possible.

    Thank you for your cooperation and time.

    • This reply was modified 1 year, 3 months ago by Abd Hindi.
    Plugin Author Algoritmika

    (@algoritmika)

    Hi, @mavericklp28,

    It looks like the “Product Catalog Feed Pro” plugin doesn’t “like” the leading underscore symbol in our field’s name, i.e.,?_alg_ean. So you must set it to something without an underscore, e.g.,?alg_ean. This can be done in “WooCommerce > Settings > EAN > Advanced > Meta key”. Then you should be able to select it in the “Product Catalog Feed Pro” plugin settings:

    P.S. If you’ve already entered EANs for your products, they will disappear after you change the meta key to?alg_ean. To bring them back, you can use our “Copy from product meta” tool in “WooCommerce > Settings > EAN > Tools” – set the “Meta key” option to?_alg_ean?there and run the tool.

    P.P.S. The “Product Catalog Feed Pro” plugin gets its custom fields list automatically by extracting meta keys from your products, so you need to set EAN for at least one of your products for the field to show up in their list. Also, the “Product Catalog Feed Pro” plugin saves the custom fields list in a transient with 24 hour expiration, which means that you need to either wait or delete the transient with this PHP code:

    delete_transient( 'products_meta_keys' );

    Please give it a try and let me know what you think.

    Thread Starter mavericklp28

    (@mavericklp28)

    Thanks a lot I received the same reply from support, and it’s working now, thanks a lot

    Plugin Author Algoritmika

    (@algoritmika)

    Hi, @mavericklp28,

    Happy to hear it’s solved! Please let me know if you need anything else.

    And if you like the plugin, please consider leaving us a rating.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Compatibility with Pixel Your Site Product Catalog Feed for WooCommerce’ is closed to new replies.