Toggle navigation
ADEPTSTATION
<p><!--page search--><br><style type="text/css"><br> .search_result{<br> border: 1px solid #ddd;<br> <br> position: absolute;<br> width: inherit;<br> background: #fff;<br> z-index: 5;<br> border-bottom-left-radius: 5px;<br> border-bottom-right-radius: 5px;<br> top: 35px;<br> }<br> .search_result .srchresulttitle{<br> padding: 7px !important;<br> padding-bottom: 0 !important;<br> }<br> .search_result a:hover{<br> text-decoration: none;<br> }<br> .search_result a:hover .eachprod{<br> background-color: #eee;<br> }<br> .search_result .eachprod{<br> padding: 5px 10px;<br> }<br> .hide{<br> display: none;<br> }<br></style><br>Product search<br/><br><div class="col-md-12 p-0"><br> <input class="form-control" type="text" id="prosearchboc" name="prosearchboc" placeholder="search product" onkeyup="searchProduct()"><br> <div class="search_result hide"></div><br></div><br><br/> <br><!--page search ends--></p><p><!--Breadcrumb--><br><style><br> .breadcrumb_block:first-child{<br> border-top-left-radius: 5px;<br> padding-left: 15px;<br> border-bottom-left-radius: 5px;<br> }<br> .breadcrumb_block:last-child{<br> border-top-right-radius: 5px;<br> padding-right: 15px;<br> border-bottom-right-radius: 5px;<br> }<br> .breadcrumb_block{<br> background: #eee;<br> padding: 5px;<br> padding-left: 0;<br> }<br></style><br>{$breadcrumb|print_r}<br><br/><br/><br><h4>Breadcrumb preview</h4><br><div class="row col-md-12"><br> {foreach from=$breadcrumb key=myId item=i}<br> <div class="breadcrumb_block"><br> <a href="{$base_url}{$i.pm_url}">{$i.pm_page_title}</a><br> {if ($myId+1) !== $breadcrumb|@count}<br> > <br> {/if}<br> </div><br> {/foreach}<br></div><br><br/><br/><br><!--Breadcrumb ends--></p><p><!--product data--><br><h2>Product template content</h2><br><br/><h4>Product variable values</h4><br>Available qty:<br>{if isset($quantity)} <br> {$quantity}<br>{else}<br>0<br>{/if}<br><br/><br>{if isset($provar)} <br> Extra variable: {$provar}<br>{/if}</p><p><br/><br/><br><h2>Statik variables</h2><br>product_sprcification: <pre>{$product_sprcification}</pre><br/><br>product_part_number: {$product_part_number}<br/><br>product_brand: {$product_brand}<br/></p><p><br><br/><br/><br><h4>Product images | with preview</h4><br><style type="text/css"><br> p.profile_title {<br> background: #f9f9f9;<br> font-size: 15px;<br> /*position: absolute;<br> bottom: 0;<br> width: 100%;*/<br> }<br> .file_block {<br> /*height: 100px;*/<br> background: #f9f9f9;<br> border: 1px solid #ddd;<br> }<br> p.proimage_title {<br> background: #eee;<br> font-size: 10px;<br> /*position: absolute;<br> bottom: 0;<br> width: 100%;*/<br> }<br> .proimage {<br> font-size: 13px;<br> padding-top: 10px;<br> padding-left: 0px;<br> padding-right: 0px;<br> border: 1px solid #eee;</p><p> height: 150px;<br> /*background-image: url(http://localhost/jordaarsite_client/storage/media/product_images/2/YDg_h0l15573851428But.jpg);*/<br> background-position: center center;<br> background-size: contain;<br> /*background-size: 100%;*/<br> background-repeat: no-repeat;<br> }<br></style></p><p>{$product_images|print_r}<br><br/><br/><br><h4>Preview</h4><br><div class="row col-md-12"><br> {foreach from=$product_images key=myId item=i}<br> {if isset($i.image_url)} <br> <!--<a href="{$i.image_url}" targer="_blank"><img src=""></a>--><br> <div class="col-md-2 pl-0 text-center mb-3"><br> <a href="{$i.image_url}" target="_blank"><br> <div class="col-md-12 proimage" style="background-image: url({$i.image_url});"><br> <br> </div><br> <p class="proimage_title m-0">{{$i.file_name}}{if $i.default_image eq '1'} <b>(D)</b>{/if}</p><br> </a><br> </div><br> <br> {/if}<br> {/foreach}<br></div><br><br/><br/></p><p><h4>Product files, attachments</h4><br>{$product_files|print_r}<br><br/><br/><br><h4>Preview</h4><br><div class="row col-md-12"><br> {foreach from=$product_files key=myItd item=it}<br> {if isset($it.file_url)} <br> <div class="col-md-3 pl-0 text-left mb-3 file_block profile_title m-0 p-3 row"><br> {if ($it.file_type == 'jpg') || ($it.file_type == 'JPG') || ($it.file_type == 'jpeg') || ($it.file_type == 'JPEG') || ($it.file_type == 'gif') || ($it.file_type == 'GIF') || ($it.file_type == 'png') || ($it.file_type == 'PNG') || ($it.file_type == 'bmp') || ($it.file_type == 'BMP') || ($it.file_type == 'svg') || ($it.file_type == 'SVG') }<br> <a href="{$it.file_url}" target="_blank" class="col-md-3 p-0"><div class="col-md-12 p-0" style="background-image: url({$it.file_url}); height: 60px; background-position: center center; background-size: contain; background-repeat: no-repeat;"></div></a><br> {/if}<br> {if ($it.file_type == 'jpg') || ($it.file_type == 'JPG') || ($it.file_type == 'jpeg') || ($it.file_type == 'JPEG') || ($it.file_type == 'gif') || ($it.file_type == 'GIF') || ($it.file_type == 'png') || ($it.file_type == 'PNG') || ($it.file_type == 'bmp') || ($it.file_type == 'BMP') || ($it.file_type == 'svg') || ($it.file_type == 'SVG') }<br> <div class="col-md-9 pr-0"><br> {else}<br> <div class="col-md-12 p-0"><br> {/if}<br> <p class="m-0"><br> Type: {$it.file_type}<br/><br> Name: <a href="{$it.file_url}" target="_blank">{$it.original_file_name}</a><br> </p><br> </div><br> </div><br> {/if}<br> {/foreach}<br></div><br><br/><br/> <br><!--product data ends--></p><p> </p>
Sub links
-
../
No sub links
×
Attachments
Page heading:
Product page template
×
Page history
Page heading:
Product page template