Forum Replies Created
- AuthorPosts
WCFM Forum
MemberHi,
Well, “use as variation” checkbox comes only for variable products as without attribute it will not possible to create variations.
Do you want to disable this? Hence vendors will not able to create variable products!
Thank You
April 12, 2020 at 1:25 pm in reply to: Restrict Groups and Managers From Seeing Line Items in Orders from Other Vendors #118373WCFM Forum
MemberHi,
Hope you are talking about Group managers.
Well, there is no such capability options available.
We are looking into this, how this can be achievable.
Thank You
WCFM Forum
MemberHi,
For which address? Customer or Vendor!
Thank You
WCFM Forum
MemberWell, we already have this in plan, will add this option very soon.
Thank You
April 12, 2020 at 1:15 pm in reply to: Show regular price of simple product type for woocommerce simple auction type #118364WCFM Forum
MemberPlease contact Simple Auction plugin support for this.
April 12, 2020 at 1:15 pm in reply to: Understand the role of each user and the role assignment #118363WCFM Forum
MemberHi,
Store manager -> Supplier -> Admin deliveryman -> Vendor deliveryman ->
– This hierarchy is not right, or not supported by WCFM, as it does not have any role called “Supplier”
WCFM user roles works like this –
Admin -> Vendors
Admin may have two type of employees – Manager and Staff
Vendors also have own Staff
Admin and Vendor may have their own Delivery Team.
Thank You
WCFM Forum
MemberKindly show me your store page screenshot.
WCFM Forum
MemberSorry, Turjey vector map not yet available – https://jvectormap.com/maps/
WCFM Forum
MemberPlease contact us here for the purpose- https://wclovers.com/woocommerce-multivendor-customization/
Thank You
WCFM Forum
MemberAdd 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/April 12, 2020 at 1:06 pm in reply to: Stores List hides background Image of section with Flatsome Theme #118358WCFM Forum
MemberKindly show me full home page screenshot.
WCFM Forum
MemberSure, here is Article tab code for ReHUB theme –
add_action( 'wcfmmp_before_store_article', function( $store_id, $store_info ) { ?> <div class="main-side no_bg_wrap clearfix<?php if (rehub_option('blog_archive_layout') == 'gridfull_blog') : ?> full_width<?php endif ;?>"> <div> <?php }, 50, 2); add_action( 'wcfmmp_store_article_template', function() { ?> <?php if (rehub_option('rehub_framework_archive_layout') == 'blog') : ?> <?php include(rh_locate_template('inc/parts/query_type2.php')); ?> <?php elseif (rehub_option('rehub_framework_archive_layout') == 'news_list') : ?> <?php $type='2'; ?> <?php include(rh_locate_template('inc/parts/query_type1.php')); ?> <?php elseif (rehub_option('rehub_framework_archive_layout') == 'community_list') : ?> <?php include(rh_locate_template('inc/parts/query_type1.php')); ?> <?php elseif (rehub_option('rehub_framework_archive_layout') == 'grid' || rehub_option('rehub_framework_archive_layout') == 'gridfull') : ?> <?php include(rh_locate_template('inc/parts/query_type3.php')); ?> <?php elseif (rehub_option('rehub_framework_archive_layout') == 'column_grid' || rehub_option('rehub_framework_archive_layout') == 'column_grid_full') : ?> <?php include(rh_locate_template('inc/parts/column_grid.php')); ?> <?php else : ?> <?php $type='2'; ?> <?php include(rh_locate_template('inc/parts/query_type1.php')); ?> <?php endif ;?> <?php }); add_action( 'wcfmmp_store_article_template_none', function() { ?> <h5><?php _e('Sorry. No articles yet!', 'rehub_framework'); ?></h5> <?php }); add_action( 'wcfmmp_after_store_article', function( $store_id, $store_info ) { ?> </div><div class="clearfix"></div> <?php rehub_pagination(); echo '</div>'; }, 50, 2); add_filter( 'wcfm_is_allow_store_articles', '__return_true' );
Thank You
WCFM Forum
MemberHi,
Well, this is the right code for the purpose.
Between, how you are trying to manage vendor shipping setting as Admin? Please do from vendor manage page. https://ibb.co/R20YN4Z
Thank You
WCFM Forum
MemberUmm … vendors don’t have this setting tab under their panel? https://ibb.co/5YP7cZ6
Please check your capability setting.
Also be sure you didn’t disable “Withdrawal” module by mistake from WCFM Admin Setting -> Modules
Thank You
WCFM Forum
MemberHi,
WCFM Ultimate has “Shipment Tracking” module to add such info with orders – https://wclovers.com/knowledgebase/wcfm-shipping-tracking/
You may use this for the purpose.
Thank You
WCFM Forum
MemberPlease contact us here for the purpose- https://wclovers.com/woocommerce-multivendor-customization/
WCFM Forum
MemberWell, this is a sample for adding custom vendor payout gateway.
This does not have any API integration.
If you want to ad your own gateway then off course you have to edit this.
Thank You
April 12, 2020 at 12:54 pm in reply to: Integrate with WooCommerce Services or similar for USPS Shipping #118348WCFM Forum
MemberYou may check this addon as well – https://www.storepep.com/
WCFM Forum
MemberHi,
Currently, the information in that plugin can be seen in the customer order notification email, but not in the vendor email.
– Where? Show me screenshot please.
Thank You
WCFM Forum
MemberHi,
We have a special solution for this.
Please contact us here – https://wclovers.com/woocommerce-multivendor-customization/
Will give you that solution.
Thank You
WCFM Forum
MemberWell, that dropdown values can not be changed. But it’s possible to change default numbers, which is by default 25
Thank You
WCFM Forum
MemberWell, WCFM not yet compatible with this.
Thank You
WCFM Forum
MemberHi,
I have added the cash payment option from the Admin Dashboard
– Well, checkout payment options come from WooCommerce core.
Do you have setup/enable payment options form wp-admin -> WooCommerce -> Setting -> Payments?
it’s essential for the purpose!
Thank You
WCFM Forum
MemberGreat … you are welcome 🙂
April 12, 2020 at 12:32 pm in reply to: Custom fields do not appear on second website language #118333WCFM Forum
MemberHi,
Well, registration custom fields are WPML compatible.
You are allowed to create field in all languages separately.
Thank You
- AuthorPosts