ExplorerGT92
Forum Replies Created
-
I’ve got the same issue, disabling the paypal woocommerce plugin allows my customers place orders again! With this PP plugin enabled nothing happens when you click checkout using any payment method including C.O.D… disable this plugin and my other 3 payment methods work fine.
Forum: Plugins
In reply to: [WooCommerce] Product pictures dark in admin and on siteHere’s the difference I’m seeing on my end
https://carkeysatl.com/wp-content/uploads/2022/03/webpvspng.webpForum: Plugins
In reply to: [WooCommerce] Product pictures dark in admin and on siteForum: Plugins
In reply to: [WooCommerce] Product pictures dark in admin and on siteI’ve noticed this is only happening if I upload the product photo as a .png
If i upload the exact same picture in .webp or .jpg they look fineSame issue here, I’ve got multiple plugging causing this error to popup and Woocommerce Paypal Payments is one on the list. Found this post google for a clue as to which file needs to be changed. I’ve had success ctrl+f “is_ajax” in a few plugins php files so far but this one is buried a bit deeper.
Forum: Plugins
In reply to: [Year Make Model Search for WooCommerce] Missing Table errorI got it to work after adding a table in PHPmyAdmin manually and then running
“ALTER TABLE eMcGT_ymm
ADD PRIMARY KEY (id),
ADD UNIQUE KEY uk_ymm_product_id (product_id,make,model,year_from,year_to);” SQL query.Do you happen to have a list of which lines in the main CSS style which parts of the front end?
I ‘ve figured out a few so far by searching other posts, and by trial and error, but I can’t find the right line to style the search button, center the text in the boxes, change the color of the “select the vehicle” or “your garage” headlines.
Forum: Plugins
In reply to: [Year Make Model Search for WooCommerce] Missing Table errorthe code doesn’t work with “varchar” make and model line. As soon as I type the ( after make varchar, phpMYAdmin disconnects from the server everytime.
removing the make and model line the code runs but Errors
“MySQL said: #1046 – No database selected”Forum: Plugins
In reply to: [Year Make Model Search for WooCommerce] Missing Table errorSame thing. PIN is 8582
https://sosautoatl.elementor.cloud/wp-content/debug.log
- This reply was modified 2 years, 11 months ago by ExplorerGT92.
Forum: Plugins
In reply to: [Year Make Model Search for WooCommerce] Missing Table errorNope, they do not exist in phpMyAdmin