abwaita a11n
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] WooCommerce DisappearedHi,
We’ve not heard back from you in a while, so I’m marking this thread as resolved. Hopefully, you were able to find a solution to the issue.
If you have further questions, please feel free to open a new topic.
Thanks.
Forum: Plugins
In reply to: [WooCommerce] Product Page Update Button Doesn’t Do AnythingHi,
We’ve not heard back from you in a while, so I’m marking this thread as resolved. Hopefully, you were able to find a solution to the issue.If you have further questions, please feel free to open a new topic.
Thanks.
Forum: Plugins
In reply to: [WooCommerce] How create product delayed buttonHi,
It seems that there have been no additional inputs here, so I’m marking this thread as resolved. However, I encourage you to check for other insights in the resources I shared above.
If you have other WooCommerce questions, please feel free to open a new topic.
Thanks.
Forum: Plugins
In reply to: [WooCommerce] Imprimir y compartir carritoHi @crammarc,
Our question is if there is a Plugin that allows you to get a quote from the cart. That is, to be able to pass the cart data to a PDF budget, which they can print or share.
We have the Request a Quote for WooCommerce extension that allows customers to add items to a quote basket and submit it for review/price estimates and you can later convert it to an order. For additional details, kindly check the documentation.
* Just to add, we also have a plugin that sends a reminder to customers who’ve added some items to cart but have not checked out within a given duration – https://woocommerce.com/products/abandoned-cart-recovery/
Hope these suggestions are helpful.
Thanks.Forum: Plugins
In reply to: [WooCommerce] Woocommerce suspicious “Credit/Debit card” payment method forHi @hkwatermark,
Quite unfortunate to hear that the issue has come back.
A temporary solution would be to uninstall and reinstall the WooCommerce plugin so that the files modified by the malware are cleared.
However, as the malware seems to be coming back, there seems to be a compromise in your site. It is a bit hard to pinpoint where, but malicious actors are known to take advantage of either vulnerable plugins or admin accounts to get access to your site.
I’ve seen a recommendation in this article on WooCommerce card skimmer malware to disable file edits:
Add the following line to your wp-config.php file:
define( ‘DISALLOW_FILE_EDIT’, true );In addition to this, I would recommend that you review the themes and plugins you have to remove the rather non-essential ones and also engage your host to see if they have additional security packages to protect your site.
Hope this helps.
Thanks.Forum: Plugins
In reply to: [WooCommerce] Change stock after paymentHi @stijnmscheper,
By default, stock is reduced when an order gets to the Processing status which also implies that payment has been received.
For reference, kindly check the order statuses documentation here – https://docs.woocommerce.com/document/managing-orders/#order-statuses.
Hope this helps.
Thanks.Forum: Plugins
In reply to: [WooCommerce] Conditional Checkout Fields for WooCommerce Not WorkingHi @pbjwebdesign,
Quite unfortunate to hear that you’re facing an issue with your checkout field editor plugin.
We’d like to guide you further on the correct place to seek assistance.
If you’re using our Conditional Checkout Fields for WooCommerce, please create a support ticket with us here – https://woocommerce.com/my-account/create-a-ticket/?form=ticket
If you’re using a third-party plugin, kindly reach the plugin authors via their support forum or support page.
Hope this helps.
Thanks.Forum: Plugins
In reply to: [WooCommerce] Post automatic COMMENT REPLY on comments page ?Hi @cacabe,
I’ve searched around but did not find a readily available plugin that offers automated review replies.
I’ll leave this open for other suggestions and also encourage you to check for more insights on the WooCommerce Facebook group or the
#developerschannel of the WooCommerce Community Slack.It’s likely that you may have to get a custom-coded solution for this. In such a case, I would recommend consulting with the WooCommerce Customizations Partners.
Thanks.
Forum: Plugins
In reply to: [WooCommerce] WooCommerce disappeared after updating v5.7.1Hi @woocommclan,
I wanted to install a new theme, from themeforest, and i need to update the woocommerce plugin, but after i updated, i think it crashed…because now everything is white, also i cant acces the /wp-admin
Quite unfortunate to hear about this. I’ve shared some steps that you’ll want to follow sequentially:
Step 1
It’s highly likely that there’s a theme or plugin that you’re using that’s not compatible with WooCommerce.It might help to check your PHP error logs to get more details on what happened that led to the fatal error. Here’s a guide that explains different areas you can access the error logs – https://docs.woocommerce.com/document/finding-php-error-logs/.
You could share the error logs with us or your host for further assistance. If at all you can make out the plugin or theme causing the issue, proceed to rename its folder name so that it is deactivated.
Step 2
If the above step does not find a cause, you’ll want to do a conflict test.* First, via FTP or CPanel, go to
/wp-content/pluginsand then rename the WooCommerce file to something likewoocommerce_bak. You should then have WP-Admin access.
* Login to your WP-Admin dashboard, disable all plugins, and change to a default WP theme like Twenty Twenty-One.
* Next, go back to/wp-content/pluginsand name the WooCommerce plugin folder correctly (just woocommerce). At this point, check if your site is still accessible.
* If the site is still accessbile, you will want to activate your theme and other plugins, one-by-one, until you find the one that causes the fatal error to happen.
* Once you find the culprit, rename its folder name.Kindly let us know how it goes.
Thanks.Forum: Plugins
In reply to: [WooCommerce] Continue shopping button not visible on Cart pageThanks for the clarifications, Dennis.
I checked again, and it seems that you’ve set WooCommerce to redirect to the cart page when an item is added to the cart. In such a case, the alert that an item has been added to the cart will still be displayed, but that will now happen on the cart page.
One way to prevent this is to set the “add to cart behavior” not to redirect to the cart page. As a result, the alert will be shown when you’re on the product page.
You can change this behaviour in WooCommerce → Settings → Products → General → Add to cart behaviour.
I hope this helps.
Thanks.Glad to hear it – thanks for letting us know!
I’ll mark this thread as resolved now. If you have any further questions, I recommend creating a new thread.
Cheers!
Forum: Plugins
In reply to: [WooCommerce] Downloadable Files Not Showing After PurchaseHi @21adsmedia,
We’d like to look at your issue separately. Kindly create a new thread for it here – https://wordpress.org/support/plugin/woocommerce/#new-topic-0.
Thanks.
Forum: Plugins
In reply to: [WooCommerce] Shipping fee didnt auto calculateThanks a lot for the screenshots, @billchai8888.
Indeed, it looks like the shipping method is not shown.
Thus, just to check, when you go to the Edit Product page of these items, is the virtual checkbox ticked?

