Fernando a11n
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] JS Critical error on cart page shipping calc after update@robots71 In WC 4.4 the coupons section was moved to the Marketing tab:
I’m going to close this thread now.
Version 4.4.1 was released a couple days ago to help with some of the conflicts that appeared with other plugins. I’d recommend updating as soon as possible. If the issues are not fixed, please still try the conflict test as described in my previous comment.
Forum: Plugins
In reply to: [WooCommerce] JS Critical error on cart page shipping calc after updateVersion 4.4.1 was released a couple days ago to help with some of the conflicts that appeared with other plugins. I’d recommend updating as soon as possible. If the issues are not fixed, please still try the conflict test as described in my previous comment.
Forum: Plugins
In reply to: [WooCommerce] Checkout Page in Woocommerce 4.4.0Version 4.4.1 was released a couple days ago to help with some of the conflicts that appeared with other plugins. I’d recommend updating as soon as possible. If the issues are not fixed, please still try the conflict test as described in my previous comment.
Forum: Plugins
In reply to: [WooCommerce] Remove “Products x – x from x. Products on page drop downWe haven’t heard back from you in a while, so I’m going to mark this as resolved – if you have any further questions, you can start a new thread.
Forum: Plugins
In reply to: [WooCommerce] How to display 10 products per pageWe haven’t heard back from you in a while, so I’m going to mark this as resolved – if you have any further questions, you can start a new thread.
Forum: Plugins
In reply to: [WooCommerce] Shipping zones not showingWe haven’t heard back from you in a while, so I’m going to mark this as resolved – if you have any further questions, you can start a new thread.
We haven’t heard back from you or other users on this thread in a while, so I’m going to mark it as closed.
If you are interested in exploring a custom-tailored solution for your site and you need any coding help, you can reach out to one of WooCommerce.com’s customization partners:
https://woocommerce.com/customizations
They’d be able to give you a clearer idea about the scope of the project and quote you for their services.
Forum: Plugins
In reply to: [WooCommerce] VAT Logic in WooCommerce ?!@theboom Ah, I’m glad you were able to implement that piece of code.
I’m going to close this thread now but feel free to open a new one if you come across other questions.
Forum: Plugins
In reply to: [WooCommerce] Hide Woocommerce Related Product Description@bocashark I’m glad that worked!
I’ll close this thread now. Feel free to open a new one if you come across other questions.
Forum: Plugins
In reply to: [WooCommerce] separate pages for simple and virtual productsYou are welcome! I’ll close this thread for now but feel free to open a new one if you come across other questions.
Forum: Plugins
In reply to: [WooCommerce] VAT Logic in WooCommerce ?!@theboom Out of the box, taxes in WooCommerce don’t work the way you want them to. A price for the product is set, and then the different tax rates will affect the final pricing.
There is a filter you can use so that the price if fixed and the differences in taxes is absorbed by the business.
More details can be read here:
@wdjr1200 Hi there! I used Google Translate to get an English version of your message:
I realized that after the last updates of woocommerce some functions stopped working, for example:
-masks when adding phone number (letters are being entered and if the customer types only 1 characters the system accepts)
-masks to add date of birth (enter letters and any characters)
-automatic filling of the address when I type the zip codeThe features you mention are not part of the core WooCommerce plugin. Out of the box, WooCommerce doesn’t integrate fields (or checks) bor a birth date, nor does it auto fill addresses.
My guess is that you have additional plugins on your site that add this feature, and they might not be compatible with the latest version of Woo yet.
I’d recommend to start by finding out what plugins are adding these features, so that you can start troubleshooting them or contacting their developers.
Forum: Plugins
In reply to: [WooCommerce] Change product image depending on colour variation selection?@rokkashthomas This isn’t possible out of the box. Variations can have one image each. The image is attached to the variation, though, not to a specific attribute. A variation is only selected when both attributes are chosen – selecting a single attribute will not select a variation, and thus the image will not be used.
I’m not familiar with any plugins that add this feature. My guess is something like this would require custom coding.
Forum: Plugins
In reply to: [WooCommerce] Hide Woocommerce Related Product Description@bocashark Out of the box, WooCommerce doesn’t display the product short description in that section. I’m guessing this is something being added by your theme or other custom function.
I think this CSS code might help hide those descriptions. You can add it by going to Appearance > Customize > Additional CSS:
section.related.products div.woocommerce-product-details__short-description {display:none;}