Forum Replies Created
- AuthorPosts
jorsenmejia
ParticipantI 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.
jorsenmejia
Participanthere’s the output that I wanted to happen https://prnt.sc/sbzvyk
jorsenmejia
Participanthelp
jorsenmejia
Participantwhen the appointment created the timer will start on time.
jorsenmejia
Participanthow 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.
jorsenmejia
ParticipantNeed 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
jorsenmejia
ParticipantNeed your answer here
jorsenmejia
Participantthere 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.
jorsenmejia
Participantcan you give me filter hooks for duplicate products button (Products manager page)?
jorsenmejia
Participantcan you give me filter hooks for duplicate product button (Products manager page)?
jorsenmejia
ParticipantDone please reply to my email / acknowledge please that you receive my email thank you
jorsenmejia
ParticipantI want to apply the store review look into the product review
jorsenmejia
Participantone 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 appointmentsjorsenmejia
Participantplease 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.jorsenmejia
ParticipantI want to edit the position of every fields
jorsenmejia
ParticipantI find the code for my needs “/wcfmu-view-wcappointments.php”
I want that to edit that in my child theme
jorsenmejia
ParticipantDisregard this one (Fixed)
how can I get the “about” content on vendor page and put it on the shop page of his/her product
jorsenmejia
ParticipantI 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 emailjorsenmejia
Participanthow 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.jorsenmejia
ParticipantI want to create something like this.
jorsenmejia
ParticipantTake note for admin side*
jorsenmejia
Participantanyone?
jorsenmejia
Participanthow to remove tiny mce on product manager?
Attachments:
You must be logged in to view attached files.jorsenmejia
Participantnvm this post it’s working thanks
jorsenmejia
ParticipantI 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