Link to image: https://snipboard.io/V9WXTu.jpgIf it is, you’ll want to remove it if you intend to ship your products. Virtual products do not trigger shipping calculations as explained in this guide.
However, if the virtual box is not checked, it means that there’s another tool causing the shipping calculations not to trigger. If this is the case, kindly do a conflict test as explained here – https://docs.woocommerce.com/document/how-to-test-for-conflicts/.
Let us know how it goes.
Thanks.Forum: Plugins
In reply to: [WooCommerce] “Add to cart” ajax not working on single product pageHi @jaramiml515,
I visited this product page and added the item to the cart. It seems to add well and after the page refreshes, that cart item count reduces from 1 to 0. Further, each time I refresh the page, the counter on the cart goes from 1 to 0.
As it seems that a lot is going on on that page based on the console, could you kindly perform a full conflict test to try and find the tool causing this issue. Be sure to follow all the steps outlined to be able to find the culprit.
If the above test does not determine the cause, could you please share a copy of your site’s System Status? You can find it via WooCommerce > Status. Select “Get system report” and then “Copy for support”. Once you’ve done that, paste it here in your response.
Let us know how it goes.
Thanks.Forum: Plugins
In reply to: [WooCommerce] Woo commerce Multivendor & Shipping ClassesThanks for getting back, @hani2918.
If there is an option of defining a ruleset by class then it will be much easier as I have 3 shipping classes Free shipping, Canada Post and Shiptime.
I see that the above-suggested plugins have options to set conditions based on shipping classes.
That said, we can assist further if you’re referring to our Conditional Shipping and Payments extension. Feel free to create a ticket with us here – https://woocommerce.com/my-account/create-a-ticket/?form=ticket
The Conditional Shipping for WooCommerce plugin is from a third party. Thus, if you’re referring to it, kindly inquire either on the plugin’s support forum or support page.
Hope this clarifies.
Thanks.