BuddyBoss Home – Web › Support Forums › Themes › OneSocial theme › "BUTTON" ASK FOR QUESTION
- This topic has 4 replies, 3 contibutors, and was last updated 8 years, 7 months ago by Marcio.
Question
March 28, 2016 at 5:04 pm #65726@marcioptHello, it never hurts to say that I’m super happy with this template. One question: Is it possible within the seller’s page to create a lower button “ask for question” to visually facilitate sending a message to him? Is there some code I can put on the page for that purpose?
Answers
March 29, 2016 at 2:12 am #65743@
AnonymousHi @marciopt, Following codes are using inside
/buddyboss-marketplace/templates/woocommerce/content-single-product.php
You can use it as reference<div class="generic-button" id="send-private-message"> <a class="send-message" href="<?php echo $url; ?>" title="<?php _e('Send a private message to this user.', 'buddyboss-marketplace'); ?>"><?php _e('Ask a question', 'buddyboss-marketplace'); ?></a> </div>
Regards
Varun DubeyMarch 29, 2016 at 7:36 am #65801@marcioptThank you very much; excuse my lack of knowledge on the subject. I have an image and I want to put this code to the person when clicked went straight to send the message to the seller, how can I do?
Regards,
Marcio AlbuquerqueMarch 29, 2016 at 1:23 pm #65885@
AnonymousHi @marciopt, Please do let us know that where you want to add that clickable image so we can help more on this topic it is sidebar or anywhere else..
Regards
March 29, 2016 at 5:31 pm #65931@marcioptI want to create a button and the user to click on it to be directed to the message with the seller.
Thanks for attention!
I love buddyboss 🙂
- The question ‘"BUTTON" ASK FOR QUESTION’ is closed to new replies.