manverupl
Forum Replies Created
-
As I see in system status you have old WooCommerce version. There was fix for this in 3.5.3 version if I’m not wrong.
I had same problem, and I need to modify the plugin to make it work.
In file: includes/Product.php modify lines 91:97 (function getThumbnailSrc) change to that code:
if ( ! empty($imageID)) { $imageSrc = wp_get_attachment_image_src($imageID, 'dgwt-wcas-product-suggestion'); if ( ! empty($imageSrc[0])) { $src = $imageSrc[0]; } } else $src = wc_placeholder_img_src();
I hope that the plugin author will fix it in the next update.
Forum: Plugins
In reply to: [Import and export users and customers] emails send without permissionIt seems that problem is solved.
Forum: Plugins
In reply to: [Import and export users and customers] emails send without permissionFrom the mail content I see that it is mail send by your plugin, not by wordpress or woocmmerce. What is more checkboxes:
“Do you wish to send a mail with credentials and other data?” and
“Do you wish to send this mail also to users that are being updated? (not only to the one which are being created)”
Are totally ignored, I done some tests and when checked mails was send and when unchecked too.- This reply was modified 7 years, 2 months ago by manverupl.
Forum: Plugins
In reply to: [qTranslate X] link to other language inside pageIn both WordPress Address and Site Address I put https://warfactory.pl
Forum: Plugins
In reply to: [qTranslate X] link to other language inside pageOk, I found where problem lies.
My site as you can see is configured in pre-domain mode.
i have “Hide URL language information for default language.” option enabled.The problem appears to lie in this option. I added language switcher to header. And I can’t switch back to default language, after I switch to English version.
When option to hide information is disabled everything works perfectly.
My site address: https://warfactory.pl/ Currently I disabled “hide” option