Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi!

    Please ensure you have attributes created in WordPress. Go to products > attributes and enter the attributes you would like to see listed. Cart-product-feed gets its attributes from this list to populate the dropdown.

    Thread Starter herbert

    (@herbie4)

    Okay, thank you KH_PDev. That is clear. My products don’t use attributes.

    I need to map product custom meta (product_ean_code) to the g:GTIN.
    Can I use the mapping field for this? And if so how to use this?

    Or, I was just thinking… It might be beter if I change the meta data to be used as a product attribute. Any suggestions?

    Sure. The easiest way to do this is to create an attribute called product_ean_code. That will cause this value to appear in the list of attribute mappings. Then you can map it to gtin as per normal, and the plugin should go fetch it from your product’s custom fields.

    Depending on your version, if it doesn’t come out automatically, you may have to coax it by going into the advanced tab and entering:

    product_ean_code = g:gtin

    Let me know if you can’t get it to go and I’ll look into your particular version for you.

    Thread Starter herbert

    (@herbie4)

    Okay, super. It is working perfectly now. Thanks.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘No attribute drop menu’ is closed to new replies.