tenfosolutions
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] WooCommerce 3.9.0 Update Database stuckI was able to manually update them by going to WooCommerce->Status->Scheduled Actions.
Thanks
Forum: Plugins
In reply to: [WooCommerce] WooCommerce 3.9.0 Update Database stuckand there is no option to update them manually.
Forum: Plugins
In reply to: [WooCommerce] WooCommerce 3.9.0 Update Database stuckMy installation language is English and still have the same issue. 3 finished, 9 pending and 1 failed. Any suggestions??
Forum: Plugins
In reply to: [WooCommerce] Woocommerce TAX problemThis could be solved by creating two tax classes and assign the right class to the product accordingly when setting up the product. Hope this help.
The code should still work.
Make sure you set your Calculate Tax Based On option to “Shop Base Address”
and try just using the first line of code that look up the zip code instead of the city and have the rate setup for that zip code on your sales tax rate table. Good luck.
Forum: Plugins
In reply to: [WooCommerce] Setting up Standard Tax Rates by CountyHey Lindsey, the better way to do this is to get a sales tax rate table for CA. To save your frustration ,you can checkout Woosalestax.com. They have zip code based tax rate table for a very affordable price. Their sales tax rate tables are light weight, no need to enter hundreds or thousands rows of zip codes. Hope this help.
To charge local taxes based on postcode and city for Local Pickup, you need to define the shop’s base city and post code add the following code at the end of your functions.php file (change the zip code, city accordingly):
add_filter( ‘woocommerce_countries_base_postcode’, create_function( ”, ‘return “80903”;’ ) );
add_filter( ‘woocommerce_countries_base_city’, create_function( ”, ‘return “COLORADO SPRINGS”;’ ) );____________________________________________
If you need zip code level tax rate table, please try the one on https://www.woosalestax.com. Their zip code level sales rate tables are very compact and won’t slow down your website.
Hope this help!
Forum: Plugins
In reply to: [WooCommerce] Sales TaxYes, here is what you need to do, go to the sit dashboard
-> WooCommerce Setting -> Tax
change the following optionCalculate Tax Based On: Customer Shipping Address
and Save
That’s all.
Forum: Plugins
In reply to: [Advanced Order Export For WooCommerce] Exported file is empty.That works. I will recommend this plugin to others.
Thanks,
Forum: Plugins
In reply to: [Advanced Order Export For WooCommerce] Exported file is empty.Thanks for you reply, I deactivated, deleted and reinstalled your plugin. But it still exported empty file.
I tried to export CSV files.
Woocommerce version:2.4.6
Theme: Mystile Version: 1.3.9
Wordpress Version: 4.3Forum: Plugins
In reply to: [WooCommerce] Editing/changing Paypal accountThat should be all you need to do, but make sure your paypal acccount has the same e-mail as the primary account. If you want to test it, you could even try make a transaction and refund yourself. Good luck!
Forum: Plugins
In reply to: [WooCommerce] Tax not working (tax always equals 0)For some of you guys, if after exhausted all options and you still can’t get your sales tax setting backup, you might want to try the tax setup service on https://www.woosalestax.com. They don’t charge you unless they can fix your problem. Good luck!
Forum: Plugins
In reply to: [WooCommerce] Tax calculation not working in cart and check outI would double check the woocommerce settings and make sure nothing is missing first.
Forum: Plugins
In reply to: [WooCommerce] IPN Notifications not working after upgradingI had the same problem after upgraded to Woocommerce 2.3.10. Was not able to figure out what caused it. Eventually, I had to use a Token instead. You could enable Payment Data Transfer on your Paypal setting. It’s under the Website Payment Preferences. Hope this help!
I had to use a token in order for it to work.. sigh… no help here..