terreetterres
Forum Replies Created
-
Thank you very much and good luck to you
Hello @ampenhancer
Yes this is correct, I am using the code below to crop the presentation image to ratio 1. If I disable this code the problem is the same.add_filter( 'woocommerce_get_image_size_single', 'my_set_product_img_size' ); add_filter( 'woocommerce_get_image_size_shop_single', 'my_set_product_img_size' ); add_filter( 'woocommerce_get_image_size_woocommerce_single', 'my_set_product_img_size' ); function my_set_product_img_size() { $size = array( 'width' => 600, 'height' => 600, 'crop' => 1, ); return $size; }
Thank you for your reply. Here is the link to a page on my site in constructon where you can see the uncropped image issue in the woocommerce gallery.
Here !- This reply was modified 3 years, 6 months ago by terreetterres.
Forum: Plugins
In reply to: [WooCommerce PayPal Payments] does it work for France?Hello,
Thank you very much for your answer. I will be activating it in production soon and wanted to make sure it works for my location. Cordially.Hello Niklas,
thank you so much. I have configured and it works fine for me too. While waiting for the official delivery of the translation files, best regards. Eric FaureThank you, I would be grateful
Hello @niklasinpsyde
Thank you for your reply. The problem is precisely this. When I create a template and translate into my language, the strings are not translated. Try to test with loco on your side. Thank you