uxlkris
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Problems when adding items to cart and when checking outOh, it looks like I am on the latest version already. I have sent a request to heartland to see if they can resolve the issue.
Forum: Plugins
In reply to: [WooCommerce] Problems when adding items to cart and when checking outOkay thanks so much! I have figured out how to fix 1 and 2. Problem 3 is the only one remaining. I’ll try what you suggested.
Forum: Plugins
In reply to: [WooCommerce] Problems when adding items to cart and when checking outI updated and it still has the problem.
Forum: Plugins
In reply to: [WooCommerce] Add to cart not working for customers who aren't logged inI’m having the same issue that guests can’t add to cart. I have deactivated and reactivated woocommerce. I have also checked to make sure my DB user can add tables. I am getting this error in the system status section and I feel like it may be the problem.
——-
WC Database Version: 2.5.2
woocommerce_sessions Table does not exist
woocommerce_api_keys Table does not exist
woocommerce_attribute_taxonomies Table does not exist
woocommerce_termmeta Table does not exist
woocommerce_downloadable_product_permissions Table does not exist
woocommerce_order_items Table does not exist
woocommerce_order_itemmeta Table does not exist
woocommerce_tax_rates Table does not exist
woocommerce_tax_rate_locations Table does not exist——-
None of these tables have been created. Can I manually set these up? If so, how? I’ve never done it before so I don’t know where to start. Here is the link to my store http://othellos.us/giftcards
Forum: Plugins
In reply to: [Logo Slider] Slider not workingForum: Plugins
In reply to: [Logo Slider] Slider not workingForum: Plugins
In reply to: [Contact Form DB] Exporting to google live dataHere is a screenshot of what I did to the ExportToCsvUtf8.php file:
ScreenshotForum: Plugins
In reply to: [Contact Form DB] Exporting to google live dataI added this:
if($_REQUEST["secret"] != "redacted"){ $this->assertSecurityErrorMessage(); return; }to the ExportToCsvUtf8.php file and commented out this:
/* // Security Check if (!$this->isAuthorized()) { $this->assertSecurityErrorMessage(); return; } */I also replaced the code:
url += '%26search%3D' + encodeURI(search); } return UrlFetchApp.fetch( url,In the script editor with this:
url += '%26'+encodeURI("secret=redacted"); return UrlFetchApp.fetch(Am I doing something wrong? I’m pretty new to a lot of this.
@uxlkris – please read this – http://codex.wordpress.org/Forum_Welcome#Posting_CodeForum: Plugins
In reply to: [Contact Form DB] Exporting to google live dataI did everything that the thread says and it still gives me the same error
Forum: Plugins
In reply to: [Contact Form DB] Exporting to google live dataI’m using contact form 7