Forum Replies Created
- AuthorPosts
Sarmistha Chakraborty
MemberHello,
Please use this action to save any custom meta from front-end dashboard.
do_action( 'after_wcfm_products_manage_meta_save', $new_product_id, $wcfm_products_manage_form_data );Thanks.
Sarmistha Chakraborty
MemberHello,
For this you need to override the “wcfmmp-view-store-lists-card.php” file in your theme folder.
The path will be<your theme>/wcfm/store-lists/wcfmmp-view-store-lists-card.php.
And wrap the banner with<a href="<?php echo $store_url; ?>"></a>.PFAThanks.
Attachments:
You must be logged in to view attached files.Sarmistha Chakraborty
MemberHello,
Yes, for this capability you need our WCFM-Ultimate plugin https://wclovers.com/product/woocommerce-frontend-manager-ultimate/
Thanks.
Sarmistha Chakraborty
MemberHi,
Keep turn-on the “Disable Store Setup Widget”.
Add the code in your activated theme’s functions.php
add_filter('wcfm_thank_you_right_button_url','vendor_welcome_url_change'); function vendor_welcome_url_change($setup_url) { return site_url().'?store-setup=yes'; }and add the css in your activated theme’s style.css
a.wcfm_registration_thank_you_dashbord_button{ display: none; }Thanks.
Sarmistha Chakraborty
MemberHello,
It will be very helpful if you explain us with screenshot(vendors store page)?
Thanks.
Sarmistha Chakraborty
MemberHello,
Sorry, unfortunately you cann’t override these files.
You can share us your custom requirement. We can guide you accordingly.Thanks.
Sarmistha Chakraborty
MemberHello,
First you have to associate a specific group with your membership.(PFA) You will the “Capability” tab in membership page.
Now you have to set the “product upload limition” capability for vendor/supplier in each group.(PFA) Ref:https://wclovers.com/knowledgebase/wcfm-groups-staffs/Thanks.
Attachments:
You must be logged in to view attached files.Sarmistha Chakraborty
MemberHello,
Please turn-on the “Disable Store Setup Widget” from Admin WCFM store manager dashboard -> Settings -> Marketplace settings -> Disable Store Setup Widget (PFA)
And do the vendor registration from the page that contain “[wcfm_vendor_registration]” shortcode.Thanks.
Attachments:
You must be logged in to view attached files.Sarmistha Chakraborty
MemberHello,
You just have to add this code to your child theme’s functions.php –
add_action( 'woocommerce_add_to_cart_validation', function( $is_allow, $product_id, $quantity ) { $product = get_post( $product_id ); $product_author = $product->post_author; //Iterating through each cart item foreach ( WC()->cart->get_cart() as $cart_item_key => $cart_item ) { $cart_product_id = $cart_item['product_id']; $cart_product = get_post( $cart_product_id ); $cart_product_author = $cart_product->post_author; if( $cart_product_author != $product_author ) { $is_allow = false; break; } } if( !$is_allow ){ // We display an error message wc_clear_notices(); wc_add_notice( __( "Well, you already have some item in your cart. First checkout with those and then purchase other items!", "wcfm-ecogear" ), 'error' ); } return $is_allow; }, 50, 3 );Thanks.
Sarmistha Chakraborty
MemberHello,
Can you please confirm when you activate our WCFM plugins(with DIVI theme) then your home page will broken?
Thanks.
Sarmistha Chakraborty
MemberHello,
Add this style to your child theme’s style.css
#wcfmmp-stores-wrap ul.wcfmmp-store-wrap li .store-footer .store-data-container { top: -150px; } .theme-urus #wcfmmp-stores-wrap ul.wcfmmp-store-wrap li .store-content .store-info { height:160px !important; } #wcfmmp-stores-wrap ul.wcfmmp-store-wrap li .store-data .wcfmmp-store-rating:before { color:#fff !important; opacity:1; }Thanks.
Sarmistha Chakraborty
MemberHello,
Please un-checked the “Email Verification” field (WCFM dashbord -> settings -> vendor registration) PFA
Thanks.
Attachments:
You must be logged in to view attached files.Sarmistha Chakraborty
MemberHello,
Use this shortcode “[wcfm_stores]” it will display all store lists with store location map on the top of the page. (PFA)
Do you want to remove the “map” (top of the page)? Do you want to remove the sidebar?
Or what are you looking for? please elaborate your requirement.Thanks.
Attachments:
You must be logged in to view attached files.Sarmistha Chakraborty
MemberHello,
Regarding vendor login(or any user login in site) you have to use woocommerce My Account page which contains [woocommerce_my_account] shortcode
please check : https://docs.woocommerce.com/document/woocommerce-pages/
https://wclovers.com/knowledgebase/wcfm-marketplace-vendor-registration/
Add “My account” page as a menu in header.(https://www.wpbeginner.com/beginners-guide/how-to-add-navigation-menu-in-wordpress-beginners-guide/)Thanks.
Sarmistha Chakraborty
MemberHello,
Thanks for get in touch here.
Yes you have add product using WooCommece. Our WCFM plugins helps you to handle all of things from front-end dashboard and vendor’s product management,orders management, site admin & vendor’s commission etc.
You can find some documentation here : https://wclovers.com/knowledgebase/
For more clarification you can mail us in wclovers.contact@gmail.com and we shall try to guide you(with topic link).Thanks.
Sarmistha Chakraborty
MemberHello,
add_filter( 'wcfm_is_allow_product_policies', '__return_false' );
Add this code to your child theme’s functions.php
In case you do not have child theme then add code using this plugin – https://wordpress.org/plugins/code-snippets/Thanks.
Sarmistha Chakraborty
MemberHello,
#wcfmmp-store-content title:before, #wcfmmp-store-content .widget-title:after { background-color: transparent; }Add this css in your activated theme’s style.css.
Thanks.
Sarmistha Chakraborty
MemberHello,
To hide “vendor store list filter” modify the page shortcode
[wcfm_stores filter=no]To hide “vendor store list order by filter”,
add_filter( 'wcfm_is_allow_store_list_orderby', '__return_false' );
Add this code to your child theme’s functions.php
In case you do not have child theme then add code using this plugin – https://wordpress.org/plugins/code-snippets/Thanks.
Sarmistha Chakraborty
MemberHello,
We have checked your site.
Actually this issue might be popping up because there was a problem in site setup, as a result the ajax file is getting an 404 error(PFA), it seems like this isn’t our plugins problem, and this is coming from elsewhere due to wrong setup. Kindly check the same.
As we mentioned previously please check once only active WooCommerce and our WCFM plugins, and default wordpress theme (we are unable to access wp-admin dashboard), and check you still have same issue or not.Thanks.
Attachments:
You must be logged in to view attached files.Sarmistha Chakraborty
MemberHello,
If you have created custom field(for product) by using Advanced Custom Fields(ACF) wordpress plugin, then using this
get_field( "text_field" )you can get the value. Please check : https://www.advancedcustomfields.com/resources/get_field/Else if you have created the field(for product) by using custom coding, then using this
get_post_meta( int $post_id, $meta_key, true)you can get the value. Please check : https://developer.wordpress.org/reference/functions/get_post_meta/Thanks.
Sarmistha Chakraborty
MemberThis reply has been marked as private.Sarmistha Chakraborty
MemberThis reply has been marked as private.Sarmistha Chakraborty
MemberHello,
Can you please share us the page URLs, then we check your site and guide you accordingly.
Thanks.
Sarmistha Chakraborty
MemberThis reply has been marked as private.Sarmistha Chakraborty
MemberHi,
Modify the code,
add_filter( 'wcfmd_get_delivery_boys_args', function( $delivery_boys_args ) { if( wcfm_is_vendor() ) { $vendor_id = get_current_user_id(); $adminid = 1; //replace with site admin user id if( isset( $delivery_boys_args['meta_key'] ) ) unset( $delivery_boys_args['meta_key'] ); if( isset( $delivery_boys_args['meta_value'] ) ) unset( $delivery_boys_args['meta_value'] ); $delivery_boys_args['meta_key'] = '_wcfm_delivery_boy_author'; $delivery_boys_args['meta_value'] = array($adminid,$vendor_id); } return $delivery_boys_args; }, 50 );Thanks.
- AuthorPosts