Forum Replies Created
- AuthorPosts
hindipogi
ParticipantHi, I have the same problem. I tried to add this to my child theme:
add_filter(‘wcfmmp_store_setup_steps’,’fn_wcfmmp_store_setup_steps’);
function fn_wcfmmp_store_setup_steps($default_steps) {
$default_steps[‘introduction’][‘view’] = ‘custom_wcfmmp_store_setup_introduction’;
return $default_steps;
}
function custom_wcfmmp_store_setup_introduction(){
//change the text as your requirement
?>
<h1><?php printf( __(“Welcome to %s!”, ‘wc-multivendor-marketplace’), get_bloginfo(‘title’) ); ?></h1>
<p><?php printf( __(‘Thank you for choosing %s! This quick setup wizard will help you to configure the basic settings and you will have your store ready in no time.’, ‘wc-multivendor-marketplace’), get_bloginfo(‘title’) ); ?></p>
<p><?php esc_html_e(“If you don’t want to go through the wizard right now, you can skip and return to the dashboard. You may setup your store from dashboard › setting anytime!”, ‘wc-multivendor-marketplace’); ?></p>
<p class=”wc-setup-actions step”>
” class=”button-primary button button-large button-next wcfm_submit_button”><?php esc_html_e(“Let’s go!”, ‘wc-frontend-manager’); ?>
” class=”button button-large”><?php esc_html_e(‘Not right now’, ‘wc-frontend-manager’); ?>
</p>
<?php
}Nothing change. I tried refreshing my browser and different browsers, nothing change.
Please help mo too.
Thanks and happy holidays.
hindipogi
ParticipantThank you. Great help. Cheers.
hindipogi
ParticipantHi, I just installed Loco Translate. I cannot find the Choose State. Can you tell me which particular plugin to edit? Sorry, very noob question.
With WCFM – WooCommerce Frontend Manager – Ultimate there is no English. And with WCFM – WooCommerce Multivendor Marketplace.
With WCFM – WooCommerce Frontend Manager there is English but there is no “Choose State”. I change “State” but it does nothing.
Thanks
Attachments:
You must be logged in to view attached files.hindipogi
ParticipantThank you.
hindipogi
ParticipantHi, thank you for your reply.
What I mean is change the “Choose State” to “Choose Province”Thanks.
October 23, 2019 at 11:07 am in reply to: Missing Sealed Bid option in WCFM dashboard for Admin and Vendor #88408hindipogi
ParticipantOh yes.
My bad I just need to refresh my browser.It’s working good now. Thank you so much.
October 23, 2019 at 10:38 am in reply to: Missing Sealed Bid option in WCFM dashboard for Admin and Vendor #88396hindipogi
ParticipantHi I just updated to:
6.3.3
Updated – 22/10/2019Enhance – WooCommerce Appointments 4.7+ version compatibility added
Enhance – WooCommerce Simple Auction “Sealed Bid?” support added
Enhance – WooCommerce Deposit “Payment Plan” support added
Enhance – Follow button ask for login to non-logged in user option added
Enhance – Customer manage “company field” added
Fixed – Vendors not able to see “Auction Products” bids issue resolvedI still cannot see the Sealed Bid? option in Admin and Vendor dashboard.
hindipogi
ParticipantThank you!!!
hindipogi
ParticipantThis reply has been marked as private.hindipogi
Participant* Woocommerce Simple Auctions plugin
hindipogi
ParticipantAnybody to help me, please.
- AuthorPosts