WebWizards
Forum Replies Created
-
Hi Pietro,
Thank you for using our plugin,
A special integration would be needed to make B2BKing work with the WPC Composite plugin.
We tried contacting their support https://wpc.ticksy.com/ticket/2585884/ to ask for help to do this integration but ultimately they were not able to assist us with this,
However I think there is one way to make this work, by creating discount rules like this one: https://prnt.sc/m9M5xdIctmkQ . As you can see in the rule, the ‘calculated discounted price’ checkbox is disabled. This is necessary for this to work. Such a rule adds the discount to the cart totals – I believe the discount would be correct, including for composite products.
Hi Nic,
Generally speaking for each product you can get the regular (b2c) tiered pricing data by using:
$price_tiers = get_post_meta($product->get_id(), 'b2bking_product_pricetiers_group_b2c', true );This contains a structure such as “quantity:price;quantity:price;quantity:price” etc.
You would need to find the largest quantity, that your current quantity is larger than.
If you’d like we can also add a new general function to the plugin to pull the tiered price for a specific product and qty e.g. b2bking()->get_tiered_price($product_id, $qty); For that kindly please open a ticket with us at https://webwizards.ticksy.com so our team can work on that,
Please make sure you have B2BKing PRO 4.6.60: https://prnt.sc/lFZ3TUVhs2OB
When you create a new order via WooCommerce -> Orders -> Add New, you must first of all select the customer there: https://prnt.sc/hcyBBTlkgKhM
Then when you choose products it should get the price of the product for that user. If that does not work for you, please open a ticket with us at https://webwizards.ticksy.com – this is our support platform for customers – we can check it in more detail to see what the issue is,
Hi there,
Thank you for using our plugin!
We very recently added a new feature to apply discount rules to backend orders, to the Pro version of the plugin – this was added on May 30. We are planning to add this to the free plugin as well later this year, but it has not been added yet.
If you are using the free plugin it’s not possible yet. Until we add it, I would recommend you use a plugin such as “Login as User” ( https://ww.wp.xz.cn/plugins/login-as-user/ ) to log in as the customer and place orders via the frontend,
Thank you very much for your kind review, really appreciate it : )
Hi there,
Thanks for using our plugin!
I believe it’s probably an issue related to the permalinks structure on your site. To solve this, please try to go to Settings -> Permalinks and set it to “Post name”.
See the following screenshot for reference: https://prnt.sc/Afbngf76zpvY
Let me know if that solves it for you,
Thank you so much <3
I believe our team can help write some custom code and provide you with an updated plugin version that can achieve that.
Since you are also using the Pro version, kindly please open a ticket with us at https://webwizards.ticksy.com/ so our team can assist.
Based on your screenshot it seems that you are using the ‘advanced shipping’ module of the plugin. When this is used, each vendor sets their own shipping cost which is shown here: https://prnt.sc/-FOAcgOa9klV
Since the shipping is shown in that area for each vendor, we’re no longer showing it below each subtotal.
At the moment I don’t have a way to change this with plugin settings. It could only be achieved with custom coding.
Hi there,
Thanks for using our plugin!
It is possible with the plugin to show the shipping / total: https://prnt.sc/875YEHQ8EaUr
Please make sure that you have shipping and that the shipping cost is higher than 0. If there’s no shipping (or it’s free shipping / local pickup etc) then the plugin would only show the subtotal there.
Thank you for your very kind review : )
Thank you for clarifying,
I was able to see the issue now when using Twentytwentytwo.
I have published a plugin update now, version 4.6.36 – I believe it can fix it – please try to update to that and let me know if it solves it for you.
(if you do not yet see version 4.6.36, please wait an hour or two, sometimes it takes a bit for the update to go through on ww.wp.xz.cn)
Hi Carlos,
Thanks for using our plugin – we’re happy to hear you’re liking it so far,
If I understand correctly you’re using the Store Categories feature and would also like to add it to the registration form. Currently there’s no direct way to do it – it would definitely make sense to add a special registration field type for it. We will consider that for future plugin updates,
Right now the only way would be to handle it manually by creating a “Select” registration field.
Thank you so much!
Hi there,
Thanks for using our plugin,
I am having difficulty replicating the issue in local tests. Can you please help share a screenshot of your dynamic rule so we can see its exact configuration?
Also:
- What theme are you using?
- Are you also using our Premium plugin version?
- This reply was modified 2 years, 11 months ago by WebWizards.