jlev00
Forum Replies Created
-
Forum: Plugins
In reply to: [Registration Honeypot] Please Update, or suggest alternative@johnroyce which plugin are you using now instead?
Forum: Reviews
In reply to: [Gutenberg] You seriously need your heads readFine, just let everyone in the office know that Guterberg sucks. Thanks for reading.
template issue – sorry! Closing…
Fantastic! Thank you very much!!
Hi Bob – thank you for the plugin suggestion.
Do you know in which format that plugin stores the data?
Many of the plugins store either serialized data, or store the data in a seperate “discounts” table. Woocommerce Bulk Discount plugin is one of the few that stores it in simple Custom Data fields.
—
Regardless, I believe the way Woocommerce Bulk Discount plugin calculates fixed discount on variations is currently wrong. I’d like to see this legendary plugin fixed rather than replaced.Also getting this. Specifcally for variations, it is calculating incorrectly.
Forum: Plugins
In reply to: [WooCommerce] HTML not rendering in some order emails?I had a look at the source for the two emails. The the former looks like this:
<p style=3D"margin: 0 0 16px;">blah blah blah<br/> <br/> blah blah blah blah<br/> <br/>While the latter (ie correctly rendering one) looks like this:
<p style=3D"margin: 0 0 16px;">blah blah blah<br><br> blah blah blah blah<br><br>edit: ok, so in the former, WordPress converted
& lt; br/ & gt;
& lt; br/ & gt;to actual
<br/>tags. The source for the email looks like that but without the whitespace, which I added manually.Thank you! Will try and report back.
Forum: Plugins
In reply to: [FOX - Currency Switcher Professional for WooCommerce] Import Fixed PricesSOLVED!
It looks like I needed to import “-1” into _woocs_sale_price_USD also. Can’t just leave it blank!
Thanks, ok let me try with that and I’ll reach out via ticket if I still can’t get it : )
Forum: Plugins
In reply to: [WebberZone Top 10 β Popular Posts] Titles gone from WidgetThank you!! I’ll keep an eye out for the update π
Forum: Plugins
In reply to: [WebberZone Top 10 β Popular Posts] Titles gone from WidgetOk, I think it’s because there are no spaces in my titles π
When I insert a space it displays up to the space, and then ellipses.
I’m not quite sure how the Settings relate to the data displayed in the widget. There is a “Limit post title length (in characters)” field which I have set to 60 but it seems to make no difference, possibly due to the fact that I have no spaces in my titles.
Incidentally, Japanese (and Chinese) will never generally have spaces in their titles.
Would like to hear your thoughts. I haven’t looked at the code yet but will take a look shortly.
Forum: Plugins
In reply to: [WebberZone Top 10 β Popular Posts] Titles gone from WidgetJust a thought before I try it,…. the affected titles are all in Japanese, which is one continugous block of text (ie no space between words). Not sure if it’s “rounding” it down to zero perhaps? Though this would be slightly different to how it worked previously.
Will do some testing and let you know what I discover.
Forum: Plugins
In reply to: [WebberZone Top 10 β Popular Posts] Titles gone from Widgetchecking…
Forum: Plugins
In reply to: [PDF Invoices & Packing Slips for WooCommerce] Force LanguageHi Ewout – thanks for the quick response.
Currently we set the site to “Japanese” in regular WordPress general settings. However in the back end, some people (eg me) like to view everything in English, and so under my profile settings I manually set it to English. Previously I needed a plugin for this functionality but it’s in WordPress core now I think.
I override a few translation strings with Loco Translate, but not using anything like WPML or Polylang. If they offer a solution I could have a look at them but it seems like adding a lot of extra complexity to solve a problem we are currently working around.