Okay
  Public Ticket #4102003
Hello, is it possible to determine wholesale prices based on brands?
Closed

Comments

  • murat started the conversation

    Hello, is it possible to set wholesale prices by brand? If possible, I couldn't see a demo. Can you show me how to do this? In the demo, it seems like it's only possible to apply discounts by product and category. How do you set wholesale prices by brand? I'll buy accordingly. Thanks.

  •  2,478
    WebWizards replied

    Hi Murat,

    Thank you for getting in touch! Yes, it's possible to set wholesale prices based on brands using B2BKing's dynamic rules functionality.

    While the default rule conditions are based on products, categories, and tags, you can also set up rules using custom taxonomies like brands. 

     

    To do that, add this code snippet to your site:

    add_filter('b2bking_dynamic_rules_taxonomy_option', function($val){
        return 'brand';
    }, 10, 1);
    add_filter('b2bking_custom_taxonomy_backend_name', function($name){
        return 'Brand Name';
    }, 10, 1);

     

    You should then be able to see brands available in dynamic rule configuration:

    8848721643.png

     

    Let me know if I can help.

    Kind regards,
    Stefan

  • murat replied

    Hello, this code snippet is not working. I applied it with code snippet but it still did not work.

  •  2,478
    WebWizards replied

    Hi Murat,

    Sorry to hear the code snippet isn't working as expected. The functionality I mentioned is only available in B2BKing Pro, not in the free B2BKing Core version from wordpress.org.

    If you've already purchased B2BKing Pro, could you please share your license key or purchase email so I can assist you further? 

     

    Kind regards,
    Stefan

  • murat replied

    Hello, great, I'm actually going to buy the pro version, but I had questions below. I wrote them yesterday, but I haven't received any answers yet. I wonder what could be improved on these issues.



    You started the conversation

    Hello, We are currently using b2b but there is no special plugin. I have a few questions. Can sub-dealers or users who sell on our behalf enter their own local stocks? It is important to open a field for the existing products and enter the stocks of the products in their own warehouses. Is it possible for customers connected to these sub-dealers to see the products in the stocks of this sub-dealer and place their orders with this sub-dealer when they log in with their membership information?

    Also, is it possible to give a discount based on the brand to wholesale buyers when making a discount? I couldn't see it in the demo.

    If it is not in your current package, can we do these additionally?

    Thanks