Howdy, WordPress lovers! In this Post I will show you How you can create an Excellent, Super-Amazing, Super Professional, Mobile Friendly, User Friendly & Real Dynamic eCommerce Website using few Simple Steps.
Above you will find a Video teaching you How to create an eCommerce website (like Flipkart, Amazon, eBay etc.) using our Favorite WordPress, and Below You will finds some important links and codes that you will be needing while you watch and follow the video, So Go Ahead create your Own eCommerce website and start selling Online, and start making Money.
Important Links:-
HostGator link -> Hostgator.com
Porto Theme -> Porto WordPress Theme
Codes:-
Contact 7 code ->
[raw]<h2 class=”short”><strong>Contact</strong> Us</h2>
<div class=”row”>
<div class=”col-md-6″>
<div class=”form-group”>
<label for=”contact-name”>Your name *</label>
[text* your-name id:contact-name class:form-control]
</div>
</div>
<div class=”col-md-6″>
<div class=”form-group”>
<label for=”contact-email”>Your email address *</label>
[email* your-email id:contact-email class:form-control]
</div>
</div>
<div class=”col-md-12″>
<div class=”form-group”>
<label for=”contact-subject”>Subject</label>
[text your-subject id:contact-subject class:form-control]
</div>
</div>
<div class=”col-md-12″>
<div class=”form-group”>
<label for=”contact-message”>Your Message</label>
[textarea your-message id:contact-message class:form-control]
</div>
</div>
<div class=”col-md-12″>
<div class=”form-group”>
[submit class:btn class:btn-primary class:btn-lg “Send Message”]
</div>
</div>
</div>[/raw]
Header Contact us Code ->
[raw]<ul class=”nav nav-pills nav-top”>
<li>
<a href=”http://demo.bloggdude.com/index.php/about-us-demo/” target=”_blank”><i class=”fa fa-angle-right”></i>About Us</a>
</li>
<li>
<a href=”http://demo.bloggdude.com/index.php/contact-us-demo/” target=”_blank”><i class=”fa fa-angle-right”></i>Contact Us</a>
</li>
<li class=”phone”>
<span><i class=”fa fa-phone”></i>(123) 456-7890</span>
</li>
</ul>[/raw]
Menu Custom Content Code ->
[raw]<a href=”#”>Special Discount!<em class=”tip hot”>HOT<i class=”tip-arrow”></i></em></a>[/raw]