Khokan Sardar
@itzmekhokan on WordPress.org and Slack
- Member Since: August 3rd, 2015
- Location: Kolkata, India
- Website: itzmekhokan.wordpress.com
- GitHub: itzmekhokan
Bio
Interests
Contribution History
Khokan Sardar’s badges:- Core Contributor Core Contributor
- Translation Contributor Translation Contributor
- Plugin Developer Plugin Developer
- 
										Posted a reply to Can the “Featured” label be switched off?, on the site WordPress.org Forums: 
 @wolfatadfilm I presume that it solved your issue.3 months ago 
- 
										Posted a reply to Can’t activate plugin, on the site WordPress.org Forums: 
 @siteprowizard please double check your setup site's plugins directory and make sure that the folder…3 months ago 
- 
										Posted a reply to How do I hide contact information from the vendor page?, on the site WordPress.org Forums: 
 @moshe1111 currently there is no such a filter available to do the above. But you…3 months ago 
- 
										Posted a reply to sell your, on the site WordPress.org Forums: 
 @sirdash thanks for the above feature request. We will keep this in mind for our…3 months ago 
- 
										Posted a reply to Can the “Featured” label be switched off?, on the site WordPress.org Forums: 
 @wolfatadfilm add the follows code snippet in your active theme's functions.php to switch off "Featured"…4 months ago 
- 
										Posted a reply to Top banner on vendor page, on the site WordPress.org Forums: 
 @moshe1111 add the above code snippet in your active theme's functions.php file. I already mentioned…5 months ago 
- 
										Posted a reply to Withdrawal Vendor after shipping, on the site WordPress.org Forums: 
 @ifelixfix can you tell me which payment method are you using. Please double check that…5 months ago 
- 
										Posted a reply to Top banner on vendor page, on the site WordPress.org Forums: 
 @moshe1111 as we already told you this is related to your theme. If a theme…5 months ago 
- 
										Posted a reply to Notice Undefined Variable wcmp-core-functions.php on line 3207, on the site WordPress.org Forums: 
 @manaka02 thanks for reporting this issue. Soon we will fix this in our git as…5 months ago 
- 
										Posted a reply to Prevent vendors, on the site WordPress.org Forums: 
 @picflick Go to WP Dashboard -> Products -> Categories and then find the category that…7 months ago 
- 
										Posted a reply to Prevent vendors, on the site WordPress.org Forums: 
 Add follows code snippet in your active theme's functions.php and make sure to replace term…7 months ago 
- 
										Posted a reply to Admin settings – Tools action, on the site WordPress.org Forums: 
 @aberdov just make sure you have [wcmp_vendor] shortcode in dashboard page content.7 months ago 
