Tag: wpec


WP e-Commerce Plugin Skeleton Update

Posted by jghazally in wp-e-commerce. 1 Comment

30th September

Hi Everyone,

Previously I had created a WP e-Commerce Plugin Skeleton as a template to show other developers how to extend WP e-Commerce in a good fashion. I have just recently updated the Plugin Skeleton for a couple of reasons.

Wrap a Class around the Plugin so that we can avoid any function conflicts.
Add in new functionality to show how you can add information to the single products page using actions provided in the template.

To see the table rate price in action install and activate the Plugin then add a table rate price to a Product and view it in the front end.

Download : pluginSkeleton


3.8 Developers Beta Release

Posted by jghazally in wp-e-commerce. 6 comments

17th November

Today I had the priviledge of announcing a 3.8 Developers Beta to the mailing list. What’s the hype? Well 3.8 has been 11 months in the making, and has had some great minds slaving away at it….


Hide the customer’s purchase number upon checkout

Posted by jghazally in wp-e-commerce. No Comments

25th March

I’d like to hide the customer’s purchase number upon checkout from the ecommerce plugin for wordpress.


How to add quantities into your Purchase Report

Posted by jghazally in wordpress, wp-e-commerce. 3 comments

21st January

Hi, heres a question I was asked today, seems like everyones been having trouble getting quantities into the admin purchase report. I TOTALLY understand, the function is big and bloated, it’s part of the old system which we are trying our best to overhaul when time allows.

Anyway to the task at hand.

Wp-e-commerce version: I don’t think the version matters so much since this is part of the old code.

File: transaction_result_functions.php

Around line 180 you should see something like this:

$report_product_list.= ” – “. $product_data['name'] .stripslashes($variation_list).” “.$message_price .”nr”;

change it to this:

$report_product_list.= $row['quantity'].” – “. $product_data['name'] .stripslashes($variation_list).” “.$message_price .”nr”;

That should do it
have a good week!

SCM



Recent blog posts

Alfred Extension to check your sites secure

A few posts back I mentioned how my site was hacked, and how persistent they were after I kept cleaning out their attacks. I...

Hacked, and hacked again. How my old site sold anti-depresants?!

So, my ranking on google had gone down, I have a link that says my site might be compromised? And to top it off...

Not so new job, new work station and workflow

Hello World! It’s been a while.

So this is the first blog post in a very long time. A lot has happened, it has been...

WP e-Commerce Plugin Skeleton Update

Hi Everyone,

Previously I had created a WP e-Commerce Plugin Skeleton as a template to show other developers how to extend WP e-Commerce in a...

Downloadables Importer gets 3.8 Compatible

Hi everyone, So I finally got a chance to update my Downloadables Importer, which is great. It now works ONLY on wp-e-commerce 3.8 so if...

How I learned to stop being a Cowboy and Love the SVN

Cowboy, you been barking up the wrong tree. If you’re editing your site, and/or your clients site live. Well then buddy your doing it...

Sayonara Instinct

So today was my first day out of instinct HQ. A few weeks back I gave my 2 weeks notice and handed in my...