Wholesale price and Catalogue Mode
Author | Posts |
---|---|
August 19, 2015 at 5:28 pm 68020 | |
Nayem | I'm aware that Wholesale price and Catalogue mode/remove add to cart, are not options but can you please point me to the code which has to be edited to achieve these options? If by chance you can direct me to a developer who can charge me for this customization then that would be highly appreciated Hoping someone can help me out Thank you Ari |
August 19, 2015 at 5:40 pm 68024 | |
Nayem | Hello, To remove cart button you can use this plugin- https://wphive.com/plugins/woocommerce-catalog/. If you want to insert a field in the product upload page for wholesale rate then you have to customize the plugin code. You have to open- dokan/includes/pro/templates/products/new-product.php file. In this file you have to add the field. Thanks. |
August 19, 2015 at 5:48 pm 68028 | |
Ari | Hi Nayem, Appreciate the speedy response, that was the fastest ever! I need the catalogue mode to be an option of the indivudual vendors, if I use the plugin https://wphive.com/plugins/woocommerce-catalog/ , then it applies to all the vendors. Thank you for pointing out code area to add extra field Regards |
August 19, 2015 at 6:17 pm 68039 | |
Nayem | Hello, To set catalog mode for individual seller you have to customize the plugin. You can contact here- wedevs.com/contact/customization. Thanks. |
August 19, 2015 at 7:03 pm 68068 | |
Ari | Hello Nayem, Appreciate the contact information Thank you |
August 22, 2015 at 9:23 pm 68644 | |
Ari | Hi Nayem, Please point me in the right dirction. In the Update Product form in Products, what file do i have to modify if i wanted to disable the tab for Options, Inventory, Shipping and attributes? Will need to do this for Catalog mode Thank you |
August 23, 2015 at 12:56 pm 68697 | |
Nayem | Hello Ari, If you want to remove tab from product edit page then you have remove them by using filter. You have to unset those array. Please open dokan/inlcudes/pro/templates/products/product-edit.php. In this file you will get this filter- Thanks. |
August 23, 2015 at 3:16 pm 68712 | |
Ari | Hello Nayem, That was detailed and extremely helpful. Am grateful Thank you Regards, |
August 23, 2015 at 3:27 pm 68713 | |
Nayem | You are welcome. |