• Hi,

    I have an eCommerce site with around 300 products, I need to add some text to each product that was exactly the same, so rather than do it individually I did it using the funtions.php file.

    That works perfectly, however that new text doesn’t show up on “Product Quick View”. To add the text to the single product I used this add_action

    add_action( ‘woocommerce_single_product_summary’, ‘contact_information’, 40 );

    What add_action would I need to use so that the text also shows up on the “Product Quick View”?

    Thanks,

    Allan

    https://www.ads-software.com/plugins/yith-woocommerce-quick-view/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter apluskdesign

    (@apluskdesign)

    Apologies, not resolved.

    Moderator Jan Dembowski

    (@jdembowski)

    Forum Moderator and Brute Squad

    Apologies, not resolved.

    Then you may want to mark this not resolved in the right sidebar. Else the plugin author may pass this topic by.

    Plugin Author YITHEMES

    (@yithemes)

    Hi,
    for add some content on quick view product summary just use this action yith_wcqv_product_summary instead of woocommerce_single_product_summary

    Let me know ,best regards.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Adding custom text to quick view.’ is closed to new replies.