Forum Replies Created
- AuthorPosts
- jorsenmejiaParticipant
I want to merge my become a vendor page to store setup page
The first tab will be: https://prnt.sc/sc03f0
Second tab: https://prnt.sc/sc04mr
Third tab: https://prnt.sc/sc04zh
ID type: https://prnt.sc/sc05v8
fourth tab: https://prnt.sc/sc06ay
Fifth tab: https://prnt.sc/sc06pnthat’s all the output I want I hope you can help me I need that as soon as possible, I need some feedback thank you and looking forward to it.
jorsenmejiaParticipanthere’s the output that I wanted to happen https://prnt.sc/sbzvyk
jorsenmejiaParticipanthelp
jorsenmejiaParticipantwhen the appointment created the timer will start on time.
jorsenmejiaParticipanthow to get the ID of the duplicated products
there has been an error after using this code I put this code on functions.php add_action(‘wp_ajax_wcfmu_duplicate_product’, array( &$this, ‘wcfmu_duplicate_product’ ) ); There has been a critical error on your website.
jorsenmejiaParticipantNeed your answer here
one more thing do you have an appointment status for pending confirmation showing it by count? or can you provide me a shortcode for that (It depends on user) For example User A has 3 pending appointments User B has 2 pending appointments if user A logged in he will see that he has 3 pending appointments then User B will see 2 pending appointments
jorsenmejiaParticipantNeed your answer here
jorsenmejiaParticipantthere has been an error after using this code
I put this code on functions.php
add_action(‘wp_ajax_wcfmu_duplicate_product’, array( &$this, ‘wcfmu_duplicate_product’ ) );There has been a critical error on your website.
jorsenmejiaParticipantcan you give me filter hooks for duplicate products button (Products manager page)?
jorsenmejiaParticipantcan you give me filter hooks for duplicate product button (Products manager page)?
jorsenmejiaParticipantDone please reply to my email / acknowledge please that you receive my email thank you
jorsenmejiaParticipantI want to apply the store review look into the product review
jorsenmejiaParticipantone more thing do you have an appointment status for pending confirmation showing it by count?
or can you provide me a shortcode for that (It depends on user)For example
User A has 3 pending appointments
User B has 2 pending appointmentsif user A logged in he will see that he has 3 pending appointments
then User B will see 2 pending appointmentsjorsenmejiaParticipantplease see the attached file on how to customize the duplicated content when I pressed the button?
Attachments:
You must be logged in to view attached files.jorsenmejiaParticipantI want to edit the position of every fields
jorsenmejiaParticipantI find the code for my needs “/wcfmu-view-wcappointments.php”
I want that to edit that in my child theme
jorsenmejiaParticipantDisregard this one (Fixed)
how can I get the “about” content on vendor page and put it on the shop page of his/her product
jorsenmejiaParticipantI tried this code
function additional_information_callback() {
global $WCFM, $WCFMmp;
$store_user = wcfmmp_get_store( $vendor_id );
$store_info = $store_user->get_shop_info();$gravatar = $store_user->get_avatar();
$email = $store_user->get_email();
$phone = $store_user->get_phone();
$address = $store_user->get_address_string();
$about = $store_user->get_shop_description();
echo $about;
}When I try to echo the email,
If customer user logged in and check the product he sees his own emailjorsenmejiaParticipanthow can I get the “about” content on vendor page and put it on the shop page of his/her product
Attachments:
You must be logged in to view attached files.jorsenmejiaParticipantI want to create something like this.
jorsenmejiaParticipantTake note for admin side*
jorsenmejiaParticipantanyone?
jorsenmejiaParticipanthow to remove tiny mce on product manager?
Attachments:
You must be logged in to view attached files.jorsenmejiaParticipantnvm this post it’s working thanks
jorsenmejiaParticipantI tried this one
how can I make my vendor product listing to approve by the admin when the users update the list?
– Please set OFF “Publish Product” option form WCFM Capability setting. If you are using WCFM – Group then do this at group level capability as well.but when I check it to store page the products already updated even though is not approve by the admin
- AuthorPosts