Posts tagged as:

WordPress

E-commerce for WordPress

by Roberto on April 17, 2010

in WordPress

Post image for E-commerce for WordPress

For my last project based on WordPress (I am bambu) I needed an integrated e-commerce solution.
After several evaluations of the different available solutions, I decided to use ShopPlugin.

ShopPlugin is a powerful WP module that add all the features needed to create an online store.
It supports both physical products as well as digital, like downloads.
You can customize its behavior using its hooks and control the look of every page creating your own template pages.
In my case, I had to write some custom PHP code to calculate the shipping costs based on the price list of the courier used.
I used ShopPlugin together with Thesis theme. They work together very well.

ShopPlugin supports several payment gateways and has also support for shipments tracking.

See its complete list of features.

If you are going to build a WP powered e-commerce website, I suggest you to take a look at ShopPlugin.

To use Shopp in Italian language, you can download my Italian strings translation here.

{ 1 comment }

I am bambu

by Roberto on March 30, 2010

in Portfolio,WordPress

I am bambu eshop

I am bambu is a new luxury brand created by Angela Maria Marchetti specialized in knitwear with the purpose to create an environmental sustainable business based on social principles : “I AM BAMBU’ strives to promote the payment of a fair wage to workers and to pay attention to the final client by making healthy, quality products, providing the very best in comfort and style with passion and love.

She has chosen to use bamboo to create her products, because “bamboo is the most ecological reality among all the new eco-lifestyle products“.
You can read more about her philosophy at Concept page of her website.

I developed the website using WordPress and Thesis theme
The website is bi-lingual : Italian and English and it has also an integrated ecommerce where you can order her products. The ecommerce has been developed using the Shopp plugin.

There are some specific features, like comments synchronization between the Italian and English versions of the website and the detailed computation of the shipping and delivery costs that required some custom programming code.

{ 2 comments }

Thesis theme customization ebook

February 27, 2010

The Fourblogger team has created an ebook guide to WordPress Thesis theme customization. The ebook covers the following topics : Basic Things You Need To Know Before Doing Customization Thesis Hook Reference List Custom_functions.php File Custom.css How to change custom-sample folder into custom folder? Chapter 1: Thesis Theme Header Customization Chapter 2: Thesis Theme Navigation [...]

Read the full article →

How to translate the WordPress Thesis Theme

August 16, 2009
Thumbnail image for How to translate the WordPress Thesis Theme

WordPress Thesis Theme is shipped in English language only, but it provides also the strings to translate in a file in PO (GNU Gettext Portable Object) format. The file is thesis.po and is located in the directory wp-content/themes/thesis of your WordPress installation. The file thesis.mo that you’ll find in the same directory is the same [...]

Read the full article →

WordPress Thesis Theme : moving the menu

August 13, 2009
Thumbnail image for WordPress Thesis Theme : moving the menu

By default WordPress Thesis Theme puts the navigation menu at the top of the page. But it is very easy to move the menu around in your theme using the Thesis hooks. A common situation is when you want to move the menu below the header of your theme, for example to have your logo [...]

Read the full article →

Book : WordPress Theme Design

July 9, 2009
Thumbnail image for Book : WordPress Theme Design

Title : WordPress Theme Design Authors : Tessa Blakeley Silver "This title will take you through the ins and outs of creating sophisticated professional themes for the WordPress personal publishing platform. It will walk you through clear, step-by-step instructions to build a custom WordPress theme. From development tools and setting up your WordPress sandbox, through [...]

Read the full article →