My settings are set up to show price incl. VAT on Product Page, but excluding on Checkout page. VAT is not showing.
By the way, I did test order where on order confirmation VAT is showing. I have run troubleshooting for theme conflict, but the same issue appears on Twenty Twenty.
I found article: https://www.dataroots.com/no-tax-in-woocommerce-heres-the-fix/ but don't know exactly where I can check if I do miss tables. I'm not a tech person, but can add .php or custom css if needed. enter image description here
I found the issue what caused this I have to clear out data of standard rate fields: (postcode/zip and city
Related
I am new in e-commerce development, I'm facing an issue in woo commerce pricing, I have added 12 as product price and it is showing $547,072.00 as price, in fact, this value is visible in every price when we edit product than it shows the actual price which I have added due to this error when I add the product to cart is it adding $547,072.00 this as a product price.
enter image description here enter image description here enter image description here
Please check this images for more clarifications
I'm using the latest WordPress and woo commerce version
This seems like an odd thing. It shouldn't happen. If it's happening then you probabily have a plugin interfering with woocommerce code (via hooks maybe?).
Try to disable all your plugin and change to a standard theme like storefront (if you can do it) and check if it start working again
my woocommerce was working but all of sudden i am getting this error when i try to add product to cart. “Sorry, this product cannot be purchased.”
I haven’t done any modification in the theme.
please help
That error has only appeared to me when the product I want to add has not Price (Regular Price, Variable Price or any default price) set AND I try to add it directly through URL parameters (it also applies when adding an out of stock product).
Can you provide more info? You try to add it with the Ajax Button? or other method? The Product you have, has price/stock set?
I just made a quick test in my site and its the same error message
hoping for some help.
We use the following - Wordpress/ woo commerce /wcvendors pro. Prices for variable products are disappearing from wp engine view despite being in the product variation information. It doesn't impact every product on our site but a fair few. How it occurs is, the price is disappearing when you go in and edit the product. If we quick edit the product the price reappears. But it will dissapears again if we use the edit button. Initially the problem started because under the "Products" and "Inventory" We had checked the following setting: "Hide out of stock items from the catalog". Now this button is not ticked but it is still causing us issues.
It seems you have an error on the product page which cause the price not to be saved.
There can be some reasons, here are two I see occasioanlly:
PHP error is caused during the save, and therefore the data is lost. WordPress and WooCommerce works flawlessly together, so the first suspects are other plugins and your theme. Try first to turn off all your plugins and switch to another theme to see if this happens again. If not try to activate your theme, and recheck, and then the plugins one after the other, and check after each activation, until you find the one makes the problem.
Too many data is being saved at one time. It can be too many variations or too many custom fields. This can be fixed by changing some PHP settings. Please have a look here especially under the WPEngine note, and also check this plugin.
Here is what my Woocommerce setting look like:
According to this I should get a default tax rate of 9.5% applied. But my checkout page has been showing 0 tax all the time - irrespective of the item I select.
Can anyone help? What am I missing here?
In case it helps, here is the tax settings:
Found the solution. This is a known issue in the recent version of WooCommerce. Tax table is missing. You can use the workaround mentioned here.
Check your theme, whether it has two different options like billing address and shipping address.
This means there are two different options for billing and shipping. Check it and change your setting of "calculate tax on basis of".
When I goto the cart in woocommerce and I have not provided a shipping address my site displays "To Be Confirmed (Free)". I'm trying to remove the '(Free).' I have hunted through many of the template files and the shipping classes and can't seem to find where to change this.
Any idea where I might look?