modtronix
Forum Replies Created
-
No, it slowed our site down extremely lots. Using a different discount plugin that does not have any noticeable delay.
Hi, thanks for quick reply. I just tried it. I disabled shipping calculations. The cart load time with your plugin disabled is now 1 to 2 seconds, and with your plugin enabled 13 to 15 seconds. Unfortunately still too slow to be usable. This delay also happens each time you click on a different shipping method in the cart. The whole experience is super slow.
You can try it on your stating site. Add 11 of our SBC65EC products to the cart. And go to cart. Super slow. Link to staging site shorturl.at/eQY19
Forum: Plugins
In reply to: [WP-Lister Lite for eBay] Get stock from eBay in phpHi John, thanks for the quick reply! We have been buying your pro plugin for many years.
Forum: Reviews
In reply to: [Woo Store Vacation] Annoying upgrade notice!Yes, but it keeps on coming back all the time, very annoying. No other plugin I have does that. And, it should not use the “notice-error” class, this causes it to get priority, and not possible to globally turn it off. It should be “notice-info”
Forum: Reviews
In reply to: [WP-Lister Lite for eBay] Doesn’t WorkYou must be doing something very wrong! This plugin works perfectly for us. Been using it for many years! Support has also always been very helpful.
Forum: Plugins
In reply to: [WP-Lister Lite for eBay] Error: Call usage limit has been reachedHi, mine is working again. Can you please tell me if all API calls go via your server, to the ebay server? So, for the plugin to work, both sites need to be up and running? Or, do API calls just go direct to the ebay servers?
Forum: Plugins
In reply to: [WP-Lister Lite for eBay] Return Policy WarningsThanks for quick reply. I resolved it. Seems like eBay Australia now has a minimum 30 day return policy time. Fixed it by doing following:
– In eBay, created a new 30 day policy return policy.
– In WP-Lister, updated account
– Changed my WP-Lister Profile to use this new 30 day policy
– Updated item, and warning messages are now goneThink I found the error. In following file:
wp-content/plugins/paypal-for-woocommerce/angelleye-includes/express-checkout/class-wc-gateway-paypal-express-request-angelleye.phpChange line 984 from:
} elseif (!empty($paypal_express_terms && $paypal_express_terms == true)) {
to
} elseif (!empty($paypal_express_terms) && ($paypal_express_terms == true)) {
Found the following error in WordPress error file located in “/wp-content/debug.log”
PHP Parse error: syntax error, unexpected T_BOOLEAN_AND, expecting ‘)’ in /home/theuser/public_html/wp-content/plugins/paypal-for-woocommerce/angelleye-includes/express-checkout/class-wc-gateway-paypal-express-request-angelleye.php on line 984
Think I found the PHP error file. It only has non relevant errors(404 file not found, register globals..).
Hi, I am having trouble locating my PHP error log file. Looked in php.ini, and it has following line:
error_log = error_logNot sure if this is valid? Think it should maybe give a path where to store “error_log” file?
Thanks for quick reply! I enabled WP_DEBUG, and not see this error message when I click on the “Proceed to PayPal” button:
“SyntaxError: JSON.parse: unexpected character at line 1 column 1 of the JSON data”