Personas

A Photo Blog Template created by Dzignine, has a neat layout, soft colour scheme and is easy to use

  • 4 column template with footer
  • Nice background image
  • Thumbnail display of Posts
  • Automatically resizes thumbnails
Personas Blogger Theme, Photo Template

Women Magazine Theme

Designed by Templates Novo Blogger, Women theme is a magazine-style 3 column template with a neat style and an interesting unique feature.

  • Horizontal slider to highlight articles
  • Summarised display of posts by categories
  • 3 column footer
Women magazine Blogger Template

People

Designed on the lines of People magazine site by MJ Bahring, its a cool theme to use for entertainment, lifestyle or celebrity blog

  • A 4 column template
  • Featured Posts slider
  • Photo Gallery to show the top images
  • Category-wise display of content on home page
People Magazine style Blog Template

Blogumus - Blogger Tag cloud Hack

A simple step-by-step guide to install this wonderful animated tag cloud to enhance the look of your blog

  • Easy installation
  • Customisable colours and font size
  • Changaeble speed of tag cloud rotation
Blogumus or Flash tag cloud hack for Blogger

Hide Ads on Page or Posts

A much-needed blogger hack that allows you to hide ads on a particular post or page of your choice created by GeekBlogger

  • Knock off unwanted ads from certain pages
  • Step-by-step instruction to execute code
Hide ads on particular posts or page blogger hack

Shopping Cart Free Blogger Theme edit post

Posted by Bhavika On Friday, July 15, 2011
Finally a shopping cart e-commerce theme for blogger. Designed by BloggerMint, its a 4 column free template that comes with 'Add to Cart' and 'PayPal Checkout' function for Blogger.
Shopping Cart Free Blogger Theme
Once the template is uploaded, go to Settings--Formatting, set the desired number of posts to be shown on the blog, and then insert this code in Post Template and save the changes -
code to be added in Blogger Post template
<table border="1" style="width: 660px;">
<tbody>
<tr>
<th class="item_thumb" id="thumb" width="45%"><a href="http://3.bp.blogspot.com/-k1EQIca2tCw/TdtZUjHTeGI/AAAAAAAACAs/vNwQwZAVkaI/s1600/blue.gif" onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}"><img alt="" border="0" id="BLOGGER_PHOTO_ID_5610175970378217570" src="http://3.bp.blogspot.com/-k1EQIca2tCw/TdtZUjHTeGI/AAAAAAAACAs/vNwQwZAVkaI/s400/blue.gif" style="cursor: hand; cursor: pointer; display: block; height: 164px; margin: 0px auto 10px; text-align: center; width: 148px;" /></a></th>
<td><input class="item_add" type="button" value="Add to Cart" /></td>
</tr>
<tr>
<th><b>Item Name</b></th>
<td class="item_name">Product Name Goes here!</td>
</tr>
<tr>
<th><b>Price</b></th>
<td class="item_price">$99.99</td>
</tr>
<tr>
<th><b>Description</b></th>
<td class="item_Description">Your product description here!</td>
</tr>
<tr>
<th><b>Available Stock</b></th>
<td>Stock count here!</td>
</tr>
<tr>
<th><b>Misc</b></th>
<td>Place extra thumbs/images of product here</td>
</tr>
</tbody>
</table>

This code will add the table in each 'New Post', now you have to fill in other information in the table like Item Name, Price and Description, which will be used as values during Paypal checkout. Also remove the default image from the code and add you own (keep the image sizes medium for it to fit properly).

Please not that you would have to remove the 'div class' and 'a href' from the image code, which should look something like this -

<div class="separator" style="clear: both; text-align: center;">
<a href="http://2.bp.blogspot.com/-FvpLfhHu9U8/Th_Wv1Bdu4I/AAAAAAAAGNY/9BvaHAJdFfE/s1600/P1020156.jpg" imageanchor="1" style="margin-left:1em; margin-right:1em"><img border="0" height="240" width="320" src="http://2.bp.blogspot.com/-FvpLfhHu9U8/Th_Wv1Bdu4I/AAAAAAAAGNY/9BvaHAJdFfE/s320/P1020156.jpg" /></a></div>

And keep only this code in the table, those are the only changes you need to make and publish your post -

<img border="0" height="240" width="320" src="YOUR_IMAGE.jpg" />

Now moving on to Paypal Email set-up, go to Design--Edit Html and search for this code -

<script type='text/javascript'>
simpleCart.email = &quot;bloggermint@gmail.com&quot;;
simpleCart.checkoutTo = PayPal;
simpleCart.currency = USD;

Replace the text in bold, which is the Paypal email id, with your own and save the changes.
paypal checkout page for blogger shopping cart theme
For those who don't have a Paypal account or credit card, can still purchase the product by filling the contact form. In order to integrate the form, you need to follow the steps below -

1) Sign up for Kontactr, once that is done scroll down the page until you find “Ajax Embed Widget” or “Buttons Code” and get your Kontactr ID, it will look something like this - id=39662, copy it.

2) Access Design--Edit HTML and insert this code right before the closing </head> tag.

<script type="text/javascript" src="http://kontactr.com/kpu/kontactr.js"></script>

3)Now replace this code in Edit Html, it will appear in the top part of the CSS -

input.item_add{

with the one below -

span.item_add{

4) Similarly, search for this code -

input.item_add {

and change it to one below -

span.item_add {

The next step will be to go to Settings--Formatting, scroll down to the end of the page, you will find 'Post Template' where you have to insert the following code, change the Kontactr id=39662 with yours -

<table border="1" style="width: 660px;">
<tbody>
<tr>
<th class="item_thumb" id="thumb" width="45%"><a href="http://3.bp.blogspot.com/-k1EQIca2tCw/TdtZUjHTeGI/AAAAAAAACAs/vNwQwZAVkaI/s1600/blue.gif" onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}"><img alt="" border="0" id="BLOGGER_PHOTO_ID_5610175970378217570" src="http://3.bp.blogspot.com/-k1EQIca2tCw/TdtZUjHTeGI/AAAAAAAACAs/vNwQwZAVkaI/s400/blue.gif" style="cursor: hand; cursor: pointer; display: block; height: 164px; margin: 0px auto 10px; text-align: center; width: 148px;" /></a></th>
<td><span class="item_add"><script type="text/javascript"> id=39662; t=1; ctxt="Order Now"; </script>
<script type="text/javascript" src="http://kontactr.com/kpu/kontactr.js"></script></span></td>
</tr>
<tr>
<th><b>Item Name</b></th>
<td class="item_name">Product Name Goes here!</td>
</tr>
<tr>
<th><b>Price</b></th>
<td class="item_price">$99.99</td>
</tr>
<tr>
<th><b>Description</b></th>
<td class="item_Description">Your product description here!</td>
</tr>
<tr>
<th><b>Available Stock</b></th>
<td>Stock count here!</td>
</tr>
<tr>
<th><b>Misc</b></th>
<td>Place extra thumbs/images of product here</td>
</tr>
</tbody></table>

Shopping Cart template also has a 4 column footer and a single sidebar on the right to display other blogger widgets like Archive, Categories, etc.

Download the Shopping Cart Free Blogger Theme
edit post

26 Response to "Shopping Cart Free Blogger Theme"

  1. great template. How can change currency form USD to another? like RM or another. thank before

     

  2. Clyde said,

    @ Makarya

    I think it has something to do with changing it in paypal since its using a paypal checkout...

     

  3. Panamoney said,

    I've used this template and its error Add to cart buttom does not work, please reconsider this issue. This is my blog: http://vnshoponline.blogspot.com

     

  4. Bhavika said,

    @ Panamoney - Please download the template again and try, it should work now. The js link had changed, so its updated now :)

     

  5. Soh said,

    i cant get the paypal working. its say Data does not match input character set or default encoding. For more information, please contact the merchant.

     

  6. thefree said,

    Thanks for sharing this great article! That is very interesting I love reading and I am always searching for informative information like this..!
    free samples and freebies

     

  7. EVY said,

    Tq for sharing this article...

     

  8. This information is really helpful for me.

     

  9. dzu amri said,

    my blog went blank when i used the
    script of this src="http://kontactr.com/kpu/kontactr.js"

    please help. my blog momsavenue.blogspot.com

     

  10. Ok thanks.... I want to use this template

     

  11. maybe there are some errors or not precise suggestions in the uses description above....also may I have your help to modify the image in the title,please?

     

  12. Tillen said,

    Great Template, How do I add About us and Client testimonial tabs.

     

  13. Hi,
    What if i want to add column input "Size" and show it on the Front Post together with price.Thanks for your help

     

  14. admin said,

    how can I change the payment method?, like bank transfer?

     

  15. Bhavika said,

    @ The Passenger - To edit the image, go to Design--Page Elements and click on edit under 'header' tag and upload the image. Cheers..

     

  16. Bhavika said,

    @ Tillen - You have to create pages from Posting--Edit Pages and it appears automatically in the menu bar.

     

  17. Bhavika said,

    @ sapphire ^V^ - You have to add 'Size' in the above code which shows Item Name, description, price etc.

    @ admin - This template doesn't support other payment method like bank transfer.

     

  18. TIL said,

    Hi there,

    How do i go about if i want to insert selectable shirt sizes on a post?

    Thanks!

     

  19. Hi, Can you just ignore my last question :D,what i really want to know is how if i want to pass size input in the shopping cart list and the checkout to paypal,Thanks a lot for your help!

     

  20. Can i use this template for affiliate like amazon or ebay?

     

  21. Bidadari said,

    this mean i as the owner of the blog must register with the paypal first and have the paypal id, right?

     

  22. Bhavika said,

    @ TIL - PLease follow the instructions given in the above post to add items, pricing or sizes etc., you can add your own product details.

    @ Lord sutan - Amazon have their widgets which you can add anyway on a site or blog.

    @ Bidadari - Yes, you need an account with paypal.:)

    @ sapphire ^V^ - Its given in the above post, make sure each item name is unique. :) Let me know if it works, what your blog link?

     

  23. how i want change the payment method like bank transfer? please answer ASAP

     

  24. Hi,this is what i'm looking for...TQ for your great template tutorial... lets say if i want to use another currency, it is possible for me to change as stated above
    "simpleCart.currency = USD;"
    to another currencies in Paypal email set-up?

     

  25. Bhavika said,

    @ ietchan-kun - Yes you can change it in the simple cart script...it supports few currencies apart from USD.

     

  26. Bhavika said,

    @ amirul hakim - This template doesn't support other payment method like bank transfer.

     

Post a Comment

Put a Game on Your Blog!

SteamBirds Bubble Tanks Tower Defense Full Moon The Several Journeys of Reemus : Chapter 1 Death RC Chibi Knight Roadkill Revenge Crazy Hangover Pixel Purge

    Requests

    Recent Templates

    Recent Comments

    Video Guides