WebWizards
Forum Replies Created
-
Thank you so much!
Glad to hear that’s working!
I’m afraid tiered pricing currently can’t apply in a way that allows you to mix variations, not even with the ‘Tiered Price’ rules.
I think that’s something we can add to the premium version, just some minor changes would be needed around tiered price rules – I’ve added a note to expand this feature in future versions.
Hi there,
Thanks for using our plugin!
It’s possible to configure a dynamic rule like in this screenshot: https://ticksy_attachments.s3.amazonaws.com/5194139043.png
This allows you to mix variations. The above rule gives a 10% discount when > 8 items are purchased.
You can see how it works in the cart: https://ticksy_attachments.s3.amazonaws.com/7610933480.png
We have 5 items + 5 items = 10 total, and the discount is indeed applied.
I have now changed that to .html() in the code base (will work in the next update).
Have a nice day!
I think indeed a good solution could be to first remove the click function from the button:
jQuery('.marketking_follow_button').off('click');and then add your own custom function:
jQuery('.marketking_follow_button').on('click', function(){ var datavar = { action: 'marketking_change_follow_status', security: marketking_display_settings.security, vendorid: jQuery(this).val(), }; let th = jQuery(this); jQuery.post(marketking_display_settings.ajaxurl, datavar, function(response){ if (response === 'followed'){ // set text jQuery(th).text('test1'); } else if (response === 'unfollowed'){ jQuery(th).text('test2'); } }); });To make that an icon, you would probably want to use the .html() function instead of .text()
Hi there!
Thanks for using the plugin,
We should probably add a setting for that language, but right now it can be changed by adding this PHP code snippet to your site:
add_filter('marketking_tables_language_option_setting', function($lang){ $lang = 'Spanish'; return $lang; }, 10, 1);This can be added to the functions.php of your child theme, or to any Snippets plugin.
If you would like to change various texts, generally we’d recommend using the Loco Translate plugin. Or are you looking to change something that is not a text?
Thank you so much for your kinds words and review!
Forum: Plugins
In reply to: [WooCommerce] Rest API New Order doesn’t trigger E-MailsI’m not sure what is causing the issue but I’d like to make a suggestion. It would be easier to check if mails are sent by using a ‘mailing log’ plugin such as https://ww.wp.xz.cn/plugins/wp-mail-logging/
This way you can capture all emails that are being sent and you do not have to worry about whether the email has reached its destination. By checking the email log, you don’t need to worry about SMTP plugins. All emails that are sent would be captured.
Thank you for the feedback,
For future versions, we are considering adding cache preloading, which should make things faster, even for the first initial load.
Glad if the issue is solved and let us know if there’s anything else we can help with.
Also if you find the plugin is useful to you, please do consider leaving a quick rating here on ww.wp.xz.cn: https://ww.wp.xz.cn/support/plugin/b2bking-wholesale-for-woocommerce/reviews/
We would really appreciate it and it is important to future plugin users.
Is that 1.1 second time the time it takes initially for the first page load, but is it then faster when refreshing / loading that same page again?
I would expect it to be significantly faster if you then refresh the page, because the visibility of that product would have already been cached.
If you’re using the visibility feature, that could be it. Product visibility is expensive to calculate, so the visibility cache is a must-use, especially if there are a large number of products.
Hope that solves it but let us know how it goes.
If you see further issues, we’d be happy to look into it. I would want to check queries with the query monitor plugin to see if that reveals anything. I’m sure there’s a specific function or query that’s causing it.
Wishing you a prosperous New Year ahead!
Hi there,
Thank you for using our plugin,
I’d like to ask that you please check a few things:
1) I am not sure if you are using the plugin’s visibility feature. If you are, please go to B2BKing -> Settings -> Other and enable the “Product Visibility Cache” setting. This can make a big difference in performance.
2) Another thing is to please make sure you are using the latest plugin version of B2BKing Pro (currently that is 4.4.33).
(I know you mentioned you are using the latest versions, but unless the plugin is activated or you’re using the envato update plugin, B2BKing Pro would not get automatic updates – so in fact you may have an older version – please check the specific version of B2BKing Pro you have active)
The reason I’m asking is because we have been actively working on performance in the last few updates. Our recent 4.4.30 update on December 26th also contained a significant performance fix.
Let me know if the above can help resolve it. If not, it would be great if you opened a ticket with us at https://webwizards.ticksy.com (as I understand you’re also using our pro version). If support expired, no problem at all, just open the ticket in the ‘B2BKing Pre Sales category’.
We’d like to run a few tests and look into it to see exactly what causes it and get this fixed for you,
Kind regards,
Stefan
- This reply was modified 3 years, 5 months ago by WebWizards.
Hi there,
I’m sorry to hear you’ve been having this issue!
Normally the plugin shouldn’t be leaving behind any code, or have any visible effects on any products after being removed,
I believe there may be a different issue there, such as maybe a misplaced code snippet, some misconfiguration, or something similar.
We would love to assist and help get this fixed for you if possible and help get it completely removed. Please give me more details about the specific issue / data you’re seeing on products.
Or if the issue is related to database fields, I can also share a snippet that completely clears the database of any references to the plugin.
Kind regards,
Stefan
I am not sure what causes that but I would be happy to check it directly on your site if you’d like. Could you share a backend login to the site / staging site with us?
You can open a ticket with us at https://webwizards.ticksy.com – if you support period expired, no problem, just open the ticket in the B2BKing Pre-Sales category (that category doesn’t require it) and I will look into it,
If you are not able to set this up or it does not work for you for any reason, we can also assist directly and look into it on your site.
For that please open a ticket with us at https://webwizards.ticksy.com