eStore Free Blogger Template Untuk Online Store

Dalam posting hari ini, saya berbagi dengan Anda eStore Free Blogger Template Untuk Online Store. You can now easily create you online store and sell your products using Blogger.com . Sekarang Anda dapat dengan mudah membuat Anda toko online dan menjual produk Anda dengan menggunakan Blogger.com . This template is very easy to setup. Ini template sangat mudah untuk setup. You just want a paypal account for selling your products online. Anda hanya ingin account paypal untuk menjual produk Anda secara online. I use SimpleCart script for selling products. Saya menggunakan script SimpleCart untuk menjual produk. You can use this eStore Free Blogger eCommerce Template for your online store. Anda dapat menggunakan ini eStore Free Blogger Template eCommerce untuk toko online Anda.
Look at picture below this is sample online store, Lihatlah gambar di bawah ini adalah contoh toko online,
ecommerce blogger template eStore Free Blogger Template For Online Store
Customize this template follow these steps. Sesuaikan template ini ikuti langkah-langkah.
1. 1. First Download this file Pertama Download file ini
2. 2. Upload this XML file in Blogger Unggah ini XML file dalam Blogger
3. 3. After Uploading the file Click On Page Elements Setelah Meng-upload file Klik Pada Elemen Halaman
4. 4. Click On Edit HTML/JAVASCRIPT Widget Klik pada Edit HTML / JAVASCRIPT Widget
5. 5. Change the Paypal Email Address With Your own Email so that transaction will be gone to your account. Ubah Email Address Paypal Dengan Email Anda sendiri sehingga transaksi yang akan pergi ke account Anda.
6. 6. Look the code below, Lihatlah kode di bawah ini,
<script type=”text/javascript” src=”https://sites.google.com/site/realmoneymakingideas/5444/simpleCart.txt”></script> <script type="text/javascript" src="https://sites.google.com/site/realmoneymakingideas/5444/simpleCart.txt"> </ script>
<script type=”text/javascript”> <script type="text/javascript">
simpleCart.email = “ albranco@yahoo.co.jp “; simpleCart.email = "albranco@yahoo.co.jp";
simpleCart.checkoutTo = PayPal; simpleCart.checkoutTo = PayPal;
simpleCart.cartHeaders = [ "name", "thumb_image" , "Quantity_input" , "increment", "decrement", "Total" ]; simpleCart.cartHeaders = ["Nama", "thumb_image", "Quantity_input", "kenaikan", "pengurangan", "Total"];
</script> </ Script>
This email address albranco@yahoo.co.jp I used for paypal transaction. Albranco@yahoo.co.jp ini alamat email saya yang digunakan untuk transaksi paypal. So you can change with your own address. Jadi Anda dapat mengubah dengan alamat sendiri.
7. 7. Change these sample products with your own products and description which you want to sell online. Ubah sampel produk tersebut dengan produk Anda sendiri dan keterangan yang anda ingin menjual secara online.
Look below the code, Lihat di bawah kode tersebut,
<!–Create a div with the class simpleCart_shelfItem–> <!-Buat div dengan kelas-simpleCart_shelfItem>
<div> <div>
<!–Notice the class names of each tag begin with item_ –> <!-Perhatikan nama kelas dari setiap tag dimulai dengan item_ ->
<img src=”http://img2.pict.com/ef/83/27/3197156/0/product1.png” alt=”product 1″ title=”product 1″ /> src="http://img2.pict.com/ef/83/27/3197156/0/product1.png" <img alt="product 1" title="product 1" />
<h5>Sample DVD</h5> Contoh <h5> DVD </ h5>
<p> <p>
To create a shelf item, you create a div with a class of “simpleCart_shelfItem”. Untuk membuat item rak, Anda membuat div dengan kelas "simpleCart_shelfItem".
</p> </ P>
<span> $14.99 </span> <span> $ 14,99 </ span>
<a id=”s1″ href=”javascript:;”>Add to Cart</a> id="s1" <a href="javascript:;"> Tambahkan ke Keranjang </ a>
<span> http://img2.pict.com/ef/83/27/3197156/0/product1.png </span> <span> http://img2.pict.com/ef/83/27/3197156/0/product1.png </ span>
</div> </ Div>
In this green line code, Dalam kode garis hijau,

