bigbankclub
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] view all optionI’d like to help.
But not sure what you’re trying to view. In the Product link there is a sort feature – you can view by category or all..
Forum: Plugins
In reply to: [WooCommerce] WooCommerce issuesWhat is the site?
Forum: Plugins
In reply to: [WooCommerce] Cannot update/ install any pluginsHello can I email you? let me know. txs
Forum: Plugins
In reply to: [WooCommerce] Tax not calculating on Bluehost?It was not Bluehost – It was all the hosts I used except my localhost using Xampp worked 100%.
So the solution was:
CREATE TABLE IF NOT EXISTS (your prefix here)_woocommerce_tax_rate_locations ( location_id bigint(20) NOT NULL AUTO_INCREMENT, location_code varchar(255) NOT NULL, tax_rate_id bigint(20) NOT NULL, location_type varchar(40) NOT NULL, PRIMARY KEY (location_id), KEY tax_rate_id (tax_rate_id), KEY location_type (location_type), KEY location_type_code (location_type,location_code) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
Forum: Plugins
In reply to: [WooCommerce] Woocommerce Tax Not WorkingThis SAVED the world!! WOW!!
Thank you
CREATE TABLE IF NOT EXISTS (your prefix here)_woocommerce_tax_rate_locations ( location_id bigint(20) NOT NULL AUTO_INCREMENT, location_code varchar(255) NOT NULL, tax_rate_id bigint(20) NOT NULL, location_type varchar(40) NOT NULL, PRIMARY KEY (location_id), KEY tax_rate_id (tax_rate_id), KEY location_type (location_type), KEY location_type_code (location_type,location_code) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
per (your prefix here)_woocommerce_tax_rate_locations — I used wp_woocommerce_tax_rate_locations – base install – WOW!!
Forum: Plugins
In reply to: [Admin Custom Login] Logo Image won't uploadI have the same issue – Nice plugin. But the logo nor the background image will load per the method used.
I followed the suggested links:
Manually rename in SQL – WORKED! 100%.
Coded sample to rename – WORKED! 100%.
My fail was the re-zipping method. Plus I was rushed ??
Ideally it would be nice to add-on a “fix” to this in the plugin. BUT! This was a learning experience overall. And both worked. The Coded sample to rename method was my favorite one. Less dealing with archive files.
Each person has their own preference.
Thank you Cory for the 100% support!
Did the suggested and failed. Sorry but I think the plugin needs a huge “hug-in” and update ??
Ok thank you.
I did a compare of the database.sql files and saw the differences.
Is there going to be an update to the plugin to avoid any manual intervention? Just curious.
Hello Cory.
The database.sql is in the .zip file. What should we look at?
Ok – Localhost to Localhost works for me. The same server to the same server works also. The server back-up to my localhost works. This is all under version 4.2.2 and the Theme is Twenty Fifteen.
The fail for me is localhost to online server using 4.2.2, 4.2.1 & 4.2.
4.1.5 works 100% (but I’re prefer to use a current one instead of having to upgrade on the server)
I performed a fresh install. Using the base theme as I usually do. No other plugins, no mods. And fails as noted above.
I back-up and moved to the server online from my localhost and got prompted to re-install WP after placing in the database details.
Tried the same with 4.1.5 and worked as it should. Anything newer it fails.
I’m running version 4.2.2
I take a copy of the localhost and I can recreate on the localhost – no issues.
But when I move it from the windows localhost to linux server I get prompted to install WordPress again. I went through the process to see the issue and nothing is created per this plugin.
4.1 is not the solution; but I guess in the meantime.
help us & save our souls!
Forum: Plugins
In reply to: [WooCommerce Product Tabs] Hide tabs in certain productsI tried the code mentioned – but it still shows. I placed this in my child theme functions.php file.
Forum: Plugins
In reply to: [Supreme Google Webfonts] Can't load fontThank you ??