Forum Replies Created
- AuthorPosts
Ramamurthy Krishnan
KeymasterHi,
Can you please explain your requirement more elaborately? Also if you could share us the link or screenshot of the section.
Thanks,
Ramamurthy Krishnan
KeymasterHi,
Sorry we don’t have this feature, admin can’t assign products to affiliates. Affiliates have to generate their product affiliate urls.
Thanks,
Ramamurthy Krishnan
KeymasterHi,
Please add the below code to your child theme’s functions.php file, if you are not using any child theme then please use code snippet plugin to add this code.
add_filter( 'wcfmmp_is_allow_sold_by_linked', 'cus_wcfmmp_is_allow_sold_by_linked' ); function cus_wcfmmp_is_allow_sold_by_linked() { return false; }Thanks,
Ramamurthy Krishnan
KeymasterHi,
You can’t export products of a specific vendor as admin, you can export product type wise but not of a single vendor.
Thanks,
Ramamurthy Krishnan
KeymasterHi,
Please provide us the link.
Thanks,
Ramamurthy Krishnan
KeymasterHi,
There are 3 types of store list page theme views, they are: simple, classic, compact.
Attached screenshots of 3 types of theme views below.
PFA….Thanks
Attachments:
You must be logged in to view attached files.February 26, 2020 at 12:35 am in reply to: hide from vendor column Charges, Payment, Mode and Shipping Address #108811Ramamurthy Krishnan
KeymasterHi,
You are most welcome 🙂
Please let us know if there’s anything else we can help you with.
Meanwhile can we ask you 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,
February 25, 2020 at 6:20 pm in reply to: hide from vendor column Charges, Payment, Mode and Shipping Address #108749Ramamurthy Krishnan
KeymasterHi,
Please add the below code in your theme’s style.css file.
table#wcfm-orders tbody tr td:nth-child(3) > a { display: none !important; }Thanks,
Ramamurthy Krishnan
KeymasterHi,
1)so a url has to be generated for each product seperately?
Yes, affiliate user has to generate affiliate url for each product seperately.2) I create blogs for affiliates on my multisite as well as creating ecommerce stores for vendors. whats the best way of using my multisite capabilities in combination with ecommerce stores for vendors and blogs for affiliates?
Affiliates of your ecommerce site can share their generated product affiliate urls in your blog site. When customer will purchase the products browsing those product affiliate urls then the respective affiliate user will receive a percentage commission.Thanks,
Ramamurthy Krishnan
KeymasterHi,
Can you please check your browser console whether there is any javascript error or not?
Also are you using the correct product csv format? If not then please do export the existing products of your site from products section under store manager page and check the correct product csv format.Thanks,
Ramamurthy Krishnan
KeymasterHi,
Yes, the export works page wise, when you paginate to next page it will export the vendors of that page only.
Thanks,
February 24, 2020 at 4:52 pm in reply to: hide from vendor column Charges, Payment, Mode and Shipping Address #108532Ramamurthy Krishnan
KeymasterHi,
Please add the below css code to your theme’s style.css file.
table#wcfm-payments thead tr th:nth-child(5), table#wcfm-payments thead tr th:nth-child(6), table#wcfm-payments thead tr th:nth-child(7), table#wcfm-payments tfoot tr th:nth-child(5), table#wcfm-payments tfoot tr th:nth-child(6), table#wcfm-payments tfoot tr th:nth-child(7), table#wcfm-payments tbody tr td:nth-child(5), table#wcfm-payments tbody tr td:nth-child(6), table#wcfm-payments tbody tr td:nth-child(7), table#wcfm-orders thead tr th:nth-child(5), table#wcfm-orders tfoot tr th:nth-child(5), table#wcfm-orders tbody tr td:nth-child(5) { display: none !important; }Thanks,
Ramamurthy Krishnan
KeymasterHi,
Yes it should be a url from your site. Our affiliate plugin works like this:
User has to register themselves as affiliates in your site and then they can generate affiliate urls of the products of your site. After that if any customer purchases that product browsing that url then the respective affiliate will get commission according to the percentage set.
Thanks,
Ramamurthy Krishnan
KeymasterHi,
You’re most welcome. Glad to hear that your site is working fine now and thanks for spending your valuable time for the review.
Please do let us know if any issues further.Thanks,
Ramamurthy Krishnan
KeymasterHi,
Please add the below css code in your theme’s style.css file to hide email address from the customer view.
#customers_details_general_expander .user_email, #customers_details_general_expander #user_email { display: none !important; }Thanks,
Ramamurthy Krishnan
KeymasterHi,
And yes I do have custom code snippet on the website. Would it be the one causing problems?
Please try deactivating the code snippets also. If the problem still persists then please share your website login details with us.Please do share your website credentials as private reply here.
Thanks,
Ramamurthy Krishnan
KeymasterHi,
Please add the below css code to your theme’s style.css file.
#wcfmmp-stores-wrap ul.wcfmmp-store-wrap li .store-footer { height: auto !important; min-height: auto !important; }Thanks,
February 19, 2020 at 5:40 pm in reply to: Vendor Verification: Documents not visible in Store Manager #107862Ramamurthy Krishnan
KeymasterHi @c_pintican,
You’re most welcome. Glad to hear that your issue has been resolved.
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,
Please add the below code to your child theme’s functions.php file. If you are not using any child then use “Code Snippets” plugin to add this code.
add_filter( 'wcfm_get_customers_args', 'cus_wcfm_get_customers_args', 10, 3 ); function cus_wcfm_get_customers_args() { $args['role__in'] = array( 'customer' ); $args['include'] = ''; return $args; }Thanks,
Ramamurthy Krishnan
KeymasterHi,
Vendors don’t have the upload option in media section. Can you please share a screenshot of the section where you are getting this upload option?
Images uploaded by vendors will only be displayed in the media section. I mean product images and others.Thanks,
Ramamurthy Krishnan
KeymasterHi,
You’re using the “simple” theme for the store list page in your main site.
Please use the below shortcode to get the store list view like your test site:
[wcfm_stores theme=”classic”]Thanks,
Ramamurthy Krishnan
KeymasterHi,
Great 🙂
Glad to hear that your issue has been resolved. So we’re closing the topic.Thanks,
Ramamurthy Krishnan
KeymasterHi,
Can you please check your WooCommerce error log report by navigating to wp-admin->WooCommerce->Status->Logs ?
Please mention if there is an error over there.Thanks,
February 18, 2020 at 3:14 pm in reply to: Vendor Verification: Documents not visible in Store Manager #107618Ramamurthy Krishnan
KeymasterHi,
Please update your “WOOCOMMERCE FRONTEND MANAGER – ULTIMATE” addon plugin to the latest version.
Thanks,
Ramamurthy Krishnan
KeymasterHi,
Thanks for choosing our marketplace plugin, we appreciate your view towards it.
The given vendor store page link is not working.
You can edit the header menu section from wp-admin->Appearance-Menus area and below menu there is breadcrumb. You can check your theme option settings if you wish to remove the breadcrumb.Please do let us know if any further issues.
Thanks,
- AuthorPosts