Re: Ajuda Configuração Openstock com Tema Journal
Enviado: 18 Fev 2014, 10:50
Esse módulo ele controla o estoque de acordo com as variações e opções correto?
Por um e-commerce livre, confiável e profissional.
https://forum.opencartbrasil.com.br/
#bottom-footer { width:100%; padding:0px; position:relative; padding-top:0px;
background:url('../image/background-footer.jpg')center bottom repeat}
.mobile-fpart { display:none!important; }
#footer {background: url('../image/shadow-footer.png')center top no-repeat;color: #CFCFCF; margin:0 auto; clear: both; overflow:auto; padding:20px 0px 10px 0px; width:980px; display:block; }
#footer h3 {font-family: "Copperplate Gothic Light"; color:#E9E9E9; font-size:17px; display:inline-block; padding:2px 8px; font-weight:normal; margin:10px 0 10px 0; }
#extras_footer p{ padding-left:0px }
#about_us_footer{ padding-left:20px;}
#about_us_footer h3{ padding:2px 0px}
#footer .column { float: left; width: 190px; margin:0px 0px 0px 15px; padding:0 0px; }
#footer .column ul { margin:0px; padding:0; }
#footer .column ul li { line-height:32px; list-style-type:none; margin:0 8px; }
#footer .column ul li + li { border-top:1px dotted #555; }
#footer .column a { text-decoration: none; color:#cfcfcf; padding:0px; display:block; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
#footer .column a:hover { color:#E3652B; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
.social-links{ margin-right:20px; margin-top:9px; text-align:right; float:right;line-height:30px;}
.social-links a{display: inline-block;vertical-align: middle;height: 20px;width: 20px; margin-left:5px; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
.social-links a:hover{ background-position:0px -20px !important;}
.social-title{font-family: "Copperplate Gothic Light"; float:left; font-size:17px; display:inline; line-height:30px;}
a.icon_facebook,a.icon_tweet,a.icon_google,a.icon_skype ,a.icon_youtube { height:34px; width:34px; padding:10px 17px;-webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;}
a.icon_facebook:hover,a.icon_tweet:hover,a.icon_google:hover,a.icon_skype:hover ,a.icon_youtube:hover { background-position:0px 34px;}
a.icon_facebook { background:url('../image/socials/facebook.png'); }
a.icon_tweet { background:url('../image/socials/twitter.png');}
a.icon_google { background:url('../image/socials/google.png');}
a.icon_skype { background:url('../image/socials/skype.png');}
a.icon_youtube { background:url('../image/socials/youtube.png');}
[code]<?xml version="1.0" encoding="UTF-8"?>
<modification>
<id>OpenStock 2 template customise</id>
<version>10</version>
<vqmver>2.5.0</vqmver>
<author>Welford Media</author>
<file name="catalog/view/theme/*/template/product/product.tpl">
<operation>
<search position="replace"><![CDATA[<li><?php echo $text_stock; ?> <?php echo $stock; ?></li>]]></search>
<add><![CDATA[<?php if ($has_option == 0) { ?><li><?php echo $text_stock; ?> <?php echo $stock; ?></li><?php } ?>]]></add>
</operation>
<operation>
<search position="replace"><![CDATA[<li><?php echo $text_model; ?> <?php echo $model; ?></li>]]></search>
<add><![CDATA[<li class="os-model"><?php echo $text_model; ?> <?php echo $model; ?></li>]]></add>
</operation>
<operation>
<search position="replace"><![CDATA[<select name="option[<?php echo $option['product_option_id']; ?>]" id="input-option<?php echo $option['product_option_id']; ?>" class="form-control">]]></search>
<add><![CDATA[<select name="option[<?php echo $option['product_option_id']; ?>]" id="input-option<?php echo $option['product_option_id']; ?>" class="form-control option-choice">]]></add>
</operation>
<operation>
<search position="replace"><![CDATA[<input type="radio" name="option]]></search>
<add><![CDATA[<input class="option-choice" type="radio" name="option]]></add>
</operation>
<operation>
<search position="before" offset="1"><![CDATA[<?php if ($recurrings) { ?>]]></search>
<add><![CDATA[<input type="hidden" name="option_numbers" value="<?php echo $i; ?>" id="option-numbers" />]]></add>
</operation>
<operation>
<search position="before" offset="1"><![CDATA[<label class="control-label" for="input-quantity"><?php echo $entry_qty; ?></label>]]></search>
<add><![CDATA[<div id="product-cart">]]></add>
</operation>
<operation>
<search position="before"><![CDATA[<?php if ($minimum > 1) { ?>]]></search>
<add><![CDATA[</div>]]></add>
</operation>
<operation>
<search position="replace"><![CDATA[foreach ($options as $option) { ?>]]></search>
<add><![CDATA[$i = 0; foreach ($options as $option) { ?>]]></add>
</operation>
<operation>
<search position="replace"><![CDATA[<?php if ($option['type'] == 'radio') { ?>]]></search>
<add><![CDATA[<?php if ($option['type'] == 'radio') { $i++;?>]]></add>
</operation>
<operation>
<search position="replace"><![CDATA[<?php if ($option['type'] == 'select') {]]></search>
<add><![CDATA[<?php if ($option['type'] == 'select') { $i++;]]></add>
</operation>
<operation>
<search position="replace"><![CDATA[<?php if ($option['type'] == 'image') {]]></search>
<add><![CDATA[<?php if ($option['type'] == 'image') { $i++;]]></add>
</operation>
<operation>
<search position="replace"><![CDATA[<?php if ($option_value['price']) { ?>]]></search>
<add><![CDATA[<?php if ($option_value['price'] && $has_option != 1) { ?>]]></add>
</operation>
<operation>
<search position="replace" index="2"><![CDATA[<ul class="list-unstyled">]]></search>
<add><![CDATA[<ul class="list-unstyled os-price">]]></add>
</operation>
<operation>
<search position="replace"><![CDATA[<li><a class="thumbnail"]]></search>
<add><![CDATA[<li class="os-image-main"><a class="thumbnail"]]></add>
</operation>
<operation>
<search position="before"><![CDATA[<?php echo $footer; ?>]]></search>
<add><![CDATA[
<?php if ($has_option == 1) { ?>
<script type="text/javascript"><!--
var original_thumb = '<?php echo $thumb; ?>';
var original_pop = '<?php echo $popup; ?>';
$('.option-choice').change(function() {
$.ajax({
type: 'POST',
url: 'index.php?route=module/openstock/option',
dataType: 'json',
data: {
product_option_value_id: $(this).val(),
product_id: '<?php echo $product_id; ?>'
},
success: function(data) {
for (var i = 0; i < data.hide.length; i++) {
$('.option-choice option[value=' + data.hide[i] + ']').addClass('os-hidden');
$('.option-choice option:selected, input:radio[class=option-choice]:checked').each(function() {
if ($(this).val() === data.hide[i]) {
$($(this).parent()).prop('selectedIndex', 0);
}
});
}
for (var i = 0; i < data.show.length; i++) {
$('.option-choice option[value=' + data.show[i] + ']').removeClass('os-hidden');
}
var option_ids = [];
$('.option-choice option:selected, input:radio[class=option-choice]:checked').each(function() {
if ($(this).val() != '') {
option_ids.push($(this).val());
}
});
if (option_ids.length == $('#option-numbers').val()) {
$.ajax({
type: 'POST',
url: 'index.php?route=module/openstock/variant',
dataType: 'json',
data: {
ids: option_ids,
product_id: '<?php echo $product_id; ?>'
},
beforeSend: function() {
$('.os-success, .os-danger, .os-hr').remove();
$('#product').before('<hr class="os-hr"><div class="os-loading"><i class="fa fa-circle-o-notch fa-spin"></i> <?php echo $text_checking_options; ?></div>');
$('.os-price').html('').hide();
},
success: function(data) {
setTimeout(function() {
if (data.error) {
$('.os-loading').removeClass('os-loading').addClass('os-danger').empty().text(data.error);
$('#product-cart').hide();
return;
}
if (data.data.sku) {
$('.os-model').text('<?php echo $text_model; ?> '+data.data.sku);
} else {
$('.os-model').text('<?php echo $text_model; ?> <?php echo $model; ?>');
}
string_price = '';
if (!data.data.special) {
string_price += '<li><h2>'+data.data.price+'</h2></li>';
} else {
string_price += '<li><span style="text-decoration: line-through;">'+data.data.price+'</span></li>';
string_price += '<li><h2>'+data.data.special+'</h2></li>';
}
string_price += '<?php if ($tax) { ?><li><?php echo $text_tax; ?> '+data.data.tax+'</li><?php } ?>';
string_discount = '';
if (data.data.discount) {
string_discount = '<li><hr></li>';
$.each(data.data.discount, function(key, discount) {
string_discount += '<li>'+discount.quantity+'<?php echo $text_discount; ?>'+discount.price;
});
}
if (data.success) {
$('.os-loading').removeClass('os-loading').addClass('os-success').empty().html('<i class="fa fa-check-circle"></i> '+data.success);
$('.os-price').html(string_price).append(string_discount).show();
$('#product-cart').show();
}
if (data.nostock) {
$('.os-loading').removeClass('os-loading').addClass('os-danger').empty().html('<i class="fa fa-exclamation-circle"></i> '+data.nostock);
$('.os-price').html(string_price).append(string_discount).show();
if (data.nostockcheckout == 1) {
$('#product-cart').show();
} else {
$('#product-cart').hide();
}
}
if (data.notactive) {
$('.os-loading').removeClass('os-loading').addClass('os-danger').empty().html('<i class="fa fa-exclamation-circle"></i> '+data.notactive);
$('.os-price').html(string_price).append(string_discount).show();
$('#product-cart').hide();
}
if (data.data.image != '') {
$('.os-image-main a img').attr('src', data.data.thumb);
$('.os-image-main a').attr('href', data.data.pop);
} else {
$('.os-image-main a img').attr('src', original_thumb);
$('.os-image-main a').attr('href', original_pop);
}
}, 500);
}
});
}
}
});
});
<?php if ($openstock_show_default_price == '0') { ?>
$(function() { $('.os-price').html('').hide(); });
<?php } ?>
//--></script>
<?php } ?>
]]></add>
</operation>
</file>
</modification><?php echo $header;
$theme_options = $this->registry->get('theme_options');
$config = $this->registry->get('config');
include('catalog/view/theme/'.$config->get('config_template').'/template/new_elements/wrapper_top.tpl'); ?>
<div itemscope itemtype="http://data-vocabulary.org/Product">
<span itemprop="name" class="hidden"><?php echo $heading_title; ?></span>
<div class="product-info">
<div class="row">
<div class="col-sm-<?php if($theme_options->get( 'custom_block', 'product_page', $config->get( 'config_language_id' ), 'status' ) == 1) { echo 9; } else { echo 12; } ?>">
<div class="row" id="quickview_product">
<?php if($theme_options->get( 'product_image_zoom' ) != 2) { ?>
<script>
$(document).ready(function(){
<?php if($theme_options->get( 'product_image_zoom' ) == 1) { ?>
$('#image').elevateZoom({
zoomType: "inner",
cursor: "pointer",
zoomWindowFadeIn: 500,
zoomWindowFadeOut: 750
});
<?php } else { ?>
$('#image').elevateZoom({
zoomWindowFadeIn: 500,
zoomWindowFadeOut: 500,
zoomWindowOffetx: 20,
zoomWindowOffety: -1,
cursor: "pointer",
lensFadeIn: 500,
lensFadeOut: 500,
});
<?php } ?>
$('.thumbnails a').click(function() {
var smallImage = $(this).attr('data-image');
var largeImage = $(this).attr('data-zoom-image');
var ez = $('#image').data('elevateZoom');
$('#ex1').attr('href', largeImage);
ez.swaptheimage(smallImage, largeImage);
return false;
});
});
</script>
<?php } ?>
<?php $image_grid = 6; $product_center_grid = 6;
if ($theme_options->get( 'product_image_size' ) == 1) {
$image_grid = 4; $product_center_grid = 8;
}
if ($theme_options->get( 'product_image_size' ) == 3) {
$image_grid = 8; $product_center_grid = 4;
}
?>
<div class="col-sm-<?php echo $image_grid; ?> popup-gallery">
<div class="row">
<?php if ($images && $theme_options->get( 'position_image_additional' ) == 2) { ?>
<div class="col-sm-2">
<div class="thumbnails thumbnails-left clearfix">
<ul>
<?php if($theme_options->get( 'product_image_zoom' ) != 2 && $thumb) { ?>
<li><p><a href="<?php echo $popup; ?>" data-image="<?php echo $thumb; ?>" data-zoom-image="<?php echo $popup; ?>"><img src="<?php echo $thumb; ?>" title="<?php echo $heading_title; ?>" alt="<?php echo $heading_title; ?>" /></a></p></li>
<?php } ?>
<?php foreach ($images as $image) { ?>
<li><p><a href="<?php echo $image['popup']; ?>" data-image="<?php echo $image['popup']; ?>" data-zoom-image="<?php echo $image['popup']; ?>"><img src="<?php echo $image['thumb']; ?>" title="<?php echo $heading_title; ?>" alt="<?php echo $heading_title; ?>" /></a></p></li>
<?php } ?>
</ul>
</div>
</div>
<?php } ?>
<div class="col-sm-<?php if($theme_options->get( 'position_image_additional' ) == 2) { echo 10; } else { echo 12; } ?>">
<?php if ($thumb) { ?>
<div class="product-image <?php if($theme_options->get( 'product_image_zoom' ) != 2) { if($theme_options->get( 'product_image_zoom' ) == 1) { echo 'inner-cloud-zoom'; } else { echo 'cloud-zoom'; } } ?>">
<?php if($special && $theme_options->get( 'display_text_sale' ) != '0') { ?>
<?php $text_sale = 'Sale';
if($theme_options->get( 'sale_text', $config->get( 'config_language_id' ) ) != '') {
$text_sale = $theme_options->get( 'sale_text', $config->get( 'config_language_id' ) );
} ?>
<?php if($theme_options->get( 'type_sale' ) == '1') { ?>
<?php $product_detail = $theme_options->getDataProduct( $product_id );
$roznica_ceny = $product_detail['price']-$product_detail['special'];
$procent = ($roznica_ceny*100)/$product_detail['price']; ?>
<div class="sale">-<?php echo round($procent); ?>%</div>
<?php } else { ?>
<div class="sale"><?php echo $text_sale; ?></div>
<?php } ?>
<?php } ?>
<a href="<?php echo $popup; ?>" title="<?php echo $heading_title; ?>" id="ex1"><img src="<?php echo $thumb; ?>" title="<?php echo $heading_title; ?>" alt="<?php echo $heading_title; ?>" id="image" itemprop="image" data-zoom-image="<?php echo $popup; ?>" /></a>
</div>
<?php } else { ?>
<div class="product-image">
<img src="image/no_image.jpg" title="<?php echo $heading_title; ?>" alt="<?php echo $heading_title; ?>" id="image" itemprop="image" />
</div>
<?php } ?>
</div>
<?php if ($images && $theme_options->get( 'position_image_additional' ) != 2) { ?>
<div class="col-sm-12">
<div class="thumbnails clearfix">
<ul>
<?php if($theme_options->get( 'product_image_zoom' ) != 2 && $thumb) { ?>
<li><p><a href="<?php echo $popup; ?>" data-image="<?php echo $thumb; ?>" data-zoom-image="<?php echo $popup; ?>"><img src="<?php echo $thumb; ?>" title="<?php echo $heading_title; ?>" alt="<?php echo $heading_title; ?>" /></a></p></li>
<?php } ?>
<?php foreach ($images as $image) { ?>
<li><p><a href="<?php echo $image['popup']; ?>" data-image="<?php echo $image['popup']; ?>" data-zoom-image="<?php echo $image['popup']; ?>"><img src="<?php echo $image['thumb']; ?>" title="<?php echo $heading_title; ?>" alt="<?php echo $heading_title; ?>" /></a></p></li>
<?php } ?>
</ul>
</div>
</div>
<?php } ?>
</div>
</div>
<div class="col-sm-<?php echo $product_center_grid; ?> product-center clearfix">
<div itemprop="offerDetails" itemscope itemtype="http://data-vocabulary.org/Offer">
<div class="description">
<?php if ($manufacturer) { ?>
<span><?php echo $text_manufacturer; ?></span> <a href="<?php echo $manufacturers; ?>" itemprop="brand"><?php echo $manufacturer; ?></a><br />
<?php } ?>
<span><?php echo $text_model; ?></span> <?php echo $model; ?><br />
<?php if ($reward) { ?>
<span><?php echo $text_reward; ?></span> <?php echo $reward; ?><br />
<?php } ?>
<span><?php echo $text_stock; ?></span> <?php echo $stock; ?></div>
<?php if ($price) { ?>
<div class="price">
<?php if (!$special) { ?>
<span class="price-new"><span itemprop="price"><?php echo $price; ?></span></span>
<?php } else { ?>
<span class="price-new price-sale"><span itemprop="price"><?php echo $special; ?></span></span> <span class="price-old"><?php echo $price; ?></span>
<?php } ?>
<br />
<?php if ($tax) { ?>
<span class="price-tax"><?php echo $text_tax; ?> <?php echo $tax; ?></span><br />
<?php } ?>
<?php if ($points) { ?>
<span class="reward"><small><?php echo $text_points; ?> <?php echo $points; ?></small></span><br />
<?php } ?>
<?php if ($discounts) { ?>
<br />
<div class="discount">
<?php foreach ($discounts as $discount) { ?>
<?php echo $discount['quantity']; ?><?php echo $text_discount; ?><?php echo $discount['price']; ?><br />
<?php } ?>
</div>
<?php } ?>
</div>
<?php } ?>
</div>
<div id="product">
<?php if ($options) { ?>
<div class="options">
<h2><?php echo $text_option; ?></h2>
<?php foreach ($options as $option) { ?>
<?php if ($option['type'] == 'select') { ?>
<div class="form-group<?php echo ($option['required'] ? ' required' : ''); ?>">
<label class="control-label" for="input-option<?php echo $option['product_option_id']; ?>"><?php echo $option['name']; ?></label>
<select name="option[<?php echo $option['product_option_id']; ?>]" id="input-option<?php echo $option['product_option_id']; ?>" class="form-control">
<option value=""><?php echo $text_select; ?></option>
<?php foreach ($option['product_option_value'] as $option_value) { ?>
<option value="<?php echo $option_value['product_option_value_id']; ?>"><?php echo $option_value['name']; ?>
<?php if ($option_value['price']) { ?>
(<?php echo $option_value['price_prefix']; ?><?php echo $option_value['price']; ?>)
<?php } ?>
</option>
<?php } ?>
</select>
</div>
<?php } ?>
<?php if ($option['type'] == 'radio') { ?>
<div class="form-group<?php echo ($option['required'] ? ' required' : ''); ?>">
<label class="control-label"><?php echo $option['name']; ?></label>
<div id="input-option<?php echo $option['product_option_id']; ?>">
<?php foreach ($option['product_option_value'] as $option_value) { ?>
<div class="radio">
<label>
<input type="radio" name="option[<?php echo $option['product_option_id']; ?>]" value="<?php echo $option_value['product_option_value_id']; ?>" />
<?php echo $option_value['name']; ?>
<?php if ($option_value['price']) { ?>
(<?php echo $option_value['price_prefix']; ?><?php echo $option_value['price']; ?>)
<?php } ?>
</label>
</div>
<?php } ?>
</div>
</div>
<?php } ?>
<?php if ($option['type'] == 'checkbox') { ?>
<div class="form-group<?php echo ($option['required'] ? ' required' : ''); ?>">
<label class="control-label"><?php echo $option['name']; ?></label>
<div id="input-option<?php echo $option['product_option_id']; ?>">
<?php foreach ($option['product_option_value'] as $option_value) { ?>
<div class="checkbox">
<label>
<input type="checkbox" name="option[<?php echo $option['product_option_id']; ?>][]" value="<?php echo $option_value['product_option_value_id']; ?>" />
<?php echo $option_value['name']; ?>
<?php if ($option_value['price']) { ?>
(<?php echo $option_value['price_prefix']; ?><?php echo $option_value['price']; ?>)
<?php } ?>
</label>
</div>
<?php } ?>
</div>
</div>
<?php } ?>
<?php if ($option['type'] == 'image') { ?>
<div class="form-group<?php echo ($option['required'] ? ' required' : ''); ?>">
<label class="control-label"><?php echo $option['name']; ?></label>
<div id="input-option<?php echo $option['product_option_id']; ?>">
<?php foreach ($option['product_option_value'] as $option_value) { ?>
<div class="radio">
<label>
<input type="radio" name="option[<?php echo $option['product_option_id']; ?>]" value="<?php echo $option_value['product_option_value_id']; ?>" />
<img src="<?php echo $option_value['image']; ?>" alt="<?php echo $option_value['name'] . ($option_value['price'] ? ' ' . $option_value['price_prefix'] . $option_value['price'] : ''); ?>" class="img-thumbnail" /> <?php echo $option_value['name']; ?>
<?php if ($option_value['price']) { ?>
(<?php echo $option_value['price_prefix']; ?><?php echo $option_value['price']; ?>)
<?php } ?>
</label>
</div>
<?php } ?>
</div>
</div>
<?php } ?>
<?php if ($option['type'] == 'text') { ?>
<div class="form-group<?php echo ($option['required'] ? ' required' : ''); ?>">
<label class="control-label" for="input-option<?php echo $option['product_option_id']; ?>"><?php echo $option['name']; ?></label>
<input type="text" name="option[<?php echo $option['product_option_id']; ?>]" value="<?php echo $option['value']; ?>" placeholder="<?php echo $option['name']; ?>" id="input-option<?php echo $option['product_option_id']; ?>" class="form-control" />
</div>
<?php } ?>
<?php if ($option['type'] == 'textarea') { ?>
<div class="form-group<?php echo ($option['required'] ? ' required' : ''); ?>">
<label class="control-label" for="input-option<?php echo $option['product_option_id']; ?>"><?php echo $option['name']; ?></label>
<textarea name="option[<?php echo $option['product_option_id']; ?>]" rows="5" placeholder="<?php echo $option['name']; ?>" id="input-option<?php echo $option['product_option_id']; ?>" class="form-control"><?php echo $option['value']; ?></textarea>
</div>
<?php } ?>
<?php if ($option['type'] == 'file') { ?>
<div class="form-group<?php echo ($option['required'] ? ' required' : ''); ?>">
<label class="control-label"><?php echo $option['name']; ?></label>
<button type="button" id="button-upload<?php echo $option['product_option_id']; ?>" class="btn btn-default btn-block"><i class="fa fa-upload"></i> <?php echo $button_upload; ?></button>
<input type="hidden" name="option[<?php echo $option['product_option_id']; ?>]" value="" id="input-option<?php echo $option['product_option_id']; ?>" />
</div>
<?php } ?>
<?php if ($option['type'] == 'date') { ?>
<div class="form-group<?php echo ($option['required'] ? ' required' : ''); ?>">
<label class="control-label" for="input-option<?php echo $option['product_option_id']; ?>"><?php echo $option['name']; ?></label>
<div class="input-group date">
<input type="text" name="option[<?php echo $option['product_option_id']; ?>]" value="<?php echo $option['value']; ?>" data-format="YYYY-MM-DD" id="input-option<?php echo $option['product_option_id']; ?>" class="form-control" />
<span class="input-group-btn">
<button class="btn btn-default" type="button"><i class="fa fa-calendar"></i></button>
</span></div>
</div>
<?php } ?>
<?php if ($option['type'] == 'datetime') { ?>
<div class="form-group<?php echo ($option['required'] ? ' required' : ''); ?>">
<label class="control-label" for="input-option<?php echo $option['product_option_id']; ?>"><?php echo $option['name']; ?></label>
<div class="input-group datetime">
<input type="text" name="option[<?php echo $option['product_option_id']; ?>]" value="<?php echo $option['value']; ?>" data-format="YYYY-MM-DD HH:mm" id="input-option<?php echo $option['product_option_id']; ?>" class="form-control" />
<span class="input-group-btn">
<button type="button" class="btn btn-default"><i class="fa fa-calendar"></i></button>
</span></div>
</div>
<?php } ?>
<?php if ($option['type'] == 'time') { ?>
<div class="form-group<?php echo ($option['required'] ? ' required' : ''); ?>">
<label class="control-label" for="input-option<?php echo $option['product_option_id']; ?>"><?php echo $option['name']; ?></label>
<div class="input-group time">
<input type="text" name="option[<?php echo $option['product_option_id']; ?>]" value="<?php echo $option['value']; ?>" data-format="HH:mm" id="input-option<?php echo $option['product_option_id']; ?>" class="form-control" />
<span class="input-group-btn">
<button type="button" class="btn btn-default"><i class="fa fa-calendar"></i></button>
</span></div>
</div>
<?php } ?>
<?php } ?>
</div>
<?php } ?>
<?php if ($recurrings) { ?>
<div class="options">
<h2><?php echo $text_payment_recurring ?></h2>
<div class="form-group required">
<select name="recurring_id" class="form-control">
<option value=""><?php echo $text_select; ?></option>
<?php foreach ($recurrings as $recurring) { ?>
<option value="<?php echo $recurring['recurring_id'] ?>"><?php echo $recurring['name'] ?></option>
<?php } ?>
</select>
<div class="help-block" id="recurring-description"></div>
</div>
</div>
<?php } ?>
<div class="cart">
<div class="add-to-cart clearfix">
<p><?php echo $entry_qty; ?></p>
<div class="quantity">
<input type="text" name="quantity" id="quantity_wanted" size="2" value="<?php echo $minimum; ?>" />
<a href="#" id="q_up"><i class="fa fa-plus"></i></a>
<a href="#" id="q_down"><i class="fa fa-minus"></i></a>
</div>
<input type="hidden" name="product_id" size="2" value="<?php echo $product_id; ?>" />
<input type="button" value="<?php echo $button_cart; ?>" id="button-cart" rel="<?php echo $product_id; ?>" data-loading-text="<?php echo $text_loading; ?>" class="button" />
<a href="<?php echo "http://$_SERVER[HTTP_HOST]$_SERVER[REQUEST_URI]"; ?>" class="button" id="button-more-details"><?php if($theme_options->get( 'more_details_text', $config->get( 'config_language_id' ) ) != '') { echo html_entity_decode($theme_options->get( 'more_details_text', $config->get( 'config_language_id' ) )); } else { echo 'More details'; } ?></a>
</div>
<div class="links">
<a onclick="wishlist.add('<?php echo $product_id; ?>');"><?php echo $button_wishlist; ?></a>
<a onclick="compare.add('<?php echo $product_id; ?>');"><?php echo $button_compare; ?></a>
</div>
<?php if ($minimum > 1) { ?>
<div class="minimum"><?php echo $text_minimum; ?></div>
<?php } ?>
</div>
</div><!-- End #product -->
<?php if ($review_status) { ?>
<div class="review">
<?php if($rating > 0) { ?>
<span itemprop="review" class="hidden" itemscope itemtype="http://data-vocabulary.org/Review-aggregate">
<span itemprop="itemreviewed"><?php echo $heading_title; ?></span>
<span itemprop="rating"><?php echo $rating; ?></span>
<span itemprop="votes"><?php preg_match_all('/\(([0-9]+)\)/', $tab_review, $wyniki);
if(isset($wyniki[1][0])) { echo $wyniki[1][0]; } else { echo 0; } ?></span>
</span>
<?php } ?>
<div class="rating"><i class="fa fa-star<?php if($rating >= 1) { echo ' active'; } ?>"></i><i class="fa fa-star<?php if($rating >= 2) { echo ' active'; } ?>"></i><i class="fa fa-star<?php if($rating >= 3) { echo ' active'; } ?>"></i><i class="fa fa-star<?php if($rating >= 4) { echo ' active'; } ?>"></i><i class="fa fa-star<?php if($rating >= 5) { echo ' active'; } ?>"></i> <a onclick="$('a[href=\'#tab-review\']').trigger('click');"><?php echo $reviews; ?></a> | <a onclick="$('a[href=\'#tab-review\']').trigger('click');"><?php echo $text_write; ?></a></div>
<?php if($theme_options->get( 'product_social_share' ) != '0') { ?>
<div class="share">
<!-- AddThis Button BEGIN -->
<div class="addthis_toolbox addthis_default_style"><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a> <a class="addthis_button_tweet"></a> <a class="addthis_button_pinterest_pinit"></a> <a class="addthis_counter addthis_pill_style"></a></div>
<script type="text/javascript" src="//s7.addthis.com/js/300/addthis_widget.js#pubid=ra-515eeaf54693130e"></script>
<!-- AddThis Button END -->
</div>
<?php } ?>
</div>
<?php } ?>
</div>
</div>
</div>
<?php if($theme_options->get( 'custom_block', 'product_page', $config->get( 'config_language_id' ), 'status' ) == 1) { ?>
<div class="col-sm-3">
<div class="product-block">
<?php if($theme_options->get( 'custom_block', 'product_page', $config->get( 'config_language_id' ), 'heading' ) != '') { ?>
<h4 class="title-block"><?php echo $theme_options->get( 'custom_block', 'product_page', $config->get( 'config_language_id' ), 'heading' ); ?></h4>
<div class="strip-line"></div>
<?php } ?>
<div class="block-content">
<?php echo html_entity_decode($theme_options->get( 'custom_block', 'product_page', $config->get( 'config_language_id' ), 'text' )); ?>
</div>
</div>
</div>
<?php } ?>
</div>
</div>
<?php
$language_id = $config->get( 'config_language_id' );
$tabs = array();
$tabs[] = array(
'heading' => $tab_description,
'content' => 'description',
'sort' => 1
);
if ($attribute_groups) {
$tabs[] = array(
'heading' => $tab_attribute,
'content' => 'attribute',
'sort' => 3
);
}
if ($review_status) {
$tabs[] = array(
'heading' => $tab_review,
'content' => 'review',
'sort' => 5
);
}
if(is_array($config->get('product_tabs'))) {
foreach($config->get('product_tabs') as $tab) {
if($tab['status'] == 1 || $tab['product_id'] == $product_id) {
foreach($tab['tabs'] as $zakladka) {
if($zakladka['status'] == 1) {
$heading = false; $content = false;
if(isset($zakladka[$language_id])) {
$heading = $zakladka[$language_id]['name'];
$content = html_entity_decode($zakladka[$language_id]['html']);
}
$tabs[] = array(
'heading' => $heading,
'content' => $content,
'sort' => $zakladka['sort_order']
);
}
}
}
}
}
usort($tabs, "cmp_by_optionNumber");
?>
<div id="tabs" class="htabs">
<?php $i = 0; foreach($tabs as $tab) { $i++;
$id = 'tab_'.$i;
if($tab['content'] == 'description') { $id = 'tab-description'; }
if($tab['content'] == 'attribute') { $id = 'tab-attribute'; }
if($tab['content'] == 'review') { $id = 'tab-review'; }
echo '<a href="#'.$id.'">'.$tab['heading'].'</a>';
} ?>
</div>
<?php $i = 0; foreach($tabs as $tab) { $i++;
$id = 'tab_'.$i;
if($tab['content'] != 'description' && $tab['content'] != 'attribute' && $tab['content'] != 'review') {
echo '<div id="'.$id.'" class="tab-content">'.$tab['content'].'</div>';
}
} ?>
<div id="tab-description" class="tab-content" itemprop="description"><?php echo $description; ?></div>
<?php if ($attribute_groups) { ?>
<div id="tab-attribute" class="tab-content">
<table class="attribute" cellspacing="0">
<?php foreach ($attribute_groups as $attribute_group) { ?>
<thead>
<tr>
<td colspan="2"><?php echo $attribute_group['name']; ?></td>
</tr>
</thead>
<tbody>
<?php foreach ($attribute_group['attribute'] as $attribute) { ?>
<tr>
<td><?php echo $attribute['name']; ?></td>
<td><?php echo $attribute['text']; ?></td>
</tr>
<?php } ?>
</tbody>
<?php } ?>
</table>
</div>
<?php } ?>
<?php if ($review_status) { ?>
<div id="tab-review" class="tab-content">
<div id="review"></div>
<h2 id="review-title"><?php echo $text_write; ?></h2>
<b><?php echo $entry_name; ?></b><br />
<input type="text" name="name" value="" />
<br />
<br />
<b><?php echo $entry_review; ?></b>
<textarea name="text" cols="40" rows="8" style="width: 100%;"></textarea>
<span style="font-size: 11px;"><?php echo $text_note; ?></span><br />
<br />
<b><?php echo $entry_rating; ?></b> <span><?php echo $entry_bad; ?></span>
<input type="radio" name="rating" value="1" />
<input type="radio" name="rating" value="2" />
<input type="radio" name="rating" value="3" />
<input type="radio" name="rating" value="4" />
<input type="radio" name="rating" value="5" />
<span><?php echo $entry_good; ?></span><br />
<br />
<b><?php echo $entry_captcha; ?></b><br />
<input type="text" name="captcha" value="" />
<br />
<img src="index.php?route=tool/captcha" alt="" id="captcha" /><br />
<br />
<div class="buttons">
<div class="right"><a id="button-review" class="button"><?php echo $button_continue; ?></a></div>
</div>
</div>
<?php } ?>
<?php if ($tags) { ?>
<div class="tags_product"><b><?php echo $text_tags; ?></b>
<?php for ($i = 0; $i < count($tags); $i++) { ?>
<?php if ($i < (count($tags) - 1)) { ?>
<a href="<?php echo $tags[$i]['href']; ?>"><?php echo $tags[$i]['tag']; ?></a>,
<?php } else { ?>
<a href="<?php echo $tags[$i]['href']; ?>"><?php echo $tags[$i]['tag']; ?></a>
<?php } ?>
<?php } ?>
</div>
<?php } ?>
<?php if ($products) { ?>
<?php
$class = 3;
$id = rand(0, 5000)*rand(0, 5000);
$all = 4;
$row = 4;
if($theme_options->get( 'product_per_pow' ) == 6) { $class = 2; }
if($theme_options->get( 'product_per_pow' ) == 5) { $class = 25; }
if($theme_options->get( 'product_per_pow' ) == 3) { $class = 4; }
if($theme_options->get( 'product_per_pow' ) > 1) { $row = $theme_options->get( 'product_per_pow' ); $all = $theme_options->get( 'product_per_pow' ); }
?>
<div class="box">
<?php if($theme_options->get( 'product_scroll_related' ) != '0') { ?>
<!-- Carousel nav -->
<a class="next" href="#myCarousel<?php echo $id; ?>" data-slide="next"><span></span></a>
<a class="prev" href="#myCarousel<?php echo $id; ?>" data-slide="prev"><span></span></a>
<?php } ?>
<div class="box-heading"><?php echo $text_related; ?></div>
<div class="strip-line"></div>
<div class="box-content products related-products">
<div class="box-product">
<div id="myCarousel<?php echo $id; ?>" <?php if($theme_options->get( 'product_scroll_related' ) != '0') { ?>class="carousel slide"<?php } ?>>
<!-- Carousel items -->
<div class="carousel-inner">
<?php $i = 0; $row_fluid = 0; $item = 0; foreach ($products as $product) { $row_fluid++; ?>
<?php if($i == 0) { $item++; echo '<div class="active item"><div class="product-grid"><div class="row">'; } ?>
<?php $r=$row_fluid-floor($row_fluid/$all)*$all; if($row_fluid>$all && $r == 1) { if($theme_options->get( 'product_scroll_related' ) != '0') { echo '</div></div></div><div class="item"><div class="product-grid"><div class="row">'; $item++; } else { echo '</div><div class="row">'; } } else { $r=$row_fluid-floor($row_fluid/$row)*$row; if($row_fluid>$row && $r == 1) { echo '</div><div class="row">'; } } ?>
<div class="col-sm-<?php echo $class; ?> col-xs-6">
<?php include('catalog/view/theme/'.$config->get('config_template').'/template/new_elements/product.tpl'); ?>
</div>
<?php $i++; } ?>
<?php if($i > 0) { echo '</div></div></div>'; } ?>
</div>
</div>
</div>
</div>
</div>
<?php } ?>
</div>
<script type="text/javascript"><!--
$('select[name=\'recurring_id\'], input[name="quantity"]').change(function(){
$.ajax({
url: 'index.php?route=product/product/getRecurringDescription',
type: 'post',
data: $('input[name=\'product_id\'], input[name=\'quantity\'], select[name=\'recurring_id\']'),
dataType: 'json',
beforeSend: function() {
$('#recurring-description').html('');
},
success: function(json) {
$('.alert, .text-danger').remove();
if (json['success']) {
$('#recurring-description').html(json['success']);
}
}
});
});
//--></script>
<script type="text/javascript"><!--
$('#button-cart').on('click', function() {
$.ajax({
url: 'index.php?route=checkout/cart/add',
type: 'post',
data: $('#product input[type=\'text\'], #product input[type=\'hidden\'], #product input[type=\'radio\']:checked, #product input[type=\'checkbox\']:checked, #product select, #product textarea'),
dataType: 'json',
beforeSend: function() {
$('#button-cart').button('loading');
},
complete: function() {
$('#button-cart').button('reset');
},
success: function(json) {
$('.alert, .text-danger').remove();
$('.form-group').removeClass('has-error');
if (json['error']) {
if (json['error']['option']) {
for (i in json['error']['option']) {
var element = $('#input-option' + i.replace('_', '-'));
if (element.parent().hasClass('input-group')) {
element.parent().after('<div class="text-danger">' + json['error']['option'][i] + '</div>');
} else {
element.after('<div class="text-danger">' + json['error']['option'][i] + '</div>');
}
}
}
if (json['error']['recurring']) {
$('select[name=\'recurring_id\']').after('<div class="text-danger">' + json['error']['recurring'] + '</div>');
}
// Highlight any found errors
$('.text-danger').parent().addClass('has-error');
}
if (json['success']) {
$("#notification .modal-footer").show();
$("#notification").modal('show');
$("#notification .modal-body p").html(json['success']);
$('#cart_block #cart_content').load('index.php?route=common/cart/info #cart_content_ajax');
$('#cart-total').html(json['total']);
}
}
});
});//--></script>
<script type="text/javascript"><!--
$('.date').datetimepicker({
pickTime: false
});
$('.datetime').datetimepicker({
pickDate: true,
pickTime: true
});
$('.time').datetimepicker({
pickDate: false
});
$('button[id^=\'button-upload\']').on('click', function() {
var node = this;
$('#form-upload').remove();
$('body').prepend('<form enctype="multipart/form-data" id="form-upload" style="display: none;"><input type="file" name="file" /></form>');
$('#form-upload input[name=\'file\']').trigger('click');
$('#form-upload input[name=\'file\']').on('change', function() {
$.ajax({
url: 'index.php?route=tool/upload',
type: 'post',
dataType: 'json',
data: new FormData($(this).parent()[0]),
cache: false,
contentType: false,
processData: false,
beforeSend: function() {
$(node).button('loading');
},
complete: function() {
$(node).button('reset');
},
success: function(json) {
$('.text-danger').remove();
if (json['error']) {
$(node).parent().find('input').after('<div class="text-danger">' + json['error'] + '</div>');
}
if (json['success']) {
alert(json['success']);
$(node).parent().find('input').attr('value', json['code']);
}
},
error: function(xhr, ajaxOptions, thrownError) {
alert(thrownError + "\r\n" + xhr.statusText + "\r\n" + xhr.responseText);
}
});
});
});
//--></script>
<script type="text/javascript"><!--
$('#review').delegate('.pagination a', 'click', function(e) {
e.preventDefault();
$('#review').fadeOut('slow');
$('#review').load(this.href);
$('#review').fadeIn('slow');
});
$('#review').load('index.php?route=product/product/review&product_id=<?php echo $product_id; ?>');
$('#button-review').on('click', function() {
$.ajax({
url: 'index.php?route=product/product/write&product_id=<?php echo $product_id; ?>',
type: 'post',
dataType: 'json',
data: 'name=' + encodeURIComponent($('input[name=\'name\']').val()) + '&text=' + encodeURIComponent($('textarea[name=\'text\']').val()) + '&rating=' + encodeURIComponent($('input[name=\'rating\']:checked').val() ? $('input[name=\'rating\']:checked').val() : '') + '&captcha=' + encodeURIComponent($('input[name=\'captcha\']').val()),
beforeSend: function() {
$('#button-review').button('loading');
},
complete: function() {
$('#button-review').button('reset');
$('#captcha').attr('src', 'index.php?route=tool/captcha#'+new Date().getTime());
$('input[name=\'captcha\']').val('');
},
success: function(json) {
$('.alert-success, .alert-danger').remove();
if (json['error']) {
$('#review').after('<div class="alert alert-danger"><i class="fa fa-exclamation-circle"></i> ' + json['error'] + '</div>');
}
if (json['success']) {
$('#review').after('<div class="alert alert-success"><i class="fa fa-check-circle"></i> ' + json['success'] + '</div>');
$('input[name=\'name\']').val('');
$('textarea[name=\'text\']').val('');
$('input[name=\'rating\']:checked').prop('checked', false);
$('input[name=\'captcha\']').val('');
}
}
});
});
</script>
<script type="text/javascript"><!--
$(document).ready(function() {
$('.popup-gallery').magnificPopup({
delegate: 'a',
type: 'image',
tLoading: 'Loading image #%curr%...',
mainClass: 'mfp-img-mobile',
gallery: {
enabled: true,
navigateByImgClick: true,
preload: [0,1] // Will preload 0 - before current, and 1 after the current image
},
image: {
tError: '<a href="%url%">The image #%curr%</a> could not be loaded.',
titleSrc: function(item) {
return item.el.attr('title');
}
}
});
});
//--></script>
<script type="text/javascript">
$.fn.tabs = function() {
var selector = this;
this.each(function() {
var obj = $(this);
$(obj.attr('href')).hide();
$(obj).click(function() {
$(selector).removeClass('selected');
$(selector).each(function(i, element) {
$($(element).attr('href')).hide();
});
$(this).addClass('selected');
$($(this).attr('href')).show();
return false;
});
});
$(this).show();
$(this).first().click();
};
</script>
<script type="text/javascript"><!--
$('#tabs a').tabs();
//--></script>
<?php if($theme_options->get( 'product_image_zoom' ) != 2) {
echo '<script type="text/javascript" src="catalog/view/theme/' . $config->get( 'config_template' ) . '/js/jquery.elevateZoom-3.0.3.min.js"></script>';
} ?>
<?php include('catalog/view/theme/'.$config->get('config_template').'/template/new_elements/wrapper_bottom.tpl'); ?>
<?php echo $footer; ?>