whiteboxlabs
Forum Replies Created
-
Forum: Plugins
In reply to: [Order Weight for WooCommerce] HPOS compatibility issueWhen will you switch to the new API? This is the only plugin still requiring the Legacy API…
If Code 39 barcodes are ok for you, it’s very simple:
- install a Code39 TTF font file in your template folder as per the WP-overnight custom font tutorial
- add the text you want to your template (order-nr, etc) and enclose it with asterisks (*). These are needed as per the Code39 spec:
-> e.g. *123* will be read as 123 from a barcode scanner - in your template, just style this element with your barcode-font-style.
Barcodes for free, without external dependencies.
Forum: Reviews
In reply to: [WooCommerce Stacked Product Layout] Doesn’t work with Shopkeeper themeThanks @somewherewarm for the feedback. Yes I’m aware of that. Just placing it here so other Shopkeeper users can know. And as an incentive for you to make it compatible with one of the most popular Themes out there…
Regards from SomewhereCold
This is not yet fixed, is it?
edit: no, it isn’t. still broken. The fix shown above using the filter still works though.
Hi Michele,
Could you please provide this information:
– WordPress version
– WooCommerce version
– List of installed plugins
– screenshot of your WooCommerce->Settings->Taxes pageAnd if you could provide a link to the page that isn’t working, that would be most helpful.
unfortunately I don’t have access to the “German Market” plugin and can not test where we have to fix compatibility. But in this new fork i implemented the discounts as negative fees, which has many advantages, like correct tax handling (except with “German Market”), compatibility with other plugins like “PDF Invoices” etc.
If you have any settings regarding fees in “German Market” (probably something regarding “Gebühren”) you can play with that… maybe they’re treated specially somehow in German Market. As you can see in your other screenshot (http://screencast.com/t/pbRxG4Tb), the difference / error is exactly the tax-part of the discount (€2.66). 812.70 + 2.66 = 815.36. (815.36 is correct, your calculation in the screenshot-annotation is wrong).
well… what’s still wrong?
2% of 832 = 16.64 (correct)
832 – 16.64 = 815.36 (correct)
815.36 is the total including 19% VAT
so 815.36 is 119%. 19% is 130.18I don’t see an error?
okey… i suspected you use an old woocommerce version (they changed a lot of tax stuff in 2.3). But you’re all up to date. So, as I have a pretty similar setup (Plugin-wise) and it’s working perfectly for me, I suspect there is a conflict with the German Market plugin. I think this plugin adds some tax handling stuff, doesn’t it?
If you can, try to disable all the “german” stuff and see if the issue persists. And make sure you actually used the plugin from here: https://github.com/whitebox-labs/woocommerce-payment-discounts/archive/master.zip
Forum: Plugins
In reply to: [Discounts Per Payment Method on WooCommerce] Put discount on invoiceThis fork should solve your issue. Testing greatly appreciated….
https://github.com/whitebox-labs/woocommerce-payment-discounts/archive/master.zipPlease try this fork… does this solve the problem?
https://github.com/whitebox-labs/woocommerce-payment-discounts/archive/master.zipForum: Plugins
In reply to: [Discounts Per Payment Method on WooCommerce] Incorrect Taxes / Display Ordercould you try this fork:
https://github.com/whitebox-labs/woocommerce-payment-discounts/archive/master.zip and tell if it’s working correctly now?Taris, I just replicated your settings on my test-installation. Newest version of WP, WooCommerce, WPML and the plugin from here: https://github.com/whitebox-labs/woocommerce-payment-discounts.
It works like a charm and I can not replicate the behavior your seeing on your site. Do by any chance have some “germanized” or “german market” woocommerce installed? Please post your:
– wordpress version
– woocommerce versionoops, just found it above, sorry 😉 As with most tax problems… it’s the “I will enter prices including tax” setting again. Woocommerce is just buggy in that respect. Let’s see what we can do here.
Hi Taris,
could you show a screenshot of your Tax-Page in woocommerce? (woocommerce->settings->tax)