Customize list attribute or variations order

Top WooCommerce & WordPress Plugins Forums Product XML Feeds for WooCommerce Customize list attribute or variations order

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #105620
    Caner
    Guest

    Hello there,

    I have a question I can’t figure out about XML. I would be glad if you help me.

    I’m using the free version of your plugin. I want [alg_product_list_attributes] or [alg_product_available_variations] to look like this:

    Color – Quantity – Price – Photo
    White – 3 – 10.00 – website.com/photo1.jpg | Black – 4 – 10.00 – website.com/photo2.jpg

    Is there any way I can make a setting?

    • This topic was modified 11 months, 2 weeks ago by Omar Dabbas.
    #105621
    Tom Anbinder
    Moderator
    Plugin Support

    Hi,

    Sorry for a late reply. Not sure if this will be good enough, but I would suggest separating variations into separate items. First you need to set “Variable products” option to “Variation products only” in “WooCommerce > Settings > Product XML Feeds > XML Feed #X > Products Filtering Options”. Then you can set “XML item” option to something like this:

    <item>
        <variation_data>[alg_product_list_attribute name="color"] - [alg_product_price] - [alg_product_image_url]</variation_data>
    </item>
    
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.