Please submit a private ticket if you need to share sensitive information, such as license details and admin credentials.

Okay
  Public Ticket #2581379
WPC Product Bundle & Dynamic Pricing Right Press Exclude Items
Closed

Comments

  • Leandro started the conversation

    Hello, another problem between your plugin and the dynamic pricing one.

    The Dinamicos pricing plugin has the option to exclude products based on product type.

    Since your plugin is not 100% compatible with said plugin, this was an option to exclude it and that the products of the WPC Bundle do not take them, but neither does it work and the people of the dynamic plugin send me this, to consult with you.


    Hi!

    I'm currently testing this with some custom code, also I've enabled debug log it in wp-config. Found that on the bundle product page there are multiple types returned:

    One like this:

                [term_id] => 561
                [name] => woosb
                [slug] => woosb
    

    And also all the other products that are included:

                [term_id] => 2
                [name] => simple
                [slug] => simple
    

    So this probably works when the last product returns "simple" and first "woosb" isn't detected. 
    Not sure yet if there's any way around it - could you check with bundle plugin developer regarding the filters that they might have? We have integration for the official bundles plugin and also have a code snippet that allows to change its behavior, all using filters. For this specific plugin that you're using we don't have any integration yet.

    Thanks, Kirill G. Software Developer RightPress

  •  767
    Janilyn replied

    Hi Leandro,

    Thanks for your information. Our developers have also investigated into the conflict between two plugins and haven't found any workaround for this. 

    I will transfer your ticket to the major developer of our plugin so that he can further consider and maybe find some helpful solution to this. Our developer will respond to your ticket as soon as he reaches your ticket.

    Have a nice day and best regards.

    Janilyn T. - WPClever Support Agent

  • Leandro replied

    This is what the developer of Dynamic Pricing send me 

    Hi!

    Tell them that we need to somehow get the correct product type while being on the product page, and not get multiple types instead - we're now getting "woosb" at first, and then other types (like "simple) - the ones that's included in bundle. Maybe there's some filter to get the correct information, or something else.