• Resolved tiezkoz

    (@tiezkoz)


    We use WooCommerce Product Bundles. The bundled products do not show the right availability in the feed because “Stock Status” is always “instock”. And “Stock Qty” alway returns “0” for this products because the quantity depends on the products used in the bundle. I think the only way to get the right stock status of bundled products is to use the Woocommerce value:

    _wc_pb_bundled_items_stock_status
    https://docs.woocommerce.com/document/bundles/bundles-data-structures-storage/

    Is it possible add this value to the plugin so we can use it to get the right availability value in the feed?

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

    (@aukejomm)

    @tiezkoz,

    try adding %wc% to the Third party attributes field you find in our settings page of the plugin.

    After you have added it is should look something like: %wpmr%,%cpf%,%unit%,%bto%,%yoast%, %wc%

    Make sure the _wc_pb_bundled_items_stock_status has values to it. It should show up in the source drop down.

    Thread Starter tiezkoz

    (@tiezkoz)

    Wow, this plugin is even more powerful then I already thought. It works perfect with this feature. Thank you very much!

    Plugin Author AukeJomm

    (@aukejomm)

    Thanks for your enthusiastic response, great you like this feature.
    Our plugin is indeed very powerful and will work in most set up because of the flexibility.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Display the availability of Product Bundles?’ is closed to new replies.