tobbecokta
Forum Replies Created
-
Forum: Plugins
In reply to: [Kadence WooCommerce Email Designer] Emoji not displayingHi,
I have checked with PostMark which I use as SMTP-service and they have checked their logs and are saying that the emojis are not in the emial when it is transferred to them.
I checked again and when saving the email in Kadence Designer the emoji in the subject line disappears, it is not saved.
I tried putting my other plugins inactive but still I have the same issue.
Anyway, this is not super important to me, so I will leave it for know, hopefully it is fixed in the future.
Forum: Plugins
In reply to: [Kadence WooCommerce Email Designer] Emoji not displayingHi,
I tested with this symbol. ??
I tested it in the order confirmation email and then sent a preview email, and the emoji is not showing (receiving the email in Gmail).
When i reload the Kadence email customizer-page the ?? is not saved in the Email Subject field.
Forum: Plugins
In reply to: [Kadence WooCommerce Email Designer] Emoji not displayingI was too quick. It seems that it works great in the emails but not in the email subject lines. How to solve that?
Forum: Plugins
In reply to: [Kadence WooCommerce Email Designer] Emoji not displayingSolved it. These work:
https://www.w3schools.com/charsets/ref_emoji.aspHi,
I have checked the email and it is the same issue there, the updated meta data from product using Product Addon is not displaying.
How would you recommend that I proceed?
Hi,
I just tested and with regular products the meta data is updated. So the problem is that meta data for product addon fields are not updated when the PDF packing list is being generated.
You were correct, the latest version was not installed.
Now i have version 2.4.2 but this error still persists.So to be more specific, these are the changes I made to the order and the PDF packing list still shows the original data, not the modified data.
– For 2 products I have changed meta-data. These two products contains a “WooCommerce Product Addon” field which is what I have updated manually.
– I have added a charge to the order, which does not show up on the picking list. Maybe this is correct since it really is not a product but a cost?
Editing them directly.
Yes, i have confirmed. It is the latest version.
I understand how you are thinking, thanks for the swift reply.
That’s the workaround I am using today, but it would be nice if there would be a setting for this functionallity.
1. WordPress: 5.2.2–sv_SE, WooCommerce: 3.6.5, Weight Based Shipping: 5.2.6, PHP: 7.3.
2. https://nimb.ws/VF72fH
https://nimb.ws/Bl5iSW
https://nimb.ws/ZXCr0f
https://nimb.ws/MsAmFj3. I’m testing it with the order:
Item #1, Provboxen: 0, Default, 1
Item #2, Microcement 2,5 liter: 5 kg, Default, 1
etc
Total order weight: 5 kg
Order subtotal: 1795 sek
Shipping destination: Sweden, 61164, Nyk?ping4. I expect to see
Nothing. The shipping section should not be displayed at all.5. I do see instead:
https://nimb.ws/z8PLH0For now I seem to have been able to at least hide the field using
#kco-extra-fields { display: none !important; }
This is how it looks like when I inspect the HTML:
<div id="kco-extra-fields"><p class="form-row form-row-wide validate-phone validate-tel" id="shipping_phone_field" data-priority=""><label for="shipping_phone" class="">Phone <span class="optional">(valfritt)</span></label><span class="woocommerce-input-wrapper"><input type="tel" class="input-text " name="shipping_phone" id="shipping_phone" placeholder="" value="" autocomplete="tel"></span></p></div>