Author URL: http://www.loefa-cebook.com/
Template Name: Revo Catalogspot eCommerce Blogger Template
Plateform:Blogger/Blogpot
Release Date:November 9,2013
Features:
- It is used ad online store/ecommerce
- It has red and white color
- It is third version of catalogspot shopping cart Blogger template
- It has fixed slider with modern style
- It is support paypel checkout option and ad to cart option
- it has four shipping column and 4 footer columns.
Format Post
For this template,post format is available,we just write about it according to your choice
<div class="item_image">
<img border="0" /> class="item_thumb" src="YOUR_IMAGE_URL.jpg"
<span class="item_price"> $ 00.90 </ span>
</ Div>
<div class="item_Description">
Some text for item description
</div>
- Replace red highlighted area with your image URL
- Replace green highloighted area with your price in dollers
- Replace purple color with your item description
Setting Checkout
for paypel account setting,edit below HTML and Java Script code<script type='text/javascript'>
/ / <! [CDATA [
/ * ----------------------------
CART SETTING
----------------------------- * /
$ (Function () {
simpleCart ({
checkout: {
type: "PayPal",
email: "Your_Store@yours.com"
}
});
/ * ----------------------------
SHIPPING RATE SETTING
----------------------------- * /
simpleCart.shipping (function () {
if (simpleCart.quantity ()> 20) {
return 0;
Else {}
return 10;
}
});
});
/ /]]>
</ Script>
- Replace email address with your paypel email address and setting the shipping cost
Creating page View Cart
Create a new page in Dashboard>>PagesPaste below code in HTML page
<div class="cart-view left">
<div class="simpleCart_items"></div>
</div>
<div class="cart-info right">
Shipping rate : <span class="simpleCart_shipping"></span>
<br/>
Total : <span class="simpleCart_grandTotal"></span>
<br/>
<br/>
<br/>
<div class="ck-btn">
<a href="javascript:;" class="simpleCart_checkout">Ready Checkout</a>
</div>
</div>
Revo Catalogspot eCommerce Blogger Template
Reviewed by Blogger
on
7:59 PM
Rating:
No comments: