Multi Vendor Marketplace Plugin | WCFM Marketplace › Forums › WCFM – Ultimate › Move Ask a Question & Chat now above short description
- This topic has 10 replies, 3 voices, and was last updated 5 years, 7 months ago by WCFM Forum.
- AuthorPosts
- April 9, 2019 at 1:09 am #56928SupportGuest
Hi there,
Could you please help me customize and move the Ask a Question and Chat now above short description and have the Ask a Question beside Chat now?
Please see photo attached.
Thanks,
MCI Support
- April 9, 2019 at 1:12 am #56929
- April 10, 2019 at 12:40 pm #57121WCFM ForumMember
Hi,
Please add this code to your child theme’s functions.php –
add_action( 'woocommerce_single_product_summary', function() { global $WCFM, $WCFMu; remove_action( 'woocommerce_single_product_summary', array( $WCFM->wcfm_enquiry, 'wcfm_enquiry_button' ), 35 ); add_action( 'woocommerce_single_product_summary', array( $WCFM->wcfm_enquiry, 'wcfm_enquiry_button' ), 16 ); remove_action( 'woocommerce_single_product_summary', array( $WCFMu->wcfmu_vendor_chatbox, 'wcfm_chatbox_button' ), 35 ); add_action( 'woocommerce_single_product_summary', array( $WCFMu->wcfmu_vendor_chatbox, 'wcfm_chatbox_button' ), 16 ); }, 14 );
Thank You
- April 10, 2019 at 4:49 pm #57176SupportParticipantThis reply has been marked as private.
- April 11, 2019 at 5:18 pm #57311WCFM ForumMember
Hi,
If your site has any caches, then clear those and check once.
Or, add code using this plugin once and check – https://wordpress.org/plugins/code-snippets/
Thank You
- April 11, 2019 at 7:27 pm #57342
- April 12, 2019 at 9:13 pm #57507WCFM ForumMember
Hi,
Actually, we will change this in next update. So do not change anything for now.
Thank You
- April 14, 2019 at 3:49 am #57641SupportParticipant
Sounds good, thank you so much!
- June 2, 2019 at 5:57 am #65504SupportParticipant
Hi there!
Just wondering if there were any progress for this! Thank you!
- June 5, 2019 at 3:33 am #65949SupportParticipant
Would love an update on this! Thank you!
- June 10, 2019 at 7:02 pm #66807WCFM ForumMember
Hi,
We have made this change in latest WCFM update, 6.1.5
Please update yours and take a look.
Thank You
- AuthorPosts
- The topic ‘Move Ask a Question & Chat now above short description’ is closed to new replies.