theinternetplug
Forum Replies Created
-
Forum: Plugins
In reply to: [WP eCommerce] WordPress 4.4 Problems With PluginNevermind I had address override on
Forum: Plugins
In reply to: [WP eCommerce] WordPress 4.4 Problems With PluginStill getting:
Unable to process payment. Please contact the merchant as the shipping address provided by the merchant is invalid, and the merchant has requested that your order must be shipped to that address.
Forum: Plugins
In reply to: [WP eCommerce] WordPress 4.4 Problems With Pluginanything new here this is a major issue?!?
Forum: Plugins
In reply to: [WP eCommerce] Database Error when clicking Purchasesent
Forum: Plugins
In reply to: [WP eCommerce] WordPress 4.4 Problems With PluginMine is the same as yours. Before I saw your post I created my own thread specifically for it:
https://wordpress.org/support/topic/database-error-when-clicking-purchase?replies=2
Forum: Plugins
In reply to: [WP eCommerce] WordPress 4.4 Problems With PluginHopefully the developer addresses this immediately as in now aka today lol. This is a major bug and preventing people from using the plugin.
Forum: Plugins
In reply to: [WP eCommerce] Database Error when clicking PurchaseI was able to suppress the error message by adding:
if($shipping == null) $shipping =”;
to line 511 in the cart-item.class.php just before the function call . But this did not fix the problem as Paypal still returns the error:
Unable to process payment. Please contact the merchant as the shipping address provided by the merchant is invalid, and the merchant has requested that your order must be shipped to that address.
Forum: Plugins
In reply to: [WP eCommerce] WordPress 4.4 Problems With PluginThat supressed the database error but did not solve the problem because now paypal says:
Unable to process payment. Please contact the merchant as the shipping address provided by the merchant is invalid, and the merchant has requested that your order must be shipped to that address.