Forum Replies Created
- AuthorPosts
Sarmistha Chakraborty
MemberHello,
Yes, you have to override “wcfmmp-view-sold-by-advanced.php” file in your theme folder –
\wp-content\themes\<your theme>\wcfm\sold-byfrom “\wp-content\plugins\wc-multivendor-marketplace\views\sold-by”.Thanks.
Sarmistha Chakraborty
MemberHello,
We have some free(only or this requirement) custom solution for this.
Please contact us here for this purpose -https://wclovers.com/setup-guidance/ (with topic link)
We will get back to you by mail.Thanks
May 1, 2020 at 11:58 am in reply to: removing pages links from the index and keeping the pages #125302Sarmistha Chakraborty
MemberHello,
I want to remove pages from the index
>>You want to remove “cart, checkout, and privacy page” pages from Header Menu? Please confirm.
Please do not delete those pages from WP admin dashboard.Thanks.
Sarmistha Chakraborty
MemberHello,
Then you have to add same
<a href="<?php echo $store_url; ?>"></a>to wrap store name, address fields etc.
Example :<a href="<?php echo $store_url; ?>"> <p class="store-phone"> <i class="wcfmfa fa-envelope" aria-hidden="true"></i> <?php echo esc_html( $store_user->get_email() ); ?> </p> </a>Thanks.
Sarmistha Chakraborty
MemberHi,
Please send us the url, then we can check and guide you accordingly.
Thanks
April 30, 2020 at 10:31 pm in reply to: Nothing Happened after "Click here" on Chosen MEMBERSHIP PLAN #125165Sarmistha Chakraborty
MemberHi,
Custom style is not added, please share us the site details, we need to check the settings.
Thanks.
April 30, 2020 at 9:59 pm in reply to: Nothing Happened after "Click here" on Chosen MEMBERSHIP PLAN #125154Sarmistha Chakraborty
MemberHi,
No, you haven’t selected the actual “div”. It’s okay. Please send the URL.(with access). We will check the page.
Thanks.
April 30, 2020 at 9:56 pm in reply to: [wcfm_stores search_category="46"] doesn't show VENDOR LIST but PRODUCTS #125153Sarmistha Chakraborty
MemberHello,
After using this
[wcfm_stores search_category="46"]shortcode does this page displays PRODUCTS from 46 category instead of stores/vendors ??
If this is the scenario, then it should not happen, please share your ste access with site url. We need to check your site.Thanks.
Sarmistha Chakraborty
MemberHello,
You have to override the “wcfm-view-products-manage.php” from “\wp-content\plugins\wc-frontend-manager\views\products-manager” to your theme folder – “yourtheme folder/wcfm/products-manager/wcfm-view-products-manage.php”
Then you have to modify the “description” variable with$description = '<br/><br/><br/><br/><br/>This Product is owned by [Type your Shop Name]';where it is defined. (PFA)Thanks.
Attachments:
You must be logged in to view attached files.April 30, 2020 at 9:31 pm in reply to: Nothing Happened after "Click here" on Chosen MEMBERSHIP PLAN #125137Sarmistha Chakraborty
MemberHello,
I don’t know how to set HTML structure / classes, do i didn’t do that. or how can i check?
Firstly checked by “inspecting element”(to “inspecting element” right click on the webpage and go to “inspecting element”) whether the “div” has the class – “wcfm_membership_box_head” and whether your changeable color(from settings) is reflected or not.And you have to change “style settings” in all the sub-site (from WCFM Dashboard)
Thanks.
Attachments:
You must be logged in to view attached files.Sarmistha Chakraborty
MemberHello,
Sorry, but unfortunately this feature is not supported in our WCFM plugin.
There is a reason why we have restricted it for vendors- Let’s take for example, if the vendor edit the order and changes the value from USD 10 to USD 200 and claim it from customer, unfortunately it will be the onus of the admin and he/she will be in trouble, and commission calculation will mess.
alternatively, Here it’s work like- You/vendor can put a product price at first and then can change it by providing a “Apply Discount”.Thanks.
April 30, 2020 at 7:05 pm in reply to: How to change the default search radius? (google map) #125095Sarmistha Chakraborty
MemberHello,
For this you need to adjust “Maximum Radius to Search” (From WCFM-dashboard->Settings->Geo Location) and Radius start distance –
add_filter('wcfmmp_radius_filter_start_distance',function($start_distance){ return 20; });Example – If you set Maximum Radius to Search -100
Radius start distance – 20
Then “radius range” value will be 100/20 = 5Hope you understand.
Thanks.
Attachments:
You must be logged in to view attached files.Sarmistha Chakraborty
MemberHello,
Sorry, Your requirement is not clear to us. Can explain it with screenshot what do you mean by “how to change the color of the custom field” ?
Thanks.
April 30, 2020 at 3:05 pm in reply to: My Account How do I use loco translate on my account? I will become a farmer in #125014Sarmistha Chakraborty
MemberHello,
In our WCFM-Marketplace wc-multivendor-marketplace-de_DE.po was already written translated text for German language.(folder – \wp-content\plugins\wc-multivendor-marketplace\lang).
You don’t need to write any code in your theme,
Go to WP admin dashboard -> Loco translate -> plugins -> WCFM – WooCommerce Multivendor Marketplace -> Select your language(or create your language clicking “new language”) -> search string(like “Become a Vendor”) and translate/change it -> save.
It will work.Thanks.
Sarmistha Chakraborty
MemberHello,
Sorry we didn’t get you.
Have you try the previously mentioned code?
Adding this code “Tiered Price”section will appear below the price as per your attached screenshot.(PFA)Thanks.
Attachments:
You must be logged in to view attached files.Sarmistha Chakraborty
MemberHello,
As per understanding your scope, We have some custom solution for this.
Vendors will able to chose their preferred store category(kind of business) during registration and also this will visible at store list page as a “Store Category filter” option.
That will meet your requirement? Please confirmThanks.
Sarmistha Chakraborty
MemberHello,
If you don’t want “chat” functionality in your site, please turn-off the chat module from WCFM-Store dashboard -> Settings -> Module (PFA)
Thanks.
Attachments:
You must be logged in to view attached files.Sarmistha Chakraborty
MemberHi,
If you set visibility “After Product Title” then custom field will display after product title and before price.
Thanks.
April 30, 2020 at 1:09 pm in reply to: Nothing Happened after "Click here" on Chosen MEMBERSHIP PLAN #124982Sarmistha Chakraborty
MemberHello,
To change “Membership body” background color you need to change “Table Body Background Color” color from style settings.
Please be advised it will work with our default Membership plan page (which contain [wcfm_vendor_membership] shortcode), in your custom membership plan page, if you are using different HTML structure/classes then it will not work.Thanks.
Sarmistha Chakraborty
MemberHi,
We have mentioned you earlier to “woocommercequoteplugin” or “YiTH Request a Quote Premium” plugins support WCFM-Ultimate plugin is required.
https://wclovers.com/wcfm-ultimate-changelog/Thanks.
Sarmistha Chakraborty
MemberHi,
Please check this topic – https://wclovers.com/forums/topic/add-vendor-articles-to-store-tab/#post-123787
Hope this will help you.Thanks.
Sarmistha Chakraborty
MemberHello,
Are you using Dokan Marketplace plugin(https://wordpress.org/plugins/dokan-lite/) or Our WCFM-Marketplace plugin(https://wordpress.org/plugins/wc-multivendor-marketplace/)?
As per understanding your scope, We have some custom solution for this.
Vendors will able to chose their preferred store category during registration and also this will visible at store list page as a “Store Category filter” option.
That will meet your requirement? Please confirm.Thanks.
Sarmistha Chakraborty
MemberHello,
Try this css code in your theme’s style.css
.header-full-width .container{ padding:0 !impotant; } .header-full-width .header-inner.flex-row.container.logo-left.medium-logo-center { width: 83%; }Thanks.
Sarmistha Chakraborty
MemberHello,
Modify the a tag
<a href="<?php echo $store_url; ?>" style="width: 100%;"></a>
(added the width:100% in a tag)Thanks.
Sarmistha Chakraborty
MemberHello,
How It should look while adding the product to the seller – https://prnt.sc/s7jm98
>> In “WordPress editor” we can add default a text (like this product owned by …) but it’s not possible to add this text at bottom of the editor. You/vendor have to enter the product content before/above this text.I want it to be appear in every new sellers product description like it should be a global product description that should come by default to every seller when there adding a product and they must be able customize it and add there own words…
>>Your current requirement is totally different from the topic(I want to set default product description for vendor product entering page – description , How should I do it?) which you asked at the beginning. So which one will be your final requirement in product page front-end???
Scenario 1:
will it display like?<Product description>(from product edit dashboard) <product description default/footer text>(in product edit dashboard)(This product owned by ...) <Globally added shop description>(From vendor settings)Scenario 2:
<Product description>(from product edit dashboard) <product description default/footer text>(in product edit dashboard)(This product owned by ...)only the above two description and “Globally added shop description” this will be removed?
Let us know.
Thanks.
- AuthorPosts