Luminus Alabi
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Sales Tax IssuesHi @gtho9305,
The zip code entered by customers must match the zip code you’ve set up for taxes on your site. If you are setting up specific tax rates for each zip code, you must provide rates for both5 digit ZIP and ZIP + 4.
Think of it like this, you know that Matt is a diminutive for Matthew, but the computer doesn’t know that and will, therefore, consider them as 2 distinct entities.
Also, the more information you provide when setting up tax rates, the more specific the addresses need to be.
If you set up a tax rate of 8.25% for TX, that applies to all TX addresses. If you set up the same rate for Dallas, TX 75063, then only addresses that match the city, state and zip code will have that rate applied.
You can learn more about setting up taxes here – https://docs.woocommerce.com/document/setting-up-taxes-in-woocommerce/
Hi @warrenindllc,
We 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] Paypal setup saving errorHi @sebewa,
We 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] Imported product not foundHi @matrix1991,
We 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] Woocommerce WC_Order_Item_ProductHi @clkcrew,
We 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] Hide certain tags on Product Edit tag cloudHi @mastrsuno,
We 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.
As I mentioned before, if you want to provide a shipping cost for these islands that is different from the cost for Spain, the more specific shipping zone needs to be above the more general one:
Here’s a screenshot showing what I mean: https://cld.wthms.co/Mh3ZI1
This will allow those Islands to be processed independently of the rest of Spain.
I’ll go ahead and mark this thread as resolved.
Forum: Plugins
In reply to: [WooCommerce] Getting rid of the legacy free shipping/flat rateHi @squeaky,
You’ll want to go ahead and create the zones and add the methods. You can do that before disabling the legacy options.
Bear in mind that in your testing, you’ll most likely see each method duplicated as both the new methods in the zones as well as the legacy methods will be firing.
Once you disable the legacy ones, it’ll be back to normal.
Forum: Plugins
In reply to: [WooCommerce] Different price for different packagingHi @webdanielcruz,
As @galbaras mentioned, you’d probably be better off making this a variable product where the variations are:
- Unit – i.e. you can buy singles
- Box – you can purchase a box that contains x units
You can then set different pricing for each variation.
Forum: Plugins
In reply to: [WooCommerce] Cannot let users place orders without an accountHi @mosaicat,
You’ll want to reach out to the developers of the Paid Member Subscriptions plugin for assistance here.
I’m guessing this is the correct forum to reach out to them – https://wordpress.org/support/plugin/paid-member-subscriptions/ unless you’re using a completely different product.
I’ll go ahead and mark this thread as resolved since your issue is with that plugin.
Forum: Plugins
In reply to: [WooCommerce] automatically inserting shipment tracking #Hi @megunticook,
The Shipment Tracking extension is exactly what you need here as the ShipStation extension will store the tracking number in it as described here – https://docs.woocommerce.com/document/shipstation-for-woocommerce/#section-7.
I’ll go ahead and mark this thread as resolved now.
Forum: Plugins
In reply to: [WooCommerce] Show product for a specific hours in a weekHi @cmcsweeney,
This isn’t something that you can do in WooCommerce without a plugin of some sort.
I’d recommend speaking to the developers of the “product of the day” plugin that you’re using and asking if they can accommodate your request.
Another alternative would be to engage a developer to build something that works the way you want.
I’ll go ahead and mark this thread as resolved as you’ll need outside help to achieve what you’re looking for.
Hi @cecofuli,
I presume that you have a shipping zone for Spain set up. I don’t see that reflected in your screenshot.
You will want to make sure that your “Gruppo 5” shipping zone is placed higher than your shipping zone for Spain so that it will be triggered.
Shipping zones are processed from top to bottom and if the address is found in your shipping zone that covers Spain, the Gruppo 5 zone will never be activated.
Forum: Plugins
In reply to: [WooCommerce] Change Discount Label New Order EmailHi @ srmarketing,
You’ll need to override the template responsible for the email and add code to pull in the name of the discount.
This doc goes over the WooCommerce template structure as well as how to override a template in a manner that is safe for updates – https://docs.woocommerce.com/document/template-structure/.
I’ll go ahead and mark this thread as resolved.
Forum: Plugins
In reply to: [WooCommerce] Coupon Exclude category not workingHi @hitendra-chopda,
The “Exclude categories” setting refers to product categories that the coupon will not be applied to, or that cannot be in the cart in order for the “Fixed cart discount” to be applied.
If your coupon is a “Fixed cart coupon”, then it will not be applied when you have a product from an excluded category in the cart. If it is any other kind of coupon, the “Exclude categories” setting will be ignored and that’s what’s happening here.