WebWizards
Forum Replies Created
-
I believe you can achieve what you’re looking for by enabling the “Show tiered price range” setting I described in the other ticket.
With that setting enabled, you will see an “Active price” (current price) on the single product page (it does not work on archive pages).
When the customer modifies the quantity, that active price changes.
I would advise to also enable the settings “Color Price Range” and “Table is Clickable” in B2BKing -> Settings -> Tiered Pricing.
Hi there,
In B2BKing -> Settings -> Tiered Pricing, you can enable “Tiered Price Range”: https://prnt.sc/xs5w6P4Y6Gzm
That would show a price range of $0.9 – $1 on archive pages.
You can modify that to show only the minimum (0.9), by also adding this PHP code snippet to your site:
add_filter('b2bking_tiered_range_display_final', function($price, $min, $max, $product){ return wc_price($min); }, 10, 4);Hi there,
If I understand correctly, I believe you’re using the B2BKing Pro plugin as well.
Please note / try the following:
1) You should only translate ‘B2BKing Pro’, there is no need to translate ‘B2BKing Core’.
2) Try to go to Loco Translate -> B2BKing Pro and choose your language, then click on SYNC. If you can’t find it, scroll down to the bottom of this article: https://woocommerce-b2b-plugin.com/docs/how-to-translate-b2bking-to-any-language-localization/
3) Make sure you have the latest version of B2BKing Pro (or a very recent one). Latest one is 4.4.55.
You should be able to find something like this in Loco:
Your current order total is %s — you must have an order with a minimum of %s
Glad to hear that’s working! If we can help with anything, let us know.
Also if you find the plugin useful, we would really appreciate it if you considered leaving a rating: https://ww.wp.xz.cn/support/plugin/b2bking-wholesale-for-woocommerce/reviews/ – it helps us support and improve the plugin,
Have a nice day,
Hi there,
Thanks for getting in touch,
I am wondering about what specifically you’re looking for. Are you looking to find a POS solution that can select a customer and then automatically pull the B2B price of a product for that customer?
Or are you just looking for any POS solution that can work together with WooCommerce and B2BKing?
It would help if you can clarify. Thank you.
I think you can hide it for B2B users by adding this CSS to your site:
.b2bking_b2b_user .devnet_fsl-free-shipping { display: none !important; }Let me know if that worked!
Great to hear that and thank you for the kind words ! 🙂
If you have any feedback we are always happy to hear it, so let us know! We have a list of plugin improvements we’re looking to add and we’re always trying to see how we can make it better.
Got it, I checked and I think that the 4.4.55 update solved that.
Let me know if you still see issues after updating.
If it’s a shipping method, then you may be able to disable it by going to B2BKing -> Groups -> Business Groups ( https://woocommerce-b2b-plugin.com/docs/how-to-enable-disable-payment-and-shipping-methods-based-on-users-or-groups/ ).
If that just has a visual effect (e.g. adding a countdown), then you could hide that countdown element with CSS, for B2B users only. You could use CSS such as .b2bking_b2b_user #element {display:none;}
(not sure how familiar you are with CSS)
More info on that at https://woocommerce-b2b-plugin.com/docs/shortcode-to-restrict-content-to-b2b-b2c-user-groups-specific-users/
Hi there,
Glad to hear that worked,
By ‘on offer’, I understand that you set a ‘SALE PRICE’ for the product?
If you want the item to be on sale only for B2C users, you can set a different B2B price.
For example: https://prnt.sc/015cJLsiumsQ
That item would appear as on sale $80, discounted from $100 to B2C users, and it would appear as not on sale, $100 to B2B users.
Hi there!
If I understand correctly, I think you’re using the B2BKing Pro plugin as well, correct?
I checked for a $size variable, and checked line 5400, but it doesn’t seem to match what I have here in the latest version. So I’m wondering what version of the plugin you have active?
Do you already have the latest 4.4.55 version of B2BKing Pro? If not, can you please update and check again? I am thinking this could be an issue we solved in a previous update.
Looking forward to your reply,
Thank you for your kind review!
Hi there,
Thanks for using our plugin,
Yes, you could achieve that with the plugin’s tax exemption rules.
You would go to B2BKing -> Dynamic Rules and create a “Tax Exemption” rule that applies only to B2B users, and set “Pay VAT in Cart” to “Yes”.
This way, B2B users would see prices excluding VAT on shop pages, but the VAT would be visible while in cart / checkout.
We also have a guide for configuring tax exemptions here: https://woocommerce-b2b-plugin.com/docs/how-to-display-prices-excluding-tax-for-b2b-users-and-including-tax-for-b2c-users/
If you have any issues with that setup, let us know and our team will be happy to assist,
I think we’ll be able to add that in the next months, so please do keep an eye out for it. If I can help with anything, let me know.
Also, if the plugin is useful to you and if you think it deserves it, we would really appreciate it if you considered leaving a review here on on WordPress page: https://ww.wp.xz.cn/plugins/b2bking-wholesale-for-woocommerce/#reviews – it’s a big help to us in growing and improving the plugin,
Have a nice day,
- This reply was modified 3 years, 4 months ago by WebWizards.
Thank you so much!