mother.of.code
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] How does one createYou can do this by customising the
price.phptemplate: templates/single-product/price.phpInstructions on how to do so can be found here: https://docs.woocommerce.com/document/template-structure/
Hope that helps. Have a wonderful day ahead!
Forum: Plugins
In reply to: [WooCommerce] Show State field emptyHi there!
You can go to WP Admin → WooCommerce → Settings → General and set the
Default customer locationto either geolocate, or ‘no location by default’. That should help!Forum: Plugins
In reply to: [WooCommerce] register_rest_route was called incorrectlyHi there!
The error you’re seeing means that a plugin or your theme are creating a REST API route using a wrong hook.
The best way to determine which one it is, is to:- Temporarily switch your theme to Storefront
- Disable all plugins except for WooCommerce
- Repeat the action that is causing the problem
If you’re not seeing the same problem after completing the conflict test, then you know the problem was with the plugins and/or theme you deactivated. To figure out which plugin is causing the problem, reactivate your other plugins one by one, testing after each, until you find the one causing conflict. You can find a more detailed explanation on how to do a conflict test here.
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] Woocommerce cart language is not fully translatedIt might be that the translation file is not entirely complete. You can try using Loco Translate to find the words that haven’t been completed, and translate the words manually.
Another possible issue might be that the theme you are using has hard coded these words. In that case, switching the theme may help.
Forum: Plugins
In reply to: [WooCommerce] Email to Customer cannot be sent for OrderThis kind of problem is usually caused by either a conflict with your theme or with another plugin.
The best way to determine this is to:- Temporarily switch your theme to Storefront
- Disable all plugins except for WooCommerce
- Repeat the action that is causing the problem
If you’re not seeing the same problem after completing the conflict test, then you know the problem was with the plugins and/or theme you deactivated. To figure out which plugin is causing the problem, reactivate your other plugins one by one, testing after each, until you find the one causing conflict. You can find a more detailed explanation on how to do a conflict test here.
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] How to display total orders made by user on the dashboard?You can try copying the code in the orders.php template and adding it to the dashboard.php template.
If that doesn’t work, here’s an article that gives you a bit more code reference to customize your dashboard to include the orders from a user: https://www.skyverge.com/blog/get-all-woocommerce-orders-for-a-customer/
Hope that helps. Have a wonderful day ahead!
Forum: Plugins
In reply to: [WooCommerce] No available shipping method when shipSo what I’m seeing is that your checkout fields are emptying when the checkout page is reloaded. Since the fields aren’t saved before you leave the page, this is expected behavior.
Does the same thing happen when you have an address saved to the profile you are using?
Forum: Plugins
In reply to: [WooCommerce] No available shipping method when shipI checked it in another site with Impreza template
That very much sounds like there is a problem with the theme. Can you please follow the steps I listed, and switch the theme to a different one to see if that resolves the issue for you?
Forum: Plugins
In reply to: [WooCommerce] No available shipping method when shipIf you’re certain all the information on the checkout is filled in again (reloading can remove the filled in checkout information), then it’s possible you’re experiencing a conflict, either with your theme or with another plugin.
The best way to determine this is to:- Temporarily switch your theme to Storefront
- Disable all plugins except for WooCommerce
- Repeat the action that is causing the problem
If you’re not seeing the same problem after completing the conflict test, then you know the problem was with the plugins and/or theme you deactivated. To figure out which plugin is causing the problem, reactivate your other plugins one by one, testing after each, until you find the one causing conflict. You can find a more detailed explanation on how to do a conflict test here.
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] Woocommerce and eWay credit card problemAwesome, that means you have access to our premium helpdesk! Please get in touch with us via https://woocommerce.com/my-account/create-a-ticket/ – we’re happy to help you through there!
Forum: Plugins
In reply to: [WooCommerce] Product gallery add image not workingHi! That’s a frustrating thing to have happen, for sure. This kind of problem is usually caused by either a conflict with your theme or with another plugin, and a conflict test is usually the way to go to figure out what’s causing the problem.
The best way to determine this is to:- Temporarily switch your theme to Storefront
- Disable all plugins except for WooCommerce
- Repeat the action that is causing the problem
If you’re not seeing the same problem after completing the conflict test, then you know the problem was with the plugins and/or theme you deactivated. To figure out which plugin is causing the problem, reactivate your other plugins one by one, testing after each, until you find the one causing conflict. You can find a more detailed explanation on how to do a conflict test here.
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.
Hope that helps. Have a wonderful day ahead!
Forum: Plugins
In reply to: [WooCommerce] Woocommerce and eWay credit card problemHi there!
Are you using the official eWay extension that can be purchased on WooCommerce.com? If that’s so, I highly recommend opening a ticket with us so we can take a look at this with you.
Forum: Plugins
In reply to: [WooCommerce] Ask Stock Avaiable from other SourceIt depends a little on how your third party software makes the inventory information available. You can use the WooCommerce REST API to update stock, certainly – and there are tools such as WP All Import that I know have an automated import feature.
If your inventory information is available through XML, WP All Import is what I would recommend looking at.
Forum: Plugins
In reply to: [WooCommerce] Can’t type & enter address on Shipping Address in MobileHi!
That sounds like a problem with your theme. Does the same problem happen when you activate a different theme?
You can use Health Check to troubleshoot without losing any settings on your site, it might help! Otherwise, 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] Fatal errorHi! Can you please copy and paste the system report for this site? You can find it under WP Admin > WooCommerce > Status > Get system report > Copy for support.
Thanks!