<img src=”http://img2.pict.com/ef/83/27/3197156/0/product1.png” alt=”product 1″ title=”product 1″ /> src="http://img2.pict.com/ef/83/27/3197156/0/product1.png" <img alt="product 1" title="product 1" />
This is the image use for your product which you show in the online store. Ini adalah menggunakan gambar produk Anda yang Anda tampilkan di toko online. You can replace this image with your own product image Anda dapat mengganti gambar ini dengan gambar produk Anda sendiri
This blue line code shows you about product title. Kode ini garis biru menunjukkan Anda tentang judul produk. You can change it with your own product title for example Nokia 2700 Classic Anda dapat mengubahnya dengan judul produk Anda sendiri misalnya Nokia 2700 Classic
<h5>your_item_name</h5> <h5> your_item_name </ h5>
This red line code shows Description of item. Kode ini garis merah menunjukkan Deskripsi item. You can replace description with your own. Anda dapat ganti deskripsi dengan Anda sendiri.
<p> <p>
To create a shelf item, you create a div with a class of “simpleCart_shelfItem”. Untuk membuat item rak, Anda membuat div dengan kelas "simpleCart_shelfItem".
</p> </ P>
This code is to set the price of a product Kode ini adalah untuk menetapkan harga produk
<span>$00.00</span> <span> $ 00,00 </ span>
This is add to cart Hal ini tambahkan ke keranjang
<a href=”javascript:;”>Add to Cart</a> href="javascript:;"> <a Tambahkan ke Keranjang </ a>
To add thumbnail image for item ( thumbnail image will be showed in shopping cart ) Untuk menambahkan gambar thumbnail untuk butir (gambar thumbnail akan ditampilkan dalam keranjang belanja)
<span>http://img2.pict.com/ef/83/27/3197156/0/product1.png</span> <span> http://img2.pict.com/ef/83/27/3197156/0/product1.png </ span>
So changes all 6 products with your own products and sell these products online. Jadi perubahan semua 6 produk dengan produk Anda sendiri dan menjual produk tersebut secara online.
This is cart code look below, Ini troli kode terlihat di bawah ini,
<div id=”cartTotal”> <div id="cartTotal">
<strong>Total: </strong><span></span> <strong> Total: </ strong> <span> </ span>
</div> </ Div>
<!–Add a div with the class of simpleCart_items to display what is in the user's cart–> <!-Tambah div dengan kelas simpleCart_items untuk menampilkan apa yang ada di pengguna kereta->
<div></div> <div> </ div>
<!–use a class of simpleCart_empty to empty the cart and simpleCart_checkout to checkout –> <!-Menggunakan kelas simpleCart_empty untuk mengosongkan kereta dan simpleCart_checkout untuk checkout ->
<a href=”javascript:;”>Empty Cart</a> <a href="javascript:;"> Keranjang Kosong </ a>
<a href=”javascript:;”>Checkout</a> <a href="javascript:;"> Checkout </ a>
to show the total ,use this statement : untuk menunjukkan total, gunakan pernyataan ini:
<span></span> <span> </ span>
to show shopping cart ,use this statement untuk menunjukkan keranjang belanja, gunakan pernyataan ini
<div></div> <div> </ div>
To show “empty cart” and “checkout” button ,use this statement : Untuk menampilkan "cart kosong" dan "checkout" tombol, gunakan pernyataan ini:
<a href=”javascript:;”>Empty Cart</a> <a href="javascript:;"> Keranjang Kosong </ a>
<a href=”javascript:;”>Checkout</a> <a href="javascript:;"> Checkout </ a>
You can customize this template with your own css and make it much beautiful for using as a online store. Anda dapat menyesuaikan templat ini dengan css Anda sendiri dan membuatnya lebih indah untuk menggunakan sebagai toko online.

3 komentar:

Korean Drama Ost mengatakan...

Simple and nice theme..

VEGABOY ONLINE SHOP mengatakan...

nice info.. :)

Amat Sugy mengatakan...

maaf Untuk amazon onine ada ga templatenya ??

Posting Komentar