Thomas Shellberg
Forum Replies Created
-
Digitalup,
Are you sure about the error code? I’ve never seen a single-digit PayPal error code:
https://developer.paypal.com/docs/classic/api/errorcodes/
I would do as Mike says and test with plugins disabled(this can also be caused by a broken SMTP plugin).
Forum: Plugins
In reply to: [WooCommerce PayPal Checkout Payment Gateway] OpenSSL errorYes, take a look at that thread as it provides links for testing your cURL and OpenSSL installations. You may have OpenSSL 1.0.1+ but cURL may not be using it.
There are a couple of errors here. This one:
[L_SHORTMESSAGE0] => Request for billing address failed [L_LONGMESSAGE0] => Billing address request is not enabled for merchantYou’ll need to enable this within your PayPal account; contact PayPal support for help with this.
I tested a 40% discount coupon on my store with version 1.1.1 and it works fine, are you still having trouble with processing orders with discounts applied?
Marking as resolved since you found a resolution in another thread(please don’t submit duplicate threads).
Are you still getting this error with everything updated? I tested this with version 1.1.1 and the Storefront theme and it worked fine. I would test with a default theme if it’s still occurring.
I haven’t seen this error myself. The first tests to run would be to disable all plugins but PPEC and WooCommerce, as well as switch to the Twenty Sixteen theme.
More than likely it’s not site-related but network or computer-related:
https://www.paypal-knowledge.com/infocenter/index?page=content&id=FAQ1750&actp=RSS
Forum: Plugins
In reply to: [WooCommerce PayPal Checkout Payment Gateway] Subscriptions SupportFull Subscriptions support is being added to the plugin at the moment and will be included in a future release. You can still use PPEC with Subscriptions, but the renewals would need to be set to ‘Manual Renewal’.
Were you able to determine the error you were experiencing? If not, enabling logging on the PPEC settings page will allow you to get the most useful debug information. You can often find the error message from the logs and look it up at PayPal to see what was occurring.
Forum: Plugins
In reply to: [WooCommerce] Override email templateRemember that overriding the template folder means you need to mimic the /templates/ folder structure as well. This means if you’re overriding a file within the /emails/ sub-folder, you need to create that sub-folder within your theme as well. Do you have email-header.php within the /emails/ template folder?
Forum: Plugins
In reply to: [WooCommerce] WordPress won't let me edit cart or checkoutTry reinstalling the core pages.
Go to System Status->Tools, then clickInstall Pagesnext toInstall WooCommerce Pages.You probably have some PHP errors, which explains the blank pages. Disable non-WooCommerce plugins and review your server’s error logs to see exactly which script/process is causing the error.
Forum: Plugins
In reply to: [WooCommerce] Customer Dashboard, Downloadable Item, Link Is WrongThe link should go to the parent product. I’m creating a GitHub issue for this so it can be corrected. Thanks for reporting this. 🙂
Forum: Plugins
In reply to: [WooCommerce] Place Order/Proceed to Paypal ButtonYour theme developers may have a better solution to this long-term, but CSS allows for cascading changes, meaning that you can simply add a custom CSS declaration that will change the background color or set to none. You can do this with the Jetpack plugin or through your theme.
Forum: Plugins
In reply to: [WooCommerce] HST not being applied to all productsEdit the product and make sure that the Tax status is set to ‘Taxable’ and is matched up with a tax class that has rates set:
Forum: Plugins
In reply to: [WooCommerce] Deleting variations in bulkI’m not 100% certain I understand the issue here, but I think this is just a change made to WooCommerce which uses AJAX to load variation availability. On the front-end, if a variable product has more than 20 variations, the data will be loaded via AJAX rather than handled inline.
More explanation on this is here: https://woocommerce.wordpress.com/2015/07/13/improving-the-variations-interface-in-2-4/
Forum: Plugins
In reply to: [WooCommerce] Woocommerce Shipping ZonesTest for a plugin conflict by disabling all plugins save for WooCommerce. You can also check your server’s error logs for specific information about the 500 error, as it should list the exact script/process causing the error.