• Resolved moreconvert

    (@moreconvert)


    I recently came across your plugin and noticed that some of our mutual users are currently using it. As the founder of MC WooCommerce Wishlist, I wanted to reach out to you today to discuss a potential integration between our two plugins.

    Please add the following parameters $params to the hooks:

    do_action( ‘qi_addons_for_elementor_action_product_list_item_additional_image_content’ );
    do_action( ‘qi_addons_for_elementor_action_product_list_item_additional_content’ );
    do_action( ‘qi_addons_for_elementor_action_product_slider_item_additional_content’ );
    do_action(‘qi_addons_for_elementor_action_product_slider_item_additional_image_content’);

    I have added a new option to the product list and product slider to display extra options with the filter qi_addons_for_elementor_filter_product_list_extra_options. However, we cannot use it unless we add the $params parameter to the mentioned hooks. This will resolve the issue.
    new hooks :

    do_action( ‘qi_addons_for_elementor_action_product_list_item_additional_image_content’, $params );
    do_action( ‘qi_addons_for_elementor_action_product_list_item_additional_content’, $params );
    do_action( ‘qi_addons_for_elementor_action_product_slider_item_additional_content’ , $params );
    do_action(‘qi_addons_for_elementor_action_product_slider_item_additional_image_content’ , $params );

    In order to better serve our users, I would like to suggest adding codes to your plugin. These functions will allow us to synchronize our wishlist plugin with your plugin, providing users with a more seamless experience.

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Qode

    (@qodeinteractive)

    Hello,

    Thank you for letting us know about this and for looking after your users!

    We constantly seek to improve and we appreciate your feedback. We will forward this to our dev team for consideration.

    Best,
    Qode

    Thread Starter moreconvert

    (@moreconvert)

    Hello there! Have you had the chance to touch base with your esteemed team of developers? I’m eager to know what the outcome of your discussion was. Could you kindly enlighten me?

    Plugin Author Qode

    (@qodeinteractive)

    Hi there,

    Thank you for your suggestion and we did forward this to our dev team and they will be happy to add this in the next update, so you will for sure be notified once the update is released.

    Thank you once agian.

    Best,

    Qode

    Plugin Author Qode

    (@qodeinteractive)

    Hi there, just a follow up!

    You should know that we have released an update so please check it.

    Thank you for your patience.

    Best,

    Qode

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘integration with mc woocommerce wishlist’ is closed to new replies.