Commit 349ebe001f301c35d45560ca323f1a261209f7c9

Authored by Виталий
1 parent 4e20bd86

-collection

common/modules/product/widgets/views/products_block_similar.php
... ... @@ -28,6 +28,20 @@
28 28 );
29 29 } ?>
30 30 </div>
  31 + <script>
  32 + $(document).ready(function () {
  33 + $("#collection .new_collection").owlCarousel({
  34 + navigation : true, // Show next and prev buttons
  35 + slideSpeed : 500,
  36 + autoplayTimeout:3000,
  37 + paginationSpeed : 1000,
  38 + singleItem:true,
  39 + autoPlay:true
  40 +
  41 + });
  42 + })
  43 +
  44 + </script>
31 45 <div class="clearfix"></div>
32 46  
33 47 </div>
... ...