mother.of.code
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Show an attribute product in a product archiveHi!
Do I need a plug-in or something for this?
Yes – WooCommerce doesn’t allow this by default. Here’s the plugin you’ll want to look at: https://woocommerce.com/products/products-by-attributes-variations-for-woocommerce/
Forum: Plugins
In reply to: [WooCommerce] Adding New Product–no Variable Product AllowedHi there!
Is this a plugin issue?
Yes, I would say it is. It’s typically a plugin hooking into the Product Data tab and causing trouble.
The best way to determine which one is to:
- Temporarily switch your theme to Storefront
- Disable all plugins except for WooCommerce
- Repeat the action that is causing the problem
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.
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.
Forum: Plugins
In reply to: [WooCommerce] Few products not visible on Product detail pageHi!
This 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
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.
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.
Forum: Plugins
In reply to: [WooCommerce] Adicionar ao carrinho lento!Hi there!
This 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
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.
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.
Forum: Plugins
In reply to: [WooCommerce] Problem with woocommerce orders emailAwesome, I’ll go ahead and set this to resolved then. Glad that worked!
Forum: Plugins
In reply to: [WooCommerce] Product PaginationHi again! You’ll need to copy the PHP code as well – you can use the plugin Code Snippets to do so.
Forum: Plugins
In reply to: [WooCommerce] Disable changes to checkout fieldsIt would not make the fields disappear, but rather make them greyed out. There’s a tool that lets you try this out in the page that I mentioned above. When greyed out, customers cannot change the data in the input field 🙂
Forum: Plugins
In reply to: [WooCommerce] Problem with woocommerce orders emailHi there!
That sounds like you are having an SMTP problem. Can you try installing and configuring the Easy WP SMTP plugin and see if that helps?
Forum: Plugins
In reply to: [WooCommerce] Problem with a layoutHi there!
I’ve had a look at your site and see that there is bit of CSS causing this:
https://snipboard.io/1XTRru.jpg
You’ll want to set
.upsells ul.products li.productto a smaller percentage width, such as 33% or smaller.Hope that helps. Have a wonderful day ahead!
Forum: Plugins
In reply to: [WooCommerce] Disable changes to checkout fieldsHi there!
Yes, that’s possible if you use the
disabledattribute on the text fields on your checkout page: https://www.w3schools.com/tags/att_input_disabled.aspIt’ll need a bit of customising of the checkout fields. More information on that can be found here: https://docs.woocommerce.com/document/tutorial-customising-checkout-fields-using-actions-and-filters/
Hope that helps. Have a wonderful day ahead!
Forum: Plugins
In reply to: [WooCommerce] COD have status “On hold” instead of “Processing”This 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.
Forum: Plugins
In reply to: [WooCommerce] Product PaginationHi there!
There’s a bit of custom code that you’ll need for this, and there’s a great article on what you need here: https://www.businessbloomer.com/woocommerce-add-nextprevious-single-product-page/
Hope that helps. Have a wonderful day ahead!
Forum: Plugins
In reply to: [WooCommerce] image suddenly become large and cropped after updateHi there!
Yes, this is very likely due to the theme. Does the same problem persists if you temporarily use a different theme? You can use Health Check to switch themes without losing any settings.
Forum: Plugins
In reply to: [WooCommerce] How to add price per unit?There are a couple ways you can go about this. The first would be to use a plugin such as our Measurement Price Calculator to add prices per unit.
Another option would be to follow the instructions listed here to adjust how the price is displayed on the product page: https://www.skyverge.com/blog/change-woocommerce-price-display/
Hope that helps. Have a wonderful day ahead!
Hi again!
I’d indeed recommend that you talk to the developer of the payment gateway, to see what’s causing the order status to go to ‘complete’.
If WooCommerce is working as expected without that payment gateway active, then you can assume that everything but the gateway is working as expected. The developer of the payment gateway will be able to help you out further with this.
I’ll go ahead and set this topic to ‘resolved’, but feel free to open a new topic!