Merge branch 'tiket-productTemplate' into develop

This commit is contained in:
Marion Muszynski 2016-05-04 16:20:10 +02:00
commit 944fe22c8d
4 changed files with 12 additions and 3 deletions

View File

@ -50,7 +50,8 @@
useCSS : false,
pauseOnHover: true,
});
$('.slider_sales_product_footer .flex-direction-nav .flex-next').text('');
$('.slider_sales_product_footer .flex-direction-nav .flex-prev').text('');
$('.ajax_add_to_cart_product_footer_button').click(function(){
var idProduct = $(this).attr('rel').replace('ajax_id_product_footer_', '');
if ($(this).attr('disabled') != 'disabled'){

View File

@ -50,7 +50,8 @@
useCSS : false,
pauseOnHover: true,
});
$('.slider_sales_product_footer .flex-direction-nav .flex-next').text('');
$('.slider_sales_product_footer .flex-direction-nav .flex-prev').text('');
$('.ajax_add_to_cart_product_footer_button').click(function(){
var idProduct = $(this).attr('rel').replace('ajax_id_product_footer_', '');
if ($(this).attr('disabled') != 'disabled'){

View File

@ -6062,6 +6062,12 @@ div#giftvoucher_ask_infos_block .gv_customization > .gv_param input {
-o-box-shadow: 0px 0px 5px 1px #cccccc;
box-shadow: 0px 0px 5px 1px #CCC;
}
#product #best-sellers_block_product .flex-direction-nav .flex-prev{
background: url("../img/arrow_blue_left.png") no-repeat center center #fff;
}
#product #best-sellers_block_product .flex-direction-nav .flex-next{
background: url("../img/arrow_blue_right.png") no-repeat center center #fff;
}
#product #best-sellers_block_product .flex-direction-nav .flex-prev:before,
#product #best-sellers_block_product .flex-direction-nav .flex-next:before{
display: none;

View File

@ -50,7 +50,8 @@
useCSS : false,
pauseOnHover: true,
});
$('.slider_sales_product_footer .flex-direction-nav .flex-next').text('');
$('.slider_sales_product_footer .flex-direction-nav .flex-prev').text('');
$('.ajax_add_to_cart_product_footer_button').click(function(){
var idProduct = $(this).attr('rel').replace('ajax_id_product_footer_', '');
if ($(this).attr('disabled') != 'disabled'){