Forum Replies Created
- AuthorPosts
- WCFM ForumMember
WooCommerce Simple Auction plugin is this – https://codecanyon.net/item/woocommerce-simple-auctions-wordpress-auctions/6811382
https://wclovers.com/wp-content/uploads/2020/07/Screen-Shot-2020-07-02-at-6.24.20-PM.png = but these fields are not form this auction plugin, I am pretty sure you have some other auction plugin installed! Possibly you have this plugin – https://auctionplugin.net/
WCFM ForumMemberYou may disable “Shipping Address”, but billing address is essential. Without this WooCommerce will not allow to place order.
Set this option form WooCommerce Setting – Shipping – Shipping Options – https://ibb.co/MPrK4wL
WCFM ForumMember@Simona Paganetto contact us from premium support.
WCFM ForumMemberPlease use WCFM custom fields – https://wclovers.com/knowledgebase/wcfm-custom-fields/
WCFM ForumMemberThere has a short code for the purpose as well – [wcfm_products_store_filter]
WCFM ForumMemberSure, there has “Filter Product by Store” widget for the purpose- https://ibb.co/r3MLZXq
WCFM ForumMemberAdd this line to your site –
add_filter( 'wcfmmp_is_allow_full_store_card_linked', '__return_true' );
Add custom code(s) to your child theme’s functions.php
In case you do not have child theme then add those using this plugin – https://wordpress.org/plugins/code-snippets/WCFM ForumMemberWhat happening if you are click on setting page “Save” button?
Please check at wp-admin -> WooCommerce -> Status -> Logs -> fatal_erros log -> is any error generated?
Also check in Google Chrome Browser console, is there any JavaScript error happening to the site or not!
(What is browser console – https://support.airtable.com/hc/en-us/articles/232313848-How-to-open-the-developer-console)WCFM ForumMemberPlease contact us here – wclovers.contact@gmail.com’
We have to debug this for your site as it’s working fine n our environment.
WCFM ForumMemberPlease be sure you are using WCFM Ultimate version 6.4.10+
Otherwise, this code will not work – add_filter( ‘wcfm_is_allow_itemize_notification’, ‘__return_false’ );
You have to sync your translation file with latest WCFM Ultimate plugin files to have these new strings.
May 18, 2020 at 9:37 am in reply to: WCFM & Germanized – entering a delivery time crashes product manager #132412WCFM ForumMemberPlease be sure you are using WCFM Ultimate version 6.4.10+
WCFM ForumMemberAlso be sure you are using WCFM Ultimate version 6.4.10+
WCFM ForumMemberAlso be sure you are using WCFM Ultimate version 6.4.10+
WCFM ForumMemberAd this line to your site –
add_filter( 'wcfm_is_show_marketplace_itemwise_orders', '__return_false' );
Thank You
WCFM ForumMemberHi,
Add this line to your site –
add_filter( 'wcfm_is_show_marketplace_itemwise_orders', '__return_false' );
Thank You
May 13, 2020 at 10:07 pm in reply to: FooEvents ticket sales are showing up in every vendors dashboards #130554WCFM ForumMemberHi,
We have just fixed this issue in WCFM Ultimate latest update, 6.5.0
Please update yours and take a look.
Thank You
May 13, 2020 at 10:07 pm in reply to: FooEvents ticket sales are showing up in every vendors dashboards #130553WCFM ForumMemberHi,
We have just fixed this issue in WCFM Ultimate latest update, 6.5.0
Please update yours and take a look.
Thank You
WCFM ForumMemberIt’s supported. https://www.loom.com/share/abb359a4a3b74f8c8b8c69243401145c
WCFM ForumMemberHi,
Please add this line to your site.
add_filter( 'wcfm_is_allow_repair_order_item', '__return_true' );
Add custom code(s) to your child theme’s functions.php
In case you do not have child theme then add those using this plugin – https://wordpress.org/plugins/code-snippets/Thank You
WCFM ForumMemberHi,
Please add this line to your site for the purpose-
add_filter( 'wcfmmp_is_allow_map_scroll_zoom', '__return_false' );
Add custom code(s) to your child theme’s functions.php
In case you do not have child theme then add those using this plugin – https://wordpress.org/plugins/code-snippets/Thank You
WCFM ForumMemberHi,
We have test this and it’s working fine.
Please be sure wp-admin -> WooCommerce -> Setting -> Shipping -> Marketplace Shipping by Country -> Tax Status set as “taxable” – https://ibb.co/BsV9M4B
Thank You
WCFM ForumMemberHi,
Are you using only “Bank Transfer” as payment method?
If so, then we have a solution to show vendor’s Bank Details directly under customer’s order page and order email.
If you will use that than you will be release from two things – no need to handle vendors payment and no notification send out to vendors.
Please know me thoughts.
how to notify him that a payment has been received to our account. Now if we change the status of the order to:in processing it does not get a notification in the processing but only the buyer.
– Well, vendors are receive notification for order status update.Thank You
WCFM ForumMemberNO, it’s not yet released.
WCFM ForumMemberHi,
Sure, please add this snippet to your site for the purpose-
add_filter( 'wcfm_sell_items_catalog_args', function( $args ) { if( isset( $args['author__not_in'] ) ) unset( $args['author__not_in'] ); $args['author'] = 1; return $args; }, 50 ); add_filter( 'wcfmmp_is_allow_single_product_multivendor_by_product', function( $is_allow, $product_id ) { global $WCFM, $WCFMmp, $product, $post; $product_author = wcfm_get_vendor_id_by_post( $product_id ); if( $product_author ) { $is_allow = false; } return $is_allow; }, 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 ForumMemberWell, do you have any idea why this error is generating or from which plugin?
If no, then please contact us here – https://wclovers.com/setup-guidance/
We will debug this for you.Thank You
- AuthorPosts