mother.of.code
Forum Replies Created
-
Hey there Ben,
When a customer chooses ‘Cash On Delivery’, the order doesn’t automatically go to the ‘Paid’ status. Rather, it will have ‘Pending payment’, as that’s exactly what it is – waiting for the customer to come and pay.
When the customer comes into the shop and pays for their order, you can set the order to ‘Completed’. I’d recommend agains using statuses such as refunded or cancelled, as that’s not an accurate representation of what’s happening with the order.
Here’s a bit of documentation on order statuses: https://docs.woocommerce.com/document/managing-orders/
Hope that helps. Have a wonderful day ahead!
Forum: Plugins
In reply to: [WooCommerce] woocommerce multilingualI’m not aware of a snippet of code that can do this. It’s quite a complex setup you’re looking for, so not something that can be adjusted with a line or two of changes.
You could try asking for code recommendations in the Advanced WooCommerce Facebook group: https://www.facebook.com/groups/advanced.woocommerce
Forum: Plugins
In reply to: [WooCommerce] Pending Payment Orders Not CancellingThat’s good news, in the sense that you can actually do something about it. I’ll go ahead and set this topic to ‘resolved’ as you found the plugin that was affecting things, but we’d love to see your comment on whether a permanent fix was found π
Hey @eclev91 – this is a great find! In order to get it addressed, it’s a good idea to submit it to the GitHub repo directly: https://github.com/woocommerce/woocommerce. I could do it for you, but I do not want to take credit for something you discovered.
Forum: Plugins
In reply to: [WooCommerce] Canβt change Default SortingThat likely means that you have a menu order set in
Edit product > Product data > Advanced– this is the custom ordering that the above mentioned setting is looking for.If that doesn’t resolve your issue, I recommend doing a conflict test. You do that by following these steps:
1. Temporarily switch your theme back to the Storefront theme (it’s free)
2. Disable all plugins except for WooCommerce
3. Test to see if the issue has been resolved.
4. If that resolves the issue, then slowly re-enable features until you find the one that’s causing the conflict.This is best done on a staging site. That’s a copy of your live site, so you can test things out without making changes to your actual site. Some hosting companies offer a staging site service within their hosting plans. If yours does not, there is a great free plugin that will allow you to build a complete staging site with a few button clicks: https://wordpress.org/plugins/wp-staging.
Forum: Plugins
In reply to: [WooCommerce] Allow Admin to add an out of stock product to a cart?Hey again! I don’t know of a way to approach that, other than having a solution custom coded. You may want to ask in the Advanced WooCommerce Facebook group for more advice: https://www.facebook.com/groups/advanced.woocommerce – this group is meant for advanced coding questions and I think yours will fit in.
Forum: Plugins
In reply to: [WooCommerce] Pending Payment Orders Not CancellingThat’s possible. You can temporarily deactivate the plugin to see if that makes a difference, and then get in touch with the developer from the Ban Hammer plugin if you find that doing so improves your issue.
Forum: Plugins
In reply to: [WooCommerce] woocommerce multilingualHey there!
That’s going to require custom coding. I’m not aware of any plugin that hooks into hiding or showing shipping countries based on the language selected in a specific plugin. Somebody from the community might know of one, but I recommend chatting to a developer about what custom solution can be set up: https://woocommerce.com/customizations
Hope that helps. Have a wonderful day ahead!
Forum: Plugins
In reply to: [WooCommerce] Shop page is not displaying productsHey there!
I’ve had a look at your site, and I think there’s a conflict going on here.
Issues like this may be caused by either a conflict with your theme or with another plugin. You can read more about plugin and theme conflicts here:
https://docs.woocommerce.com/document/woocommerce-self-service-guide/The best way to determine if the issue is being caused by a theme and/or plugin is to do the following:
1. Temporarily switch your theme back to the Storefront theme (it’s free)
2. Disable all plugins except for WooCommerce
3. Test to see if the issue has been resolved.
4. If that resolves the issue, then slowly re-enable features until you find the one that’s causing the conflict.This is best done on a staging site. That’s a copy of your live site, so you can test things out without making changes to your actual site. Some hosting companies offer a staging site service within their hosting plans. If yours does not, there is a great free plugin that will allow you to build a complete staging site with a few button clicks: https://wordpress.org/plugins/wp-staging.
Forum: Plugins
In reply to: [WooCommerce] Pending Payment Orders Not CancellingHey there!
If the issue started a few days ago, the question is: what changed? Did you run any updates, or install anything new? It sounds to me like this is a conflict, and having code changes on your site would definitely be a recipe for that.
Forum: Plugins
In reply to: [WooCommerce] Header bug: it’s HUGEAstra is common, yes – though unfortunately we also encounter quite a few issues with it π comes with the turf, I suppose. In any case, it’s understandable to be apprehensive of breaking your site. Testing like this is best done on a staging site. That’s a copy of your live site, so you can test things out without making changes to your actual site. Some hosting companies offer a staging site service within their hosting plans. If yours does not, there is a great free plugin that will allow you to build a complete staging site with a few button clicks: https://wordpress.org/plugins/wp-staging.
Forum: Plugins
In reply to: [WooCommerce] Allow Admin to add an out of stock product to a cart?In that case, I’d recommend allowing backorders, rather than adding more code: https://docs.woocommerce.com/document/managing-products/#section-25
Forum: Plugins
In reply to: [WooCommerce] Header bug: it’s HUGEHey there! That’s a super weird issue – do you happen to have a caching plugin installed? I’d try deactivating that and seeing if that makes a difference.
Otherwise, I’d recommend switching your theme to a default one, such as Storefront or TwentyNineteen. Does the same issue happen when such a theme is active?
Forum: Plugins
In reply to: [WooCommerce] Pricing Table.Hey there – looks like you’re all set on this. I’m setting this topic to ‘resolved’ but do feel free to open a new one if you need more help.
Forum: Plugins
In reply to: [WooCommerce] Canβt change Default SortingCan you please go to WP Admin > Appearance > Customise > WooCommerce > Store Catalog > Default product sorting** and make sure it’s set to
Default sorting?