Glen Don Mongaya
Forum Replies Created
-
Thanks @larsactionhero will try and use crypto.getRandomValues().
Hello @larsactionhero,
Thanks for using our plugin.
Sorry about the issue, currently we only checked on our local using Xampp, I will try to find a solution or maybe use a different function to generate the unique ID.
Glen
I’ve uploaded several files on this product (Evantai forma speciala – Sacoseria) where the issue occurred and it seems fine on my end, product files are showing on the cart page not sure about the checkout though since there’s a payment and cannot proceed the order.
As you can see on the vide here – https://drive.google.com/file/d/1uzSopq_341GFrc8Pvx_XcupsmEpodkDX/view?usp=sharing
Please let me know.
Glen
Hello @ciucaadrian11 ,
Thanks for reaching out, we have tested on different product type and we didn’t encountered any issue. Are there any plugins currently installed on your site like an add-on for WooCommerce?
Also, if you can provide a link to your shop/product where the issue occurs so I can check it out.
Please let me know.
Glen
Hi @86888imloveit ,
Both free & pro version support any types as long you defined it in the settings.
To allow Adobe Illustrator file you will need to add .ai in “WooCommerce -> Settings->File Uploads” and find “Supported File Types”. (see example below)
jpg, png, jpeg, eps, pdf, stl, webp, aiWordPress does not recognize AI file type by default for security reason, however you can add a custom mime types to allow this specific file type.
Try to this code in your theme/functions.php or any codesnippet plugin if there’s any.
add_filter('upload_mimes', 'allow_ai_file_upload');
function allow_ai_file_upload($mimes) {
$mimes['ai'] = 'application/postscript';
return $mimes;
}Lastly if you have any question open support ticket here – https://ww.wp.xz.cn/support/plugin/drag-and-drop-multiple-file-upload-for-woocommerce/
Thank You.
Try to use standard WooCommerce cart page using shortcode instead of blocks.
You may copy and use this code in your cart page : [woocommerce_cart]
Yes, that’s my plugin error.
I’m assuming that this solution will also resolve the issue that’s the same with WooCommerce.Could you check if the Super Cache and Autoptimize plugins are active, then clear the cache and see if this will help to resolve the issue?
Please let me know.
Hi @matthew1984 , Can you try this version before I officially release it to the repo? Let me know if it works on your end.
Please let me know.
Forum: Plugins
In reply to: [Drag and Drop Multiple File Upload for WooCommerce] Responsive Drag and DropTry to add this code in your theme/child/custom.css or if you have a code snippet plugin.
@media screen and (max-width: 767px) {
.codedropz-upload-inner .codedropz-label {
flex-wrap: wrap;
}
.codedropz-upload-inner .codedropz-label span.text {
flex: 0 0 100%;
}
}Forum: Plugins
In reply to: [Drag and Drop Multiple File Upload for WooCommerce] Responsive Drag and Drop@vicsansos theres some kind of minor css conflict with the theme or plugin.
Could you please provide a link to your shop where the uploader should appear so I can find a solution? probably a custom css will solve the issue.
Please let me know.
@matthew1984 sure will give you an update tomorrow.
Hello @gharchi ,
In our plugin description it’s stated that the files were temporary stored in that folder for 1-2 hours and it will automatically deleted, however we have an option in the admin to disable the auto deletion In Contact -> Drag & Drop Upload.
Please let me know if you need an assistance.
Glen
Thanks for reaching out @matthew1984 .
Could you please send me also your Conditional setup/settings? using text format?
So I can test and replicate on my local.The first error seems is related to WooCommerce you may check this topic here https://ww.wp.xz.cn/support/topic/wordpress-database-error-commands-out-of-sync-21/
Hello @mattheus ,
I’ll investigate this and get back to you, as it’s an issue I haven’t encountered before.
Glen