Bloke
Forum Replies Created
-
Forum: Plugins
In reply to: [WP eCommerce] sending checkout data to Google AnalyticsYes I will. I just signed up. I have never used Github before. I will also send some other requests for fixes.
Forum: Plugins
In reply to: [WP eCommerce] sending checkout data to Google AnalyticsCreated a new function in the Google analytics class to retrieve the total tax from the purchase log instead of cart_contents table.
Forum: Plugins
In reply to: [WP eCommerce] One-on-one support not in New Zealand timeOk I heard back from the support. Thanks.
Forum: Plugins
In reply to: [WP eCommerce] sending checkout data to Google AnalyticsThe code is pulling tax record (tax_charged) from wpsc_cart_contents which is always zero because I am not charging per item. If I look in the wpsc_purchase_logs that is where the total tax is stored.
Forum: Plugins
In reply to: [WP eCommerce] One-on-one support not in New Zealand timeHaven’t heard from support in over three days.
Forum: Plugins
In reply to: [WP eCommerce] sending checkout data to Google AnalyticsChanged to 2010 theme and tested. It will display tax amount and grand total on screen but tax not being sent by GA script.
_gaq.push([‘_addTrans’,
’41’, // order ID – required
‘mysite’, // affiliation or store name
‘2.50’, // total – required
‘0.00’, // tax
‘10.00’, // shipping
‘NYC’, // city
”, // state or province
’22’ // country]); _gaq.push(['_addItem','41','ABC123','Goldfish','Tropical Fish','2.50','1']); _gaq.push(['_trackTrans']); (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })();Forum: Plugins
In reply to: [WP eCommerce] One-on-one support not in New Zealand timeI just sent another email to the support email list using the same ongoing thread. “Payment declined” orders and duplicate orders.
Forum: Plugins
In reply to: [WP eCommerce] Cannot enter and save more than 4 tax rate marketsSorry it was a plugin conflict. WP Email Template LITE and Predictive Search Pro from A3 Revolution.
Forum: Fixing WordPress
In reply to: Error establishing a database connection – frustratedThat config file doesn’t look like a standard wordpress config file. I suggest looking for wp-config-sample in your wordpress folder and save it as wp-config.php and try that.
Forum: Plugins
In reply to: [WP eCommerce] Turn off E-check payment option at checkoutI had to reopen this. Seems the fix above didn’t work on IE.
Forum: Fixing WordPress
In reply to: "No database selected" after 3.9 updateDid you look at your wp-config file and make sure the database, user and password is correct?
Forum: Plugins
In reply to: [WP eCommerce] How to find why transactions are declinedThanks. It was in the “meta_key” value But all it says is a:1:{s:14:”process_status”;i:2;} which is what I expected. All the successful ones have more information.
Forum: Plugins
In reply to: [WP eCommerce] How to find why transactions are declinedAre the transactions labeled “payment declined” just a catch all category for any transaction that had a problem? Because these never make it to Auth.Net I would think if there was a problem it would not record it in the admin as a transaction because there is no connection or response from Auth.Net
Forum: Plugins
In reply to: [WP eCommerce] How to find why transactions are declined“Users must register before checking out” is selected. Also in WordPress settings “Anyone can register” is selected. And this doesn’t happen for every transaction. I could understand if no one could register or check out.
Forum: Plugins
In reply to: [WP eCommerce] How to find why transactions are declinedCorrection. On the “payment declined” transactions, the customer’s details are NOT saved. So maybe they are leaving a field empty, it fails, and then it records the transaction as failed? Most have attempted twice. I have one where they tried three times.