Fernando a11n
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Same shipping fee with different taxes@naposoldal Out of the box, the shipping tax class is inherited from the item being shipped.
Here is how the shipping tax class is handled when products from multiple classes are in the cart:
- If you have a product with the Standard rate in the order, it will be used for the shipping regardless if this rate is high or low;
- If you don’t have a product with the Standard rate in the order, then the first rate found in the Additional tax class section will be used for shipping.
So if you want to ensure that the highest tax class is always attached to shipping, you’ll need to make sure that the standard rate is not used, and that your additional tax classes are added in the correct order.
I recommend reading this section of the documentation, as it will help illustrate how this works.
Forum: Plugins
In reply to: [WooCommerce] Want to change product page layout@dwt123 You’ll want to look for a theme that displays product details the way you described.
Unless I misunderstood your description, it sounds like WooCommerce’s flagship theme, Storefront, would meet your requirements.
You can look at a product page in the theme demo, at the link below:
https://themes.woocommerce.com/storefront/product/digital-slr-camera/
Forum: Plugins
In reply to: [WooCommerce] Creating an online bookshop@rdb67 I understand you are trying to migrate your existing website to WordPress and WooCommerce.
The website that you currently have, do you know if that was created with a particular CMS? If it was, I would recommend looking out there for tutorials on how to migrate a website from your CMS to WordPress. There might be resources out there already which would help here.
As for creating a WooCommerce store from scratch, I would recommend giving a read to our documentation. I’d recommend to start with the following doc, which will give you a general overview:
- Start with WooCommerce in 5 Steps
Then, you can dive into each part of the process with the documentation found on the Getting Started with WooCommerce guide.
Hope this helps. Let us know if you have any particular questions about parts of that process.
Forum: Plugins
In reply to: [WooCommerce] WooCommerce Order Emails are not sendingWe 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] Display Tax % next to Tax Amount on cart page@brothman01 I can’t help with code that would achieve this programmatically. However, a simpler solution that I’ve seen work well for other users, is to add the percentage as part of the tax name.
So, in your tax rate table it would be configured like this:
And then on the front-end it would look like this on the cart page:
Forum: Plugins
In reply to: [WooCommerce] Woocommerce breaks website@jvwekken My initial guess would be that some of the features related to WooCommerce might be taking up a lot of resources in your server. And they might not even be features coming from the core WooCommerce plugin itself. Perhaps other plugins installed on your site, which interact with WooCommerce, are causing the overload.
To test this, I’d recommend running a conflict test.
You’ll want to temporarily switch your theme to Storefront. Then, disable all plugins on the site except for WooCommerce, and test for the issue.
If the issue is gone, you’ll then have to re-enable features one by one, while testing for the issue; until you find out which one is causing this behavior.
We recommend that these steps are taken on a staging site, which is a clone of your live site that you can modify without risking making any permanent damage to your live site. You can create it using a plugin like WP-Staging. This plugin lets you copy and redeploy a WordPress site with minimal work.
Forum: Plugins
In reply to: [WooCommerce] Attributes as dropdown’s without variation@dazemx Thank you for the update!
It would indeed be very helpful if you were to share that code in the thread, either as a plugin or otherwise. I’m sure other users will appreciate it.
I’m marking this thread as resolved now. Thank you!
Forum: Plugins
In reply to: [WooCommerce] Cant find button design@zvidehas You’ll have to look at your theme options to see if your theme in particular offers any settings to customize the look of those buttons.
Looking at the code of that element, it seems like it is created by Elementor, so that’s something you’ll want to look into as well.
If you don’t have any luck finding a setting to change that, you may try with CSS code. I’m not a CSS expert, but I believe the following snippet might work:
a.elementor-button.elementor-button{background-color:black;}You’d substitute
blackwith the color you’d like the buttons to be. This code can be added from Appearance > Customize > Additional CSS.@tycreate I don’t know off the top of my head.
I’ve tried leaving this thread open for a while now, to see if anyone else could chime in. However, that doesn’t seem to be the case so far.
If you still need some coding help, you can reach out to one of WooCommerce’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] Displaying attributes in a custom location@nsog8sm43x I don’t know off the top of my head where exactly you’d need to look to find the piece of code you’ll have to modify.
I’ve tried leaving this thread open for a while now, to see if anyone else could chime in. However, that doesn’t seem to be the case so far.
If you still need some coding help, you can reach out to one of WooCommerce’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] Coupons work only if you give Free shipping@casabase If you get the “No shipping methods available” message, it usually indicates that there are no methods configured for the customer’s shipping address.
From what you have mentioned, it sounds like you may have added only a free shipping method to your shipping zone, and that method replies a coupon in order to be available. So, when your customers add a coupon that grants free shipping, that method appears in the cart. If your customers do not add a coupon, or the coupon that they have does NOT offer free shipping, then the free shipping method will not appear for them. If you haven’t configured any other shipping methods besides the free shipping one, then they will be met with the “No shipping methods available” error.
So, what you’ll want to verify is what methods you have configured in your shipping zone. Besides the free shipping method, are there any other methods configured? Because other methods will be needed for the cases where you do not want to offer free shipping. You can check that going to WooCommerce > Settings > Shipping.
Forum: Plugins
In reply to: [WooCommerce] attribute custom order not savingWe 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] Subcategories not displayingWe 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] Product Category PaginationWe 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] Prices and taxes not correct.We haven’t heard from anyone else on this thread for a while. If you need any coding help, you may consider reaching out to one of WooCommerce’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.