Adding Perfect Audience Tracking to Yahoo Merchant

To add perfect audience tracking to your yahoo store, do the following; add the tracking code to all pages through the ‘store manager’ by editing the store ‘variables’. This code should look something like this. <script type="text/javascript"> (function() { window._pa = window._pa || {}; var pa = document.createElement('script'); pa.type = 'text/javascript'; pa.async = true; pa.src = ('https:' == document.location.protocol ? 'https:' : 'http:') + "//tag.perfectaudience.com/serve/<strong>YOURTRACKINGID**.js"; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(pa, s); })(); </script> Now, to track conversions, you’ll want to add the following code , by going to the checkout manager, and editing the ‘order confirmation’ page, and adding the tracking code to the specific box for tracking....

March 10, 2015 · 1 min · 177 words · Matt G

Remove Order Messages from Bigcommerce

Finally figured out how to do this, here’s information; STEP 1: Go into “Design” > choose “Edit HTML / CSS” then choose the template “account.html.” You can remove the following three codes from the HTML. Don’t worry, if you don’t like the way it looks you can always revert back to the default original HTML. (Remove ONLY these codes and NOTHING else). %%Panel.SideAccountMenu%% %%LNG_ViewMessages%% %%LNG_ViewMessagesDescription%% STEP 2: (optional) *IMPORTANT – If you really want to keep that “Manage Your Account” side panel (%%Panel....

January 31, 2015 · 2 min · 284 words · Matt G

Getting Steam + UPlay + Anno 2070 to work under Mac OSX Wine

I spent the better part of the last 2 days trying to get this working, and it was a pretty big pain in the ass so here are instructions for everyone else to get this working 🙂 If anything is missed, let me know in the comments so it can be added. First, install macports. Following these instructions. After you’ve installed macports, you just need to issue this; $ sudo port install wine Next you’re going to want to get WineTricks and install it....

September 9, 2013 · 2 min · 243 words · Matt G

Woocommerce and W3 Total Cache and APC

If you’re like me and have Apache (or, possibly Nginx) running with PHP5-FPM and Woocommerce you might want to go a step beyond and setup W3 Cache as well. This is great, but up until now there’s been some issues with it which seem to have all been fixed, but I’m putting it in here so I can refer to it later and who knows it may help someone else since these were buried in various forums 🙂...

June 17, 2013 · 1 min · 183 words · Matt G

WordPress 3.5 ‘Add Media’ button not working? Here’s a fix

For some reason WordPress 3.5 stopped allowing the ‘add media’ button to work. Even after using multiple browsers, deactivating all plugins, re-uploading the core wordpress files and reverting themes we still couldn’t get it to work. Buried in the forums, we found a solution. In your wp-config.php , add the line ‘define(‘CONCATENATE_SCRIPTS’, false );’ In other words, it used to look like; /* Absolute path to the WordPress directory. */ if ( !...

January 15, 2013 · 1 min · 141 words · Matt G