
Storefront dont have Price Table. How to integrate Price Table from another template? May be from Creativity or Msocial or Blueap.
Thanks in advance.
<div class="gkPriceTable col4">
<dl>
<dt>Basic</dt>
<dd class="gkPrice">$15<small>/ month</small></dd>
<dd>Access to all themes</dd>
<dd>Regular theme updates</dd>
<dd>Email / Phone Support</dd>
<dd>Use your own domain</dd>
<dd><a href="#">Choose</a></dd>
</dl>
<dl class="gkPremium">
<dt>Premium</dt>
<dd class="gkPrice">$99<small>/ month</small></dd>
<dd>Access to all themes</dd>
<dd>Regular theme updates</dd>
<dd>Email / Phone Support</dd>
<dd>Use your own domain</dd>
<dd><a href="#">Choose</a></dd>
</dl>
<dl>
<dt>Plus</dt>
<dd class="gkPrice">$29<small>/ month</small></dd>
<dd>Access to all themes</dd>
<dd>Regular theme updates</dd>
<dd>Email / Phone Support</dd>
<dd>Use your own domain</dd>
<dd><a href="#">Choose</a></dd>
</dl>
<dl>
<dt>Life Time</dt>
<dd class="gkPrice">$19<small>/ month</small></dd>
<dd>Access to all themes</dd>
<dd>Regular theme updates</dd>
<dd>Email / Phone Support</dd>
<dd>Use your own domain</dd>
<dd><a href="#">Choose</a></dd>
</dl>
</div>
.gkPriceTable {
padding: 60px 0 48px;
}
.gkPriceTable::after {
clear: both;
content: "";
display: table;
}
.gkPriceTable.col1 dl {
width: 100%;
}
.gkPriceTable.col2 dl {
float: left;
width: 50%;
}
.gkPriceTable.col3 dl {
float: left;
width: 33.3%;
}
.gkPriceTable.col4 dl {
float: left;
width: 25%;
}
.gkPriceTable.col5 dl {
float: left;
width: 20%;
}
.gkPriceTable dl {
background: #fff none repeat scroll 0 0;
border: 1px solid #ddd;
box-sizing: border-box;
margin-left: -1px;
padding: 20px 32px;
}
.gkPriceTable.gkWhite dl {
background: #f8f8f8 none repeat scroll 0 0;
}
.gkPriceTable dt {
border-bottom: 1px solid #ddd;
color: #000;
font-size: 22px;
font-weight: 400;
line-height: 65px;
margin-top: -20px;
text-align: center;
}
.gkPriceTable dd {
font-size: 16px;
padding: 6px 0;
text-align: center;
}
.gkPriceTable dd a {
display: inline-block;
float: none;
margin: 23px 0 15px;
}
.gkPriceTable .gkPremium dd a {
background: #fff none repeat scroll 0 0;
color: #fff !important;
}
.gkPriceTable .gkPremium dd a:hover {
background: #fff none repeat scroll 0 0 !important;
border-color: #fff !important;
color: #5a69de !important;
}
.gkPriceTable dd.gkPrice {
color: #000;
font-size: 60px;
font-weight: 600;
}
.gkPriceTable dd.gkPrice small {
color: #999;
font-size: 16px;
font-weight: 300;
}
.gkPriceTable dl.gkPremium {
background: #5a69de none repeat scroll 0 0;
border-color: #5a69de;
}
.gkPriceTable dl.gkPremium dt {
border-bottom: 1px solid rgba(255, 255, 255, 0.2);
color: #fff;
}
.gkPriceTable dl.gkPremium dd, .gkPriceTable dl.gkPremium dd.gkPrice small {
color: #fff;
}
.gkPriceTable dl {
padding: 20px 10px;
}
.gkPriceTable dt {
font-size: 16px;
}
.gkPriceTable dl dd.gkPrice {
font-size: 32px;
}
.gkPriceTable dd a {
margin: 10px 0;
padding: 0 20px;
}
.gkPriceTable {
padding: 20px 0;
}
.gkPriceTable dl {
margin: 20px auto!important;
width: 100%!important;
}