integration with mc woocommerce wishlist
-
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]
- The topic ‘integration with mc woocommerce wishlist’ is closed to new replies.