Forum Replies Created
- AuthorPosts
WCFM Forum
MemberSorry, not get your query clearly.
Do you want to rearrange wp-admin menus or WCFM dashboard menus?
WCFM Forum
MemberYou may use this short code for the purpose- [wcfm_store_info data=”store_badges”]
WCFM Forum
MemberHI,
Which theme you are using for the site?
Is this “ReHUB”? If so, then please contact theme support for this as this template from theme.
Thank You
WCFM Forum
MemberHi,
Please add this line –
$field_value = apply_filters( 'wcfm_custom_field_value', $field_value, $field_name );after this line – $field_value = get_post_meta( $product_id, $field_name, true );
Thank You
WCFM Forum
MemberHI,
Please do not edit template, add this code to your site for the purpose –
add_filter( 'wcfm_product_manage_wcsauction_fields', function( $auction_fileds, $product_id ) { if( !$product_id ) { $_format = "Y-m-d h:m:s"; $_CurrentTime = new DateTime(); if( isset( $auction_fileds['_auction_dates_from'] ) ) { $auction_fileds['_auction_dates_from']['value'] = $_CurrentTime->format($_format); } if( isset( $auction_fileds['_auction_dates_to'] ) ) { $_Current_to = $_CurrentTime->add(new DateInterval('P14D')); $auction_fileds['_auction_dates_to']['value'] = $_Current_to->format($_format); } } $auction_fileds = wcfm_hide_field( '_auction_dates_from', $auction_fileds ); $auction_fileds = wcfm_hide_field( '_auction_dates_to', $auction_fileds ); return $auction_fileds; }, 50, 2 );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/Thank You
WCFM Forum
MemberHi,
If is possible i want the title to say: Solicitud de Tienda Afiliada Rechazada.
– Well, you have already translated this text, so just add your preferred text for this translation.
Thank You
WCFM Forum
MemberHi,
Olá Luiz, me desculpe por me intrometer nesse tópico, mas estou tentando solucionar o problema com o Wirecard que dá o erro (“2020-02-27T15:35:15+00:00 ERROR Wirecard access token is not found.”).
– You have to contact WIrecard support and ask them to publish your token.
We have faced same issue at beginning then resolved after communicating with them directly. May check this – https://dev.wirecard.com.br/discuss/5d7caac3c1a04600309ccd2e
Thank You
WCFM Forum
MemberSure, you may set product’s default image from wp-admin -> WooCommerce -> Setting -> Products -> Placeholder Image – https://ibb.co/6Z3648S
WCFM Forum
MemberSure, you may setup this from WCFM Admin Setting -> Email Setting -> New Support -> add multiple emails comma separated.
WCFM Forum
MemberIf you not yet received reply from our customization team yet then mail us directly at wclovers.custom@gmail.com
WCFM Forum
MemberHI,
Add this code to your site and set your knowledge base url here –
add_filter( 'wcfm_knowledgebase_url', function( $knowledgebase_url ) { $knowledgebase_url = 'SET YOUR URL HERE'; return $knowledgebase_url; });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/Thank You
WCFM Forum
MemberHi,
This feature already added, you have to enable this from WCFM Admin Setting -> GEO Location – https://ibb.co/17q1sZN
Thank You
WCFM Forum
MemberHI,
Do you think this will be an integration we can use with the Marketplace?
– For what purpose? This does not support Split payment.
Thank You
WCFM Forum
MemberHi,
Otherwise, disabling the add product floating button and make a real one on the menu ?
– You may disable this product popup module form WCFM Admin Setting -> Modules -> Set OFF Popup Add Product
You may add store manager dashboard “Add Product” page url anywhere in your site.
Thank You
WCFM Forum
MemberPlease contact us here – https://wclovers.com/setup-guidance/
We have to check your theme setup.
WCFM Forum
MemberPlease contact with us for the purpose- https://wclovers.com/woocommerce-multivendor-customization/
WCFM Forum
MemberHI,
https://wclovers.com/wp-content/uploads/2020/02/%D0%A1%D0%BD%D0%B8%D0%BC%D0%BE%D0%BA-5.png
– WCFM panel do not have “Relist” button like wp-admin panel. If any auction product possible to “relist” then it add those fields automatically, no need to click any additional button to activate those fields.
Thank You
WCFM Forum
MemberHi,
Please add this code to your site for the purpose-
add_filter( 'wcfm_membership_registration_fields', function( $store_name_fields ) { if( isset( $store_name_fields['store_name'] ) ) { $store_name_fields['store_name']['class'] = 'wcfm-text wcfm_ele'; } return $store_name_fields; }); add_filter( 'wcfm_marketplace_settings_fields_general', function( $store_name_fields ) { if( isset( $store_name_fields['store_name'] ) ) { $store_name_fields['store_name']['class'] = 'wcfm-text wcfm_ele'; } return $store_name_fields; });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/Thank You
WCFM Forum
MemberIs this working properly in your desktop?
Between, if you click on “My Store” this will open store page in a new tab, did you checked that?
WCFM Forum
MemberThis error was due to states list, already resolved.
WCFM Forum
MemberWe are checking this plugin, if possible to make this work for multi-vendor sites. We will definitely make this compatible with WCFM.
Thank You
WCFM Forum
MemberHi,
Why doesn’t this work with all payment options? A lot of industries cannot use Stripe. Without that option, this is 100% useless as a multi-vendor marketplace!
– All payment gateway does not have this API for the purpose. You may contact your preferred payment gateway support for this and ask them to add such API.
Thank You
WCFM Forum
MemberHI,
Essentially, I would like for vendors to select their chosen delivery provider, select delivery type (such as standard or express), then enter the receipt or tracking number.
– Do you want to have this for “Shipment Tracking” module? – https://wclovers.com/knowledgebase/wcfm-shipping-tracking/
If so, then it will be possible to change shipment tracking url field into delivery providers dropdown, you have to share delivery providers list with me for the purpose.
Thank You
WCFM Forum
MemberHI,
Sometimes we have to add products or change products manually in a subscription.
– You have to add that product into that subscription’s associated order as well, hence commission will be recalculated.
Thank You
March 4, 2020 at 12:46 pm in reply to: Google Cal Sync – WCFM – Marketplace, WC Appointments for vendors and stuff #109834WCFM Forum
MemberHi,
We provide offices for our clients, and each office is used by other clients. To make sure the availability is good, we need to synchronize each the Resources via Google Calendar, I don’t see this option.
– Do you have added “office” as vendor and “clients” as staff for them?
Thank You
- AuthorPosts