Dhruvin
Forum Replies Created
-
Hi @justeren
The Pro version of the plugin has the option to Enable/Disable per product.The Lite version has the option to Enable/Disable for a product category or you can add the following snippet in functions.php file or using a code snippet plugin:
add_filter( 'wau_include_product_ids', 'wau_include_only_product', 10, 1 ); function wau_include_only_product( $pids ) { return array( 310, 315 ); // Add the product ID's here in the array. }
Please let me know how it goes or if you need further assistance.
Best Regards,
Dhruvin ShahForum: Plugins
In reply to: [File Uploads Addon for WooCommerce] WCFM multivendor supportHi @bobkata
Apologies for the delay in my response.The plugin is compatible with WCFM.
Each order will get the images that have been uploaded.
Regarding Products: Yes, the Pro version has the option to enable/disable per product.
Best Regards,
Dhruvin ShahDefinitely agree that this might not be the best solution but the plugin was created as workaround for a lot of payment providers who do not have an actual payment gateway for WooCommerce. In those scenarios, the manual instructions have been a boon and helped them get started with their online stores.
We also have a provision to add a return URL (redirect URL) in cases where API’s are available by providers and they pass necessary information to complete the orders.
For your requirement, I would recommend using Stripe or similar payment gateways which have Google Pay and Apple Pay integrations directly.
Please let me know if you need any further details or assistance. I shall be more than happy to help you out.
Hello @alexliii
Custom Payment Gateways for WooCommerce does not directly support or integrate with Google and Apple pay but you can use it as a workaround by adding instructions on the Checkout page as well as in the emails on how and where to transfer the funds to complete the order.The instructions will be available as shown here: https://prnt.sc/aSAA1NhcaFfw
This will add instructions on the order received page as shown here: https://prnt.sc/MIx8l_jfo7_z
Best Regards,
DhruvinForum: Reviews
In reply to: [File Uploads Addon for WooCommerce] Simple and nice butHello @vladroman94
Thank you for your valuable feedback.
Currently, the element is a browser component and hence we are not able to change that text. But we will be working on a new component that can help achieve your requirements.
I cannot guarantee a timeline since this might require some structural changes to the code but we roll it out as soon as possible.
Best Regards,
Dhruvin ShahForum: Plugins
In reply to: [File Uploads Addon for WooCommerce] File upload settingsHi @ollieartnyc
Based on our call the problem has now been solved hence closing this ticket.
Also, for someone else facing this issue, the problem was the naming of the folder. The folder name was incorrect hence the issue was appearing.
Best Regards,
Dhruvin ShahForum: Plugins
In reply to: [Custom Payment Gateways for WooCommerce] email sendingHi @3dmaded
A few settings you can check if these are enabled or not:
1. Additional Email Settings under the payment gateway settings: https://prnt.sc/Y_UpDRavqueh
2. Add to emails settings under Custom Payment Gateway settings: https://prnt.sc/nJ5psJ8XRVYO
Even if these settings are enabled then can you please create a ticket here https://imaginatesolutions.freshdesk.com/support/tickets/new so we can have a detailed look and what might be going wrong?
Best Regards,
DhruvinFirst of all, I apologize for the delay in the support provided. As I mentioned in the email, I had to be away and my auto-responder failed.
I have issued a refund for your purchase as well.
>Woocommerce files are now corrupted, I still have their “Choose File” visible to all my products.
This might be because of the cached files on your server. I checked the products on your site and the “Choose File” option was not visible.We always try to support our users as fast as possible but sometimes these situations happen, hence the delays.
We hope to serve you better in the future.
Best Regards,
DhruvinHello @greyville
Can you please share a link to your product page so we can have a look and check what could have gone wrong?
If you do not want to share the link here, you can anyways create a new ticket here: https://imaginatesolutions.freshdesk.com/support/tickets/new and we can take this discussion ahead there.
Best Regards,
Dhruvin ShahDespite products not being Out of Stock?
The products are available. As you can see you will be able to select the variations and add to cart but its just that when I enable that option it is not available for selection.
Best Regards,
Dhruvin ShahHello @bhshravankumar
When I enable this option: https://prnt.sc/7IkIeN5dYoa4 the variations are getting disabled.
I do not have any stock quantity set for these variations and the parent product.
Best Regards,
Dhruvin ShahHello @alyxp
As per community forum guidelines, we cannot provide support for Pro versions here.
Request you to please create a ticket here: https://imaginatesolutions.freshdesk.com/support/tickets/new
You can just add this forum link in the ticket and we will take it ahead from there and resolve it for you as soon as possible.
Best Regards,
Dhruvin ShahForum: Plugins
In reply to: [File Uploads Addon for WooCommerce] Upload file field locationThe problem was solved via simple CSS. Here is the CSS in case anyone too encounters this problem.
.woocommerce-variation-add-to-cart, .woocommerce div.product.product-type-simple form.cart { ? display: block!important; ?}
Best Regards,
Dhruvin ShahForum: Plugins
In reply to: [File Uploads Addon for WooCommerce] Upload file field locationHi @eddiepelser
Can you please send us a link to the page so I can check and suggest some solutions?
If you want to keep the link private, I would recommend you to create a ticket here: https://imaginatesolutions.freshdesk.com/support/tickets/new
Our plugin uses a standard WooCommerce hook which places the uploader before the Add to Cart button.
Best Regards,
DhruvinForum: Plugins
In reply to: [File Uploads Addon for WooCommerce] file uploaded does not appearThe problem was regarding Add to cart operation which has been solved hence closing this ticket.