Comments peter Hillman started the conversationApril 20, 2020 at 5:53amHi there, we love your cart popup! we want to add some words/ tetxt or html to the ajax popup is it possible?via a hook or code?thanks 767Janilyn repliedApril 20, 2020 at 7:40amHi Peter, Thank you for contacting WPClever Support Forum. We’ve received your ticket and assigned one of our developers to help you with that. He’ll be looking into your question and responding with specific instructions as soon as possible. Please stay in touch as he might need discuss further with you. Best regards. Janilyn T. - WPClever Support Agent 1,223Dustin repliedApril 20, 2020 at 8:37amHi Peter,Yes! You can do that by using some filter hooks. Example: add_filter( 'woofc_above_items_content', 'your_woofc_above_items_content', 99, 1 ); function your_woofc_above_items_content( $content ) { return '<div style="text-align: center; color: white">Your text here</div>'; }And the text will be shown like the screenshot in the attachment.You also can use other filter hooks: woofc_above_area_content woofc_above_items_content woofc_below_items_content woofc_above_bottom_content woofc_below_subtotal_content woofc_below_total_content woofc_below_bottom_content woofc_below_area_contentBest regards,Dustin Sign in to reply ...
Hi there, we love your cart popup!
we want to add some words/ tetxt or html to the ajax popup is it possible?
via a hook or code?
thanks
Hi Peter,
Thank you for contacting WPClever Support Forum.
We’ve received your ticket and assigned one of our developers to help you with that.
He’ll be looking into your question and responding with specific instructions as soon as possible. Please stay in touch as he might need discuss further with you.
Best regards.
Janilyn T. - WPClever Support Agent
Hi Peter,
Yes! You can do that by using some filter hooks. Example:
And the text will be shown like the screenshot in the attachment.
You also can use other filter hooks:
Best regards,
Dustin