Merge branch 'tiket-productTemplate' into develop
This commit is contained in:
commit
944fe22c8d
@ -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'){
|
||||
|
@ -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'){
|
||||
|
@ -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;
|
||||
|
@ -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'){
|
||||
|
Loading…
Reference in New Issue
Block a user