This topic has 4 replies, 2 voices, and was last updated 3 weeks, 4 days ago ago by Luca Rossi
Hi, i want to change position of Join chat whatsapp button on product page.
Example: https://calzadoskamet.com.ar/producto/botin-beta-acero/
I’m trying to change position without success. maybe with css i can move and place it after logos below “Requisitos certificados” ?
Best regards.
I’ve attached screenshots.
Dear @Javito,
We hope this message finds you well.
We would like to inform you that we have created a shortcode: [8theme_join_chat].
To implement this, please add the following code to the functions.php file located in your child theme:
add_shortcode('8theme_join_chat', 'n2t_8theme_join_chat');
function n2t_8theme_join_chat(){
ob_start();
printf(
'<div class="joinchat__woo-btn__wrapper"><div class="joinchat__woo-btn joinchat_app">%s</div></div>', esc_html( jc_common()->settings['woo_btn_text'] )
);
return ob_get_clean();
}
Once this is done, we have placed the shortcode below the buttons as shown in the following screenshot: [Screenshot](https://prnt.sc/DV0IhNyLpsP3).
The join chat button is now displaying correctly. You are free to place this shortcode wherever you see fit.
Should you have any further questions or need assistance, please do not hesitate to reach out.
Best regards,
The 8Theme Team.
Wonderful i’ve just place in another location.
Thank you so much!
Best regards!
Hi @Javito,
In the spirit of gratitude, we want to express our appreciation for your trust in our products. As a valued customer, your experience matters greatly. Would you consider sharing it by giving our theme a deserving 5-star rating on ThemeForest?
Click here to share your thoughts: https://themeforest.net/downloads
Being part of our community means a lot, and your feedback contributes immensely.
Best Regards,
The 8Theme Team
The issue related to '‘Add to cart button replaced with join chat plugin’' has been successfully resolved, and the topic is now closed for further responses