- 
										Posted a reply to Admin settings – Tools action, on the site WordPress.org Forums: 
 @aberdov do your custom tool action functionalities using our do_action hook as follows - add_action('wcmp_settings_tools_action_default_case',…7 months ago 
- 
										Posted a reply to Stock problem after update – Split Order Module, on the site WordPress.org Forums: 
 @asystentwsieci sorry for this glitch. Anyways you can add the follows patch in your active…7 months ago 
- 
										Committed [2120414] to Plugins Trac: 
 Plugin updated to v1.0.18 months ago 
- 
										Committed [2120232] to Plugins Trac: 
 Plugin removed8 months ago 
- 
										Posted a reply to FastCGI Cache Conflict, on the site WordPress.org Forums: 
 @vfdornelas sorry to hear that you are facing such a issues. We will surely help…8 months ago 
- 
										Posted a reply to payment method does not appear, on the site WordPress.org Forums: 
 @carlosramosweb sorry your question is not bit clear to us. Anyways we are not totally…8 months ago 
- 
										Posted a reply to How to show new field into new vendor account email, on the site WordPress.org Forums: 
 @calabronelampa well, have you stored your check box field value? Anyway for better help can…8 months ago 
- 
										Posted a reply to Problem with TAB during adding Product, on the site WordPress.org Forums: 
 @calabronelampa It seems like theme conflict issue, may be there is some scripts conflicts in…8 months ago 
- 
										Posted a reply to Edit icons on vendor’s product, on the site WordPress.org Forums: 
 @pricey It seems like theme conflict issue, just to be sure can you please switch…8 months ago 
- 
										Posted a reply to Hidden Tab Shipping storefront vendor page, on the site WordPress.org Forums: 
 @calabronelampa there is a concept of child theme which allow parent theme to be updated…8 months ago 
- 
										Posted a reply to Withdrawal Vendor after shipping, on the site WordPress.org Forums: 
 @ifelixfix @matthieuh add follows code snippet in your active theme's functions.php - function pay_vendor_after_shipped( $order_id,…8 months ago 
- 
										Posted a reply to Withdrawal Vendor after shipping, on the site WordPress.org Forums: 
 @ifelixfix @matthieuh Yes, its possible. using the follows action hook, you have to call process…8 months ago 
- 
										Posted a reply to MyAccount for Logged in Vendor, on the site WordPress.org Forums: 
 @pricey add the follows code snippet - function wcmp_vendor_dashboard_nav( $menu ) { $extra_menu = array(…8 months ago 
- 
										Posted a reply to Hidden Tab Shipping storefront vendor page, on the site WordPress.org Forums: 
 @calabronelampa add the follows code snippet in your active theme's functions.php - function wcmp_product_data_tabs( $tabs…8 months ago 
- 
										Posted a reply to Hidden Tab Shipping storefront vendor page, on the site WordPress.org Forums: 
 @calabronelampa Can you please share the screenshot with explaining what modification you are looking for?…8 months ago 
- 
										Posted a reply to MyAccount for Logged in Vendor, on the site WordPress.org Forums: 
 @pricey I can understand your points of view but we have to think from various…8 months ago 
- 
										Posted a reply to Enable Manage Stock Always, on the site WordPress.org Forums: 
 @calabronelampa yes you have to create all the above mentioned folder hierarchy in your active…8 months ago 
- 
										Posted a reply to Enable Manage Stock Always, on the site WordPress.org Forums: 
 @calabronelampa to do so you have to override plugin's html-product-data-inventory.php template by copying it to…8 months ago 
- 
										Posted a reply to MyAccount for Logged in Vendor, on the site WordPress.org Forums: 
 @pricey "My Account" page provides by woocommerce. This page can be accessable by any logged…8 months ago 
- 
										Posted a reply to frontend does not display products, on the site WordPress.org Forums: 
 @ownyou Can you please check the same by switching default theme. May be its conflict…8 months ago 
- 
										Posted a reply to vendor products list problem, on the site WordPress.org Forums: 
 @ownyou It seems the issues coming from your theme style. Please check here. Better to…8 months ago 
- 
										Posted a reply to WooCommerce Market Place – Add COD payment into dropdownlist option payment, on the site WordPress.org Forums: 
 @calabronelampa sorry, we gave the above hooks and filters as references. You have to do…8 months ago 
- 
										Posted a reply to vendors list map delete, on the site WordPress.org Forums: 
 @ownyou, we thought that you want to unset the others sortable filters. So, in order…8 months ago 
- 
										Posted a reply to Gateway charges to delivery, on the site WordPress.org Forums: 
 @luckyboyrus, here is your code snippet as follow - function wcmp_register_custom_column_headings($columns){ $gateway = array('gateway_charge' =>…8 months ago 
- 
										Posted a reply to WooCommerce Market Place – Add COD payment into dropdownlist option payment, on the site WordPress.org Forums: 
 @calabronelampa to do so, you have to create a new payment module ( WCMp Payment…8 months ago 
- 
										Posted a reply to vendors list map delete, on the site WordPress.org Forums: 
 @ownyou add follows code in your active theme's functions.php - function wcmp_vendor_list_vendor_sort_type( $sort_types ){ return…8 months ago 
- 
										Posted a reply to vendors list map delete, on the site WordPress.org Forums: 
 @ownyou add follows code snippet in your active theme's functions.php - add_filter('wcmp_vendor_list_enable_store_locator_map', '__return_false');8 months ago 
- 
										Posted a reply to Gateway charges to delivery, on the site WordPress.org Forums: 
 @luckyboyrus we created follows function for getting commission wise gateway charge. You can add it…8 months ago 
- 
										Posted a reply to WooCommerce Market Place – Add COD payment into dropdownlist option payment, on the site WordPress.org Forums: 
 @calabronelampa sorry, currently we do not supports COD payout for vendor. For this you have…8 months ago 
- 
										Posted a reply to How to remove the link “Report Abuse”, on the site WordPress.org Forums: 
 @pricey Just add the follows code snippet in your active theme's functions.php - add_filter('wcmp_show_report_abuse_link', '__return_false');8 months ago 
- 
										Posted a reply to Custom fields, on the site WordPress.org Forums: 
 @coholm currently there is no shortcode available for add compare button. But you can add…8 months ago 
- 
										Posted a reply to Add name of product to emails, on the site WordPress.org Forums: 
 @kiwiman You can achieve this by overriding its email template. As we are using Woocommerce…8 months ago 
- 
										Posted a reply to Custom fields, on the site WordPress.org Forums: 
 @coholm look via toolset you can add as many custom fields as you can for…8 months ago 
- 
										Posted a reply to Custom fields, on the site WordPress.org Forums: 
 @coholm yes it's possible. To give toolset plugin support, you have to do bits of…8 months ago 
- 
										Posted a reply to shopping directly from the vendor and excluding the commission, on the site WordPress.org Forums: 
 @ownyou add the follows code snippet in your active theme's functions.php function order_vendor_bank_details($item_id, $item, $order){…9 months ago 
- 
										Committed [2092480] to Plugins Trac: 
 readme.txt file updated9 months ago 
- 
										Committed [2090808] to Plugins Trac: 
 Plugin updated to version 1.0.110 months ago 
- 
										Committed [2083896] to Plugins Trac: 
 Plugin initial released10 months ago 
Developer
- 
										
											  WC Featured ProductsActive Installs: 100+ 
- 
										
											  WC Product CompareActive Installs: 90+ 
Contributor
- 
										
											  WC Catalog EnquiryActive Installs: 10,000+ 
- 
										
											  WC MarketplaceActive Installs: 9,000+ 
- 
										
											  WooCommerce Product Stock AlertActive Installs: 5,000+ 



 
			