dav74
Forum Replies Created
-
Hi quadlayers (@quadlayers),
Congrats. Looks as though you have fixed thhe issue from the quick test I did.
Thanks again
Hi quadlayers (@quadlayers)
I now posted the ticket. I take it those tickets are automatically set to private and not readable by search engines?
Hi quadlayers (@quadlayers)
Could not get your ticketing system to send you my ticket. No error message, but no success message either. Can you check you received it?
If not can you kindly send me an email address?
Thanks
Great will post a request there to look at it…
Hi quadlayers (@quadlayers)
Any chance you can possibly give me a reply to this question?
Many thanks!Hello again. I just had a bit more information from a WC engineer, to a couple of other questions, which you may find useful:
WooCommerce used to handle it’s AJAX requests in the same way as is recommended by WordPress, which is through the URL: wp-admin/admin-ajax.php
Because of backwards compatibility this still works. So if the plugin was using this method previously they might have just never switched to the newer method.
The custom AJAX endpoints have been around for quite a while though, but there don’t seem to be a lot of plugins which are using them: https://woocommerce.wordpress.com/2015/07/30/custom-ajax-endpoints-in-2-4/A lot of developers copy code / methods from other plugins, so it’s very common that you find the same code used in different plugins.
Thanks
- This reply was modified 7 years, 5 months ago by dav74.
Forum: Plugins
In reply to: [Loco Translate] Issue with “WooCommerce Additional Variation Images” pluginThanks for the reply Tim,
Well I disabled Loco translate and the problem still persists, so I guess that rules out Loco translate. I am thinking it must be some issue with the actual WooCommerce plugin.
Thanks again for the quick responce.
Forum: Plugins
In reply to: [WooCommerce] Product thumbnail size not editable after last updateHi Mike. About 10 months ago (when I started this thread) you gave me a snippet to force WooCommerce to serve up the gallery image thumbnail as set in the WP media settings. The snippet worked perfectly.
I have however just added “WooCommerce Additional Variation Images”, so my product variations can have separate images. My gallery thumbnails on the product variation pages have now reverted back to the large square WooCommerce format. However all my other gallery images on the standard product pages are completely fine (same as before).
Would you be able to tell me how we can edit your original snippet (below), so it also affects the thumbnail images for the “WooCommerce Additional Variation Images”? That would be a huge help. Thanks in advance.
add_filter( ‘woocommerce_gallery_thumbnail_size’, ‘custom_woocommerce_gallery_thumbnail_size’ );
function custom_woocommerce_gallery_thumbnail_size() {
return ‘thumbnail’;
}Forum: Plugins
In reply to: [MojoPlug Slide Panel] Questions on pluginHi there,
I answered the first quetion with a fixed position using css). So maybe you can just reply about using font awesome.
Also is there any possibility to have more than one tab on the left of the screen (for example 3 different tabs)?
Thanks in advance!
Forum: Plugins
In reply to: [Extended Coupon Features for WooCommerce FREE] Can your PRO version do this?I have just bought your PRO version (Order 4282).
Thank you for sending me the snippet / instructions 🙂 You can send via the same email I used to order with.Thanks
Forum: Plugins
In reply to: [Extended Coupon Features for WooCommerce FREE] Can your PRO version do this?That would be great. Is that based on using the PRO version or will it also work with he free version?
Forum: Plugins
In reply to: [Nextend Social Login and Register] Customer profile photos being savedHey Ramona,
Many thanks for the quick reply.
Can you tell me if I can delete their avatar images without causing any issues? I presume this is not an issue, but just checking (yes I understand they will not have avatar pictures when returning to the site).The one that I am talking about is from your plugin: “Discount applied: %s”
The WooCommerce translations work fine.When you use an automated coupon, the “Discount applied: %s” string is used when you get to the Cart page. Even though this string is fully translated in Loco translate, it appears in English on the sites frontend.
Strangely if you trigger the automatic coupon a second time, then this string will then appear in the translated langauge. It seems that somewhere there is some issue with the plugin using the translated string the first time the “Discount applied: %s” appears.
Any ideas?
But in your plugin the German language is 100% translated (Author translation)? Actually it is the only language fully translated. However the page you just sent me to nothing is translated. I do not understand. Do you?
UPDATE: The specific string I am having problems with is “Discount applied”.
When a coupon is automatically applied, you get a message in the Cart saying “Discount applied: “. However this message is in English when it should be in German (my front-end site is in German).
However If I delete the coupon and manually add it again, the message will then appear in German “Verwendeter Rabatt: “.
So the translations are there, but it seems they do not get used when the coupon message is first shown. Any idea why?