Wholesale price and Catalogue Mode

This topic contains 8 reply and 2 voices, and was last updated by Nayem 9 years, 1 month ago
Viewing 8 Posts - 1 through 8 (of 8 total)
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 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 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
Ari

August 19, 2015 at 6:17 pm 68039
Nayem 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 Ari

Hello Nayem,

Appreciate the contact information

Thank you
Ari

August 22, 2015 at 9:23 pm 68644
Ari 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
Ari

August 23, 2015 at 12:56 pm 68697
Nayem 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- apply_filters( 'dokan_product_data_tabs',''). Add filter in your theme function.php file and unset those array to remove tab.

Thanks.

August 23, 2015 at 3:16 pm 68712
Ari Ari

Hello Nayem,

That was detailed and extremely helpful. Am grateful

Thank you

Regards,
Ari

August 23, 2015 at 3:27 pm 68713
Nayem Nayem

You are welcome.

Viewing 8 Posts - 1 through 8 (of 8 total)