maartenplugwise
Forum Replies Created
-
Forum: Plugins
In reply to: [Payment Plugins for Stripe WooCommerce] Dynamic statement supported?@mrclayton I tested the plugin update and it works! I see the order ID on the bank statement. Thank you so much for officially adding this to the plugin.
Forum: Plugins
In reply to: [Payment Plugins for Stripe WooCommerce] Dynamic statement supported?@mrclayton Thank you so much for planning to include it in the next release. 👍
Forum: Plugins
In reply to: [Payment Plugins for Stripe WooCommerce] Dynamic statement supported?@mrclayton I added the code and it works (tested with iDeal). The checkout did give a warning that * and # are not allowed (indeed they are not a latin character).
I understand the balance. In this case I don’t think there is a big risk since it is not so difficult to perform this check: Only latin characters, 5-22 characters. And at a link to the stripe documentation for the rules.
UI could show:
– Info of limitations + link to Stripe documentation
– Input field for business name + dropdown of the desired dynamic part, or just only order number.
– A preview field with business name and the latest order number, and the total character length. If you have high order numbers it could hit the character limit.Forum: Plugins
In reply to: [Payment Plugins for Stripe WooCommerce] Dynamic statement supported?Hi Clayton,
Thank you for the quick response with a solution. Would you consider to add this as a standard option in the plugin to set a dynamic statement descriptor? I expect that for all plugin users it would be beneficial that their webshop customers can see the order ID in their bank statement.
Forum: Plugins
In reply to: [WooCommerce] Emails still send from old sender emailI contacted WPML and they will not improve their user experience. It is a conscious choice to not show that admin texts are translated.
Admin texts are not displayed the translation by default. It is noted in the documentation that I shared above
“WPML allows you to translate entries from the wp_options table. We call these Admin Texts.
To avoid confusion, when the user is editing these settings in the dashboard, these options aren’t translated in admin.”For more information: https://wpml.org/wpml-hook/wpml_st_force_translate_admin_options/
My WPML support chat has now been converted in a feature request. For anyone interested in the updates: https://wpml.org/forums/topic/woocommerce-show-the-translation-option-when-switching-the-admin-language-on-top/
Forum: Plugins
In reply to: [WooCommerce] Emails still send from old sender email@omarfpg Thank you for you help, I was finally able to solve it!
Key part is that you recommended the Health Check & Troubleshooting plugin. I went trough all the pages of the plugin and noticed a useful feature: Troubleshooting mode. That mode allows me to disable and enable plugins without affecting the live site. And without needing to use a staging site. I have not used staging sites before, and articles I read about it sounded like it will take some time to set it up, which I prefer not to spend time on. But the Troubleshooting mode seems very close to a staging site.
Then I disabled all plugins, and enabled them one by one. I found the problem starts when I enable the WPML String Translation plugin. Then I went to WPML > String translation. In the strings I searched for [email protected]. There I found that has a translation to [email protected]! I expected to be able to find such a thing in the MySQL database, so I’m a bit confused. The string that is translated is domain: admin_texts_woocommerce_email_from_address and name: woocommerce_email_from_address .
Screenshot: https://snipboard.io/H3hQ1y.jpg
I changed the translation and now it works. When going to WooCommerce > Settings >Emails the “From” address does not show the translated string when switching to the Dutch language. It is therefore confusing that on that page the translation is not shown. I can imagine shops would like to set a different email in different countries, but this did make it hard to find the solution to solve the problem. Do you think this field needs to be improved by Woocommerce for compatibility with WPML, or does WPML need to do something to make it more clear that field is translated?
Forum: Plugins
In reply to: [SVG Support] WPML compatibilityOn the translated page I disabled “Duplicate uploaded media from original” and “Duplicate featured image from original”. Image is still not visible.
Forum: Plugins
In reply to: [Payment Plugins for Stripe WooCommerce] Missing transaction_id, failed orderHi @mrclayton ,
Thank you so much! I didn’t know about the webhook. I now set it up and indeed it works now.My feedback for the documentation is that it is not clear that webhooks are strongly recommended. Webhooks is only mentioned in the menu and not in the installation page. I think it would improve a lot when you add two more steps on the plugin installation page:
https://docs.paymentplugins.com/wc-stripe/config/#/plugin_install
4. Set up webhooks. Webhooks allow your eCommerce site and Stripe to stay in sync and they are a very important piece in the plugin’s local payment method functionality.
5. Set up payment methods.Without these steps the plugin has not been installed completely yet to work as recommended. I hope this feedback will help more users to start using webhooks. Thanks again.
Forum: Plugins
In reply to: [Shipping Live Rates for FedEx for WooCommerce] Plugin not workingOk thank you. Issue is fixed with the all rates. Issue can be closed I think.
Forum: Plugins
In reply to: [Shipping Live Rates for FedEx for WooCommerce] Plugin not workingHey, now it works again!
Do you know if now it shows the account or list rate?
Is this something that will be fixed? I see many different prices in the API response, so I assume it should be able to work.