whitelamp
Forum Replies Created
-
Forum: Plugins
In reply to: [WP eCommerce] Is WP eCommerce dead?Version 3.14.0 has just been released, so no, not dead.
Changelog
3.14.0 [2019-01-24]
Fix: Improve integration with new WordPress block editor.
Fix: Improve compatibility with PHP 7.2+Forum: Plugins
In reply to: [WP eCommerce] Braintree PluginHi Dieter,
there should be an error line in the Apache error log.
What versions of PHP and wp-e-commerce do you have?
Forum: Plugins
In reply to: [WP eCommerce] Adding loader or spinner on checkout pageHi, drop me a line at [email protected]
Forum: Plugins
In reply to: [WP eCommerce] Deleting WP-Ecommerce filesShould be fine. As always before altering your database, make a backup first…
Hi,
I provide independent support for wp-e-commerce – feel free to contact me on info @ whitelamp.com
Forum: Plugins
In reply to: [WP eCommerce] Customer Purchase Receipts Not Being EmailedAnything coming up in the PHP error log?
“Without line numbers” – why is that?
Forum: Plugins
In reply to: [WP eCommerce] integrate with google reviewswpsc-theme/functions/wpsc-transaction_results_functions.php might give you some ideas.
Forum: Plugins
In reply to: [WP eCommerce] Braintree requires xmlwriterhttps://php.net/manual/en/xmlwriter.installation.php notes that
The XMLWriter extension was initially a PECL extension for PHP 5. It was later added to the PHP source (bundled) as of PHP 5.1.2. This extension is enabled by default.
5.1.2 was released twelve years ago.
Contact your hosting company.
Forum: Plugins
In reply to: [WP eCommerce] Order Notification Email DelaysThe headers on the delayed emails should show where the hold-up is taking place. When email goes missing or is delayed it’s usually not the sending end that is responsible!
Forum: Plugins
In reply to: [WP eCommerce] Paypal Standard not returning to siteHi Bob,
Have you got access to the Apache server logs? They’d show whether the responses from Paypal.
The thing I have noticed, though, is that your SSL certificate’s validity started December 7th – “about two months ago”. Coincidence?
Forum: Plugins
In reply to: [WP eCommerce] WP e-Commerce CSS and HTML customization?You can copy the default files from /wp-content/plugins/wp-e-commerce/wpsc-theme
into your own theme folder. I think there’s a button to do this in the control panel. Then you can change them.Forum: Plugins
In reply to: [WP eCommerce] Set Payment Method NameYou should have something that looks a bit like this in your code:
$nzshpcrt_gateways[] = array( 'name' => 'Generic Gateway', 'display_name' => __( 'Pay With Generic Gateway', 'wpsc' ), (etc.)
I think display_name is the one that you want but it’s been a few years since I worked on wpec gateways.
Forum: Plugins
In reply to: [WP eCommerce] Downloadable files not working any morePossibly hitting the PHP memory limit. You seem to be hosted on Zen so here’s a link explaining how to increase it.
https://support.zen.co.uk/kb/Knowledgebase/Web-Hosting-Linux-Setting-Custom-PHP-Values
Have you checked the PHP error log?Forum: Plugins
In reply to: [WP eCommerce] Gold Cart and Authorize.net“I would expect when Gold Cart is in test mode that it’s sending calls to the Sandbox API, rather than the main API. They are different URLs.” – run an eye over the code – shouldn’t be too hard to search for the URLs.