<table border="1" style="width: 660px;">
<tbody>
<tr>
<th class="item_thumb" id="thumb" width="45%"><a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgoH96_c_-OG0VKTKR6MhY34Duinas6DANqpDhkJQ9023uWnj2f66TpnDFKjcsAAoQNgin8f91AcjeA1IFFxtSLH1lJEF3MkRLsUlKIPhKzXHfb_iHi1pL8zN853WYocXei5qQebWzTYBfb/s1600/blue.gif" onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}"><img alt="" border="0" id="BLOGGER_PHOTO_ID_5610175970378217570" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgoH96_c_-OG0VKTKR6MhY34Duinas6DANqpDhkJQ9023uWnj2f66TpnDFKjcsAAoQNgin8f91AcjeA1IFFxtSLH1lJEF3MkRLsUlKIPhKzXHfb_iHi1pL8zN853WYocXei5qQebWzTYBfb/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="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgpJKj-uK0vFD_dq4E7x7TzQ2ds-3hJXjEH5m27uyPfoSvM1Ri7CTrJz60qJynYKx4PsI3YaX9uDzEYvIBFpidmkyMCTxrHLc1GzeABOPYzjeetoFpI1KrH-0Knm8nifBBZqX4MF5YOMi7G/s1600/P1020156.jpg" imageanchor="1" style="margin-left:1em; margin-right:1em"><img border="0" height="240" width="320" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgpJKj-uK0vFD_dq4E7x7TzQ2ds-3hJXjEH5m27uyPfoSvM1Ri7CTrJz60qJynYKx4PsI3YaX9uDzEYvIBFpidmkyMCTxrHLc1GzeABOPYzjeetoFpI1KrH-0Knm8nifBBZqX4MF5YOMi7G/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 Template--Edit Html (Design--Edit Html in old blogger) and search for this code -
<script type='text/javascript'>
simpleCart.email = "bloggermint@gmail.com";
simpleCart.checkoutTo = PayPal;
simpleCart.currency = USD;
Replace the text in bold, which is the Paypal email id, with your own and save the changes. 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 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--Posts and comments, you will find the option '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="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgoH96_c_-OG0VKTKR6MhY34Duinas6DANqpDhkJQ9023uWnj2f66TpnDFKjcsAAoQNgin8f91AcjeA1IFFxtSLH1lJEF3MkRLsUlKIPhKzXHfb_iHi1pL8zN853WYocXei5qQebWzTYBfb/s1600/blue.gif" onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}"><img alt="" border="0" id="BLOGGER_PHOTO_ID_5610175970378217570" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgoH96_c_-OG0VKTKR6MhY34Duinas6DANqpDhkJQ9023uWnj2f66TpnDFKjcsAAoQNgin8f91AcjeA1IFFxtSLH1lJEF3MkRLsUlKIPhKzXHfb_iHi1pL8zN853WYocXei5qQebWzTYBfb/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
Share this Blogger Template:
great template. How can change currency form USD to another? like RM or another. thank before
@ Makarya
I think it has something to do with changing it in paypal since its using a paypal checkout...
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
@ Panamoney - Please download the template again and try, it should work now. The js link had changed, so its updated now :)
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.
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
Tq for sharing this article...
This information is really helpful for me.
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
Ok thanks.... I want to use this template
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?
Great Template, How do I add About us and Client testimonial tabs.
how can I change the payment method?, like bank transfer?
@ The Passenger - To edit the image, go to Design--Page Elements and click on edit under 'header' tag and upload the image. Cheers..
@ Tillen - You have to create pages from Posting--Edit Pages and it appears automatically in the menu bar.
@ 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.
Hi there,
How do i go about if i want to insert selectable shirt sizes on a post?
Thanks!
Can i use this template for affiliate like amazon or ebay?
this mean i as the owner of the blog must register with the paypal first and have the paypal id, right?
@ 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?
how i want change the payment method like bank transfer? please answer ASAP
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?
@ ietchan-kun - Yes you can change it in the simple cart script...it supports few currencies apart from USD.
@ amirul hakim - This template doesn't support other payment method like bank transfer.
How can I use this template with the new blogger? since the place of the settings etc is different. I have try to copy the link and put it under post tempalate. but when I click new post to edit the picture,price etc. It doesn't come out like exactly like you describe but only the html and couldn't update anything.
@ Feather Catcher - I have also added the settings for the new blogger in the above post, you have to go to Settings--Posts and Comments, and under that you will find Post template to add the code, and save. It does work...let me know if it works for you.
http://onlyrm69amulets.blogspot.com/,please help rectify my problem after the uploas y the page looks like this!please help
in "home" section" y in the picture in the column stil have a column under the picture so ugly.please help i realy like this template.
@suriyat - Have you been using images of medium size? Please follow the instructions for adding the product/item code given above...
I was looking for having my own shopping cart where I can promote stuff what I want to sell. Now I can put those selling stuff over blogger, thanks for the help..