WP e-Commerce, how to process $0.00 sales and 100% coupons which PayPal will not accept

The Problem I had a question recently about why a coupon was not being processed at the PayPal end. It turns out that PayPal will not process a $0.00 sale. If you have an item for $10.00 and a discount coupon for $10.00 the coupon is processed on the WP e-Commerce checkout page showing a […]

Storefront Elegance theme, add out of stock notice to grid view

Update: This post was updated August 31 2012 to fix an error in the code. Error was echo e_(‘Out of stock’ Correction echo _e(‘Out of stock’ Question: Is there a way to keep the product in category view but with text ‘sold’ instead of the price? With WP e-Commerce you have two options for out […]

Paginated search results

Posted by on May 10, 2012 in Blog, Mylo, Storefront Themes, WP e-Commerce | No Comments

The problem Search results only return as many as set in WordPress Settings/Reading “Blog pages show at most X posts” Solutions You could raise that number but in a e-Commerce situation that could be impractical if you also run a blog. The solution is to add pagination to the search results. Check out this link […]

Add a widget area to you WordPress theme.

Posted by on Apr 23, 2012 in Blog, Gridport, Storefront Themes, Themes, Wordpress | No Comments

You need to modify the theme PHP for this. You will need to maintain these changes in any theme update, so keep a record. These instructions are for adding a widget area to the header of the Storefront themes Gridport Theme. The principals are the same for any theme and location though. This is pretty […]

Storefront Edge theme, change homepage Latest Products thumbnail size.

Posted by on Apr 15, 2012 in Blog, Edge, Storefront Themes | 3 Comments

Why are the thumbnails in the Homepage Latest Products grid badly cropped? Storefront themes Edge theme has two possible home page layouts. The Homepage #2 Template has a grid area below the slider titled “Latest Products”. This displays a grid of thumbnails showing, you guessed it, the most recently added products. Max 2 rows of […]

Translating Storefront Themes

Posted by on Apr 14, 2012 in Blog, Echo, Gridport, Translation, Wordpress, WP e-Commerce | One Comment

How to translate a Storefront theme Hi this is the very beginning of an article on translating Storefront Themes e-Commerce themes. I will be adding more detail and screenshots to help soon. I will also start a collection of translated files for download. Volunteer Help out the Storefront community. If you have the skills in […]

WP e-Commerce add the Variation price to the Variation selector

Posted by on Apr 8, 2012 in Blog, E-Commerce, Echo, Storefront Themes, WP e-Commerce | 5 Comments

The question “Is there was a way to display the price of each variation next to it in the drop down menu, that would be great?” I actually thought this would be quite difficult and involve hacking on the core plugin files. I hunted around in the plugin files without any luck. Then I took […]

Creating a cufon font

Posted by on Apr 6, 2012 in Blog, Cufon, Storefront Themes, Wordpress | No Comments

What the heck is Cufón? Cufón consists of two individual parts – a font generator, which converts fonts to a proprietary format and a rendering engine written in JavaScript that renders them on your Web site. Cufón allows web developers to use non standard web fonts on their sites without worrying if the end user […]

Storefront Xyloto theme, remove the Products in the “XYZ” category text.

Posted by on Feb 29, 2012 in Blog, Elegance, Storefront Themes, WP e-Commerce, Xyloto | No Comments

Very short post here for the folks using the awesome new Xyloto theme from Storefront Themes. Yes I work for them I know, but it really is pretty awesome. The questions. “At the top of the category pages it says Products in the “XYZ” Category. I just want the Category name, where do I change […]

How to add your own Cufon font to Storefront Gridport and Mylo Themes

Posted by on Feb 29, 2012 in Blog, Cufon, Gridport, Mylo, Storefront Themes, Wordpress | No Comments

Here I am back on the subject of Storefront Themes Gridport theme. Not so much a modification request this time as an addition, or extension. Splitting hairs maybe, you do need to edit some code. Lots of Gridport posts, I think it is quite popular. The questions. “can I use another font for the site? […]