WebWizards
Forum Replies Created
-
Hi again,
I’m not seeing a discount circle in local tests – I believe this is likely related to your theme. You can try changing themes to see if that persists – perhaps you have a custom discount bubble setting in your theme.
You can add this PHP code snippet to your site:
add_filter('b2bking_dynamic_recalculate_sale_price_display', function($pricehtml, $product, $sale_price){ return wc_price($sale_price); }, 10, 3); add_filter('b2bking_dynamic_recalculate_sale_price_badge','__return_false');This can be added to functions.php, or to any code snippets plugin.
Then when you create a dynamic discount rule with this checkbox enabled https://prnt.sc/ugS3Fv1HpUDL , the rule will appear as if it modifies the regular price.
Hi there,
In B2BKing Pro, it’s now possible to add a code snippet that modifies how dynamic discount rules work. It would appear as if the regular price is modified (you’d no longer see a crossed out old price).
Since this is a newer addition, it is not yet possible in the core version here I’m afraid.
Hi there,
I’d be happy to check. Please let me know:
- What theme are you using?
- What versions of B2BKing do you have active? Do you have B2BKing Core or also B2BKing Pro?
- And how did you create the price rules? Is it a “hidden price” rule in B2BKing -> Dynamic rules?
Forum: Plugins
In reply to: [SEOPress - AI SEO Plugin & On-site SEO] B2Bking incompatibility in TitleHi there,
We are the B2BKing developers. I’m not very familiar with how this title works. Is it showing the B2B price in the title to B2B users only, or to everyone?
If everyone, you might be able to solve it by setting your admin user as B2C.
If it’s different for every user, then you’d need to get the regular price, instead of $product->get_price(), it would be needed to use something like get_post_meta($product_id,’_regular_price’, true) in the code – I’m not sure if that is possible or not.
Hello Nic,
I want to mention that the $600 support price for 6 months is set automatically by CodeCanyon, we cannot control it. For anyone else wondering about this, please contact us directly via webwizards.ticksy.com so we can send you an offer to purchase support directly from us. Current price is $99 / 1 year of support.
Regarding the issue, please note the tiered pricing feature is only available in our pro plugin. I tested but cannot reproduce that problem. I believe this must be the result of a plugin conflict.
We sent you a reply via webwizards.ticksy.com with more details.
Hi Guina,
Thank you for getting in touch,
With the plugin, it’s possible to enable different shipping methods for B2C and B2B.
To do that, for example you would go to WooCommerce -> Settings -> Shipping and create 2 “Flat Rate” methods, with different costs.
Then you can go to B2BKing -> Groups, and for B2C / and each B2B group, enable a different method.
Hi there,
Thank you for using our plugin,
I am sorry but this works the other way around: it sets the WP role based on the B2BKing group. It cannot set the group based on the WP role.
If you are using Jetformbuilder for registration, does it have an option to set some user meta keys? Many forms plugins such as WP Forms / Gravity Forms etc usually have a way to do this. If you are not sure, I recommend you ask their team.
If you can set some meta keys with the forms plugin, you need to set the 2 keys described here: https://woocommerce-b2b-plugin.com/docs/how-to-set-user-group-programmatically-during-import-in-bulk-with-scripts/
Those keys control if the user is B2B in B2BKing.
Hi there,
Thank you for using our plugin,
Currently this option does not exist I’m afraid. This is something we’re working on adding in future versions, but not really possible yet.
I want to ask: are you also using the B2BKing Pro plugin? If so, we have a newly added beta option there for product tags in dynamic rules – possibly that could be modified to use an ACF taxonomy instead.
Hi there,
Based on that error, we have now released an update to the B2BKing Core plugin, update 4.6.50.
Please update to that version – I believe it can resolve the issue. If you do not see the update yet, you may need to wait an hour or two for the update to be fully processed.
Let us know if you see any further problems after updating,
Hi there,
Currently we do not have any integration with the WooCommerce mobile app unfortunately.
The only solution for an app would probably be a WebView app that can access the website.
This is something we’d like to improve in the future, perhaps create our own app, but we do not have this yet I’m afraid.
Thank you very much : )
Hi there,
I think you can achieve it by adding this PHP code snippet to your site:
https://pastecode.io/s/qtaz1hqr
You would need to replace 1234 with the user ID of the employee.
Furthermore, it will only work for new orders (After this snippet is added to the site), but not for past orders (unless you have B2BKing Pro as well? I assumed you are running only B2BKing Core).
Thank you so much : )
Thank you very much for the review : ) appreciate the kind words,
- This reply was modified 2 years, 8 months ago by WebWizards.