Forum Replies Created
- AuthorPosts
Ramamurthy Krishnan
KeymasterHi,
Please don’t reply in forum. We’re working on your site setup, will let you know in mail soon.
Thanks,
April 21, 2020 at 5:38 pm in reply to: The Arabic front page manager is not loading information #121344Ramamurthy Krishnan
KeymasterHi,
Please share your website link as well where we will login and check.
Thanks,
Ramamurthy Krishnan
KeymasterHi @carlosespanad,
Can you please share us your website login credentials as private reply here?
We need to check it.Thanks,
April 21, 2020 at 5:21 pm in reply to: Remove all order and prepare to GO LIVE with clean order #121339Ramamurthy Krishnan
KeymasterOkay great. 🙂
Ramamurthy Krishnan
KeymasterOkay great. 🙂
Ramamurthy Krishnan
KeymasterGreat. 🙂
Ramamurthy Krishnan
KeymasterHi,
Please follow this reference link: https://docs.woocommerce.com/document/woocommerce-product-search/widgets/product-filter-categories/
There is a plugin (WooCommerce Product Search extension) link given so you need install that plugin first to get the widget for category filter.
Plugin Link given there: https://woocommerce.com/products/woocommerce-product-search/Thanks,
April 21, 2020 at 4:07 pm in reply to: Store management : product translation attributes error #121324Ramamurthy Krishnan
KeymasterHi,
Have you check ed the “Additional Information” tab in product details page? I’ve tried the same as you explained above and the attributes are displayed under the “Additional Information” tab in product details page.
Please see the attached screenshot below.Thanks,
Attachments:
You must be logged in to view attached files.Ramamurthy Krishnan
KeymasterHi,
Didn’t get you. Can you explain a bit more about your requirement?
Thanks,
Ramamurthy Krishnan
KeymasterHi,
Glad to hear it work for you. Let me know if there’s anything else we can help you with.
Can we ask for a favor? Would you mind taking a few minutes to review our plugin at https://wordpress.org/support/plugin/wc-multivendor-marketplace/reviews/ and let others know about your 5 Star experience with WCFM Marketplace. Also, follow us on Twitter https://twitter.com/wcfmmp for more exciting news, important updates, and irresistible offers.
Thanks,
Ramamurthy Krishnan
KeymasterHi,
Needed to replace the custom-script.js file code with the below given code.
jQuery( document ).ready( function( $ ) { setTimeout(function(){ $(".wcfmmp-author-meta").each(function() { var content = $(this).html(); $(this).html(content.substr(0,content.indexOf('<br>'))); }); }, 1500); });
No need to do it for your site as I replaced it already. It’s working now.
Thanks,
Ramamurthy Krishnan
KeymasterHi,
You’re most welcome. 🙂
Can we ask for a favor? Would you mind taking a few minutes to review our plugin at https://wordpress.org/support/plugin/wc-multivendor-marketplace/reviews/ and let others know about your 5 Star experience with WCFM Marketplace. Also, follow us on Twitter https://twitter.com/wcfmmp for more exciting news, important updates, and irresistible offers.
Thanks,
Ramamurthy Krishnan
KeymasterHi,
Replace the previous code with the below given code in custom-script.js file.
jQuery( document ).ready( function( $ ) { $( ".wcfm_add_attribute" ).click(function() { $(".wcfm_input_attributes .variable-subscription").last().prop("checked", false); }); $( ".wcfm_defined_attributes input.attribute_ele" ).click( function(event) { setTimeout( function() { $(event.target).closest('.wcfm_defined_attributes').find('.variable-subscription').prop( "checked", false ); }, 900 ); }); });
Thanks,
Ramamurthy Krishnan
KeymasterPlease check the video link I sent, you can see it’s working fine here. It must be a cache issue from your end.
Ramamurthy Krishnan
KeymasterPlease check this video: https://drive.google.com/file/d/18IAUZDFCjRrjyflTKKOpV1GbBs5p_mkC/view
Ramamurthy Krishnan
KeymasterHi,
I’ve tested it. it’s working fine.
Please clear your browser cache and then hard refresh, it will work. You can also check it in incognito mode.Thanks,
Ramamurthy Krishnan
KeymasterHi,
Implemented it to your website, its working now.
You didn’t enqueue the js script correctly.Thanks,
Ramamurthy Krishnan
KeymasterHi,
Glad to hear that you loved our WCFM Plugin.
domain.com/vendorshopname
The url structure for vendors can’t be changed, it will be like: http://domain.com/store/vendorshopname.
Yes you can change the “store” text in the url structure from store-manager->Settings->Marketplace Settings->Vendor Store URLund for products
domain.com/vendorshopname/productname
Again the vendor specific url structure for products is also not possible. You can’t put specific vendor names to urls for products.Thanks,
Ramamurthy Krishnan
KeymasterHi,
Are you using “WCFM – Custom Menus” plugin?
Can you please check your plugin list whether this plugin exists or not?Thanks,
Ramamurthy Krishnan
KeymasterHi,
We’re looking into it, will update you today.
Thanks,
April 17, 2020 at 5:50 pm in reply to: WCFM – AFFILIATES – Send Direct Message to Affiliates #120019Ramamurthy Krishnan
KeymasterHi @spacechain,
We’re working on this, will add this feature to our future updates.
Thanks,
Ramamurthy Krishnan
KeymasterHi,
Sorry we don’t have this feature but you can try this plugin: https://wordpress.org/plugins/maximum-products-per-user-for-woocommerce/
Thanks,
Ramamurthy Krishnan
KeymasterHi,
You can uncheck/disable the “Store List Sidebar” option under store-manager->Settings->Marketplace Settings then the search and category filter options will be available by default in the store list page.
OR
If you want the search and category filter options in sidebar of store list page then check/enable the “Store List Sidebar” option under store-manager->Settings->Marketplace Settings. Then add the “Store List: Category Filter” and “Store List: Search” widgets to “Store List Sidebar” widget area under wp-admin->Appearance->WidgetsPlease see the screenshots attached below.
Thanks,
Attachments:
You must be logged in to view attached files.Ramamurthy Krishnan
KeymasterHi @Shamim Shafiee,
Where can vendor see all the generated affiliate links?
I think i need this too is really important for affiliates able to manage all their generated links.
There is no such section where the generated affiliate links are listed.
This will be a custom work, please contact us here for the purpose: https://wclovers.com/setup-guidance/
Please put your forum link for sure while submitting the query form.And why admin can see specific affiliate details like URL and Code (see image attachment) but the affiliate themselves couldn’t access this details from their dashboard?
Please click on the profile icon after login as a affiliate and then you can access the profile manager section, please see the attachment below.Thanks,
Attachments:
You must be logged in to view attached files.Ramamurthy Krishnan
KeymasterHi,
You’re most welcome.
Need to add the below code in your child theme’s style.css file to center align the stars..wcfmmp-store-rating { margin: auto !important; }
Added it for you already, it’s working fine now.
Thanks,
- AuthorPosts