Home Forums WoodMart support forum how to add custom hook into the Quick View popup.

how to add custom hook into the Quick View popup.

Viewing 19 posts - 1 through 19 (of 19 total)
  • Author
    Posts
  • #250575

    foryagy
    Participant

    Hello
    Thanks for greet theme …
    I am using it + wcfm + wcfm whasapp connector ( special plugin )
    The plugin do not show whatsapp buton in quick view popup and I asked the developer to help me in that case and try several things not work then ask me to send, you he send me this message
    ” If possible, please ask the theme developer about how to add custom hook into the Quick View popup.
    Do they have the custom hook to hook a function and insert it into the Quick View?
    For e.g. the OneClick WCFM Connector has this function to place the WhatsApp button next to Add to Cart button on Single Product Page:
    add_action( ‘woocommerce_after_add_to_cart_button’, ‘wa_order_wcfm_vendor_add_single_page’ ); ”
    So .. can you help wp admin in private

    #250750

    Hello,

    We have tested hook woocommerce_after_add_to_cart_button and it works both on single and on quick view.

    Best Regards

    #251028

    foryagy
    Participant

    But its not work … And plugin developer not have any solutions .

    Attachments:
    You must be logged in to view attached files.
    #251145

    Hello,

    Can you describe the steps you take?

    add_action(
    	'woocommerce_after_add_to_cart_button',
    	function() {
    		echo 'Test';
    	}
    );

    Here are the result: http://prntscr.com/w336mk http://prntscr.com/w336v3

    Best Regards

    #251181

    foryagy
    Participant

    I am sorry but I try something in function.php and it becomes empty 🙁
    so where I can find the original one to copy it ( I am not developer I will copy it )
    ..
    and for the problem of quick view its still not shown the button and try to convert it to short code and not working too 🙁

    #251183

    foryagy
    Participant

    shot code apear and button not

    #251184

    foryagy
    Participant

    I FIND i t so lets back to our problem … the button of the plugin

    #251328

    Hello,

    As you can see from the screens we have provided, the buttons work. If they do not, please contact the plugin support.

    Best Regards

    #251471

    foryagy
    Participant

    Ok … I will try with him .. but it seems that there is something block it in popup …

    #251494

    foryagy
    Participant

    Hello .. I try another quick view plugin and everything work fine .. so there is an issue with woodmart quick view .. see

    Attachments:
    You must be logged in to view attached files.
    #251496

    foryagy
    Participant

    Sorry not the apove see this

    Attachments:
    You must be logged in to view attached files.
    #251503

    foryagy
    Participant

    Plugin name .. yith ajax quick view

    #251570

    Hello,

    This plugin conflicts the quick view of our theme. Please try to disable the quick view in the Theme settings > Shop page > Quick view and check.

    Best Regards

    #251600

    foryagy
    Participant

    I just try it and i do not love it . Your quick is awesume so I try my custom plugin to view the button with your quick view

    #251793

    Hello,

    Have you deactivated the theme built-in Quick view?

    Best Regards

    #251809

    foryagy
    Participant

    Why?? . I need to use it not another one . But its block my plugin button

    #251918

    Hello,

    Please contact the plugin support to get the suggestion from their side, I will check with the dev team on ours.

    Best Regards

    #251926

    foryagy
    Participant

    He still trying .. the plugin name ( chat to order wcfm connector )

    #252095

    Hello,

    As soon as the plugin support gives feedback, let us know and show us this feedback.

    Best Regards

Viewing 19 posts - 1 through 19 (of 19 total)