Forum Replies Created
- AuthorPosts
WCFM Forum
MemberHI,
Yeah sure, for WCFM you require code like this –
add_filter( 'wcfm_product_types', function( $pro_types ) { $pro_types['new_product'] = __( 'New Product', 'woocommerce' ); return $pro_types; }, 50 );Thank You
June 29, 2019 at 5:04 pm in reply to: Single Product Inquiry and query tab on My Account page #70265WCFM Forum
MemberHI,
I think it will be best for you to manage My Account items using this filter – woocommerce_account_menu_items
You may remove those option which we do not want to keep.
Thank You
WCFM Forum
MemberHI,
Please try now, it will work for you.
Thank You
WCFM Forum
MemberHI,
Well, vendors are getting same view at their order details.
Are you OK with that?
wcfm_order_totals_after_total – if we change anything with this hook then it will reflect all the areas for vendors.
Thank You
June 29, 2019 at 4:55 pm in reply to: Stripe Redirect URL different depending on where you connect to Stripe #70262WCFM Forum
MemberHI,
For stripe setup you make check this – https://docs.wclovers.com/vendor-payment/
Well, off course you may add multiple “redirect url” at Stripe.
Thank You
WCFM Forum
MemberHi,
Do not think it is a theme issue as okay when using same theme with WCVendors
– WC Vendors do not have “vendor shipping”, so may be it’s working fine.Well, this issue is from your theme, it does not support WooCommerce “shipping package”.
It’s just a small CSS issue, can be resolve easily. Please talk to theme support once for this!
Thank you
WCFM Forum
MemberHI,
“Store Manager” option under My Account only visible to vendors, not for Admin. Admin can always access this from top bar so we didn’t add this for Admin.
Thank You
WCFM Forum
MemberWe will take care of this.
WCFM Forum
MemberHI,
Please update WCFM Ultimate to the latest version, 6.2.1 and this will resolve for you.
Thank You
WCFM Forum
MemberHi,
You may choose a premium theme from here – https://themeforest.net/
You may also check this free theme – https://wordpress.org/themes/oceanwp/
Thank You
June 29, 2019 at 4:28 pm in reply to: Maps API error – Even when google API is correct (No restrictions – Billing Good #70254WCFM Forum
MemberHI @Baileyconcepts,
Please contact Google Map Support, they will resolve this for you. It’s beyond our control.
Thank You
June 29, 2019 at 4:26 pm in reply to: Hide or remove the ‘Filter by Location’ from [wcfm_stores] page #70251WCFM Forum
MemberPlease check this for Store List setup – https://docs.wclovers.com/store-list/
Thank You
WCFM Forum
MemberWe will change this in coming update!
WCFM Forum
MemberSorry, WooCommerce and WCFM has no such slider.
In general such sliders come with Theme!
Thank You
WCFM Forum
MemberWe are checking this.
June 29, 2019 at 4:20 pm in reply to: Create Customer on Order for WooCommerce – Implementation request #70247WCFM Forum
MemberWe are checking this!
WCFM Forum
MemberYou are always welcome 🙂
Your love matters to us! It’d be awesome if you could drop a 5+ rating in wordpress.org, in case you find this plugin useful. Also, follow us on twitter (@wcfmlovers) for more news, important updates, and irresistible offers.
WCFM Forum
MemberThank you for sharing the information 🙂
June 29, 2019 at 4:07 pm in reply to: The membership registration page has been corrupted since the last update! #70243WCFM Forum
MemberNo worries, thanks for the update.
WCFM Forum
MemberSorry, may be we missed that.
WCFM Forum
MemberHI,
Please check at wp-admin -> WooCommerce -> Status -> Logs -> fatal_erros log -> is any error generated?
Please update your WCFM and it’s addons to the latest version.
Thank You
WCFM Forum
MemberWe will definitely add that option in coming update.
Thanks for the idea 🙂
June 29, 2019 at 3:59 pm in reply to: Charge vendors monthly and Payment details on Woocommerce "thank you page" #70239WCFM Forum
MemberHi,
Can you please show me screenshot, what you are getting?
Between, do you have added Vendor’s PayPal email from Vendor Setting -> Customer Pay Option
Thank You
WCFM Forum
MemberHI,
Really thanks for this.
Besides the small issue, I wanted to ask, whether you plan to have the translations editable on WordPress.org
– Well, we can not edit translation at wordpress.org, we can submit there. You may also directly submit your translations over there.You may share your translations with me as well..
Thank You
WCFM Forum
MemberHI,
Please keep this code added to your child theme’s functions.php –
add_filter( 'wcfm_vendor_follower', function( $wcfm_vendor_follower, $user_id ) { if( function_exists( 'bp_core_get_user_domain' ) ) { $profile_url = bp_core_get_user_domain( $user_id ); $wcfm_vendor_follower = '<a href="' . $profile_url . '" target="_blank">' . $wcfm_vendor_follower . '</a>'; } return $wcfm_vendor_follower; }, 50, 2 );But this will work after next update.
Thank You
- AuthorPosts