paul-panchyshnyy/magento-product-slider

Helps admin to easily add different fully responsive products sliders to the any section of the page

1.0.2 2017-08-01 10:03 UTC

This package is not auto-updated.

Last update: 2024-06-14 18:52:04 UTC


README

Contribute

This extension helps admin to easily add different fully responsive products sliders to the any section of the page. If you don't want to add a lots of related, up-sell and cross-sell products manually we will help you to achieve this goal without wasting time, because time is money.

This extension creates a fully responsive product sliders that could be easily managed in admin. Also it uses Slick slider functionality, one of the most extensible and powerful carousel js.

After the module installation, follow the path: System -> Configuration -> Product Sliders section. There you can configure general settings, enable/disable sliders and see implementation guide.

There are a set of the global sliders:

  1. Bestsellers
  2. Sale items (products with special price)
  3. Featured products
  4. Newest products
  5. Recently viewed products

They can be added by admin to any side of the page. You only need to put the code below into your CMS page or block.

  • Featured products: {{block type="bd_product_slider/featured"}}
  • Newest products: {{block type="bd_product_slider/newest"}}
  • Sale items: {{block type="bd_product_slider/sale"}}
  • Recently viewed products: {{block type="bd_product_slider/recent"}}
  • Bestsellers {{block type="bd_product_slider/bestsellers"}}

And a few special sliders:

  1. Associated products (by some attributes assigned in admin)
  2. Similar products (from related category)

They automatically appear on the reserved pages like wishlist, product view and shopping cart.

Extension's functionality was successfuly tested with enabled flat catalog option.

Support

Compatible with Magento Community edition (1.9.*)

If you have some problems with the module you can contact pavel.p@bigdropinc.com as well.

Official Releases

Click here to see and download the official releases of the Product Sliders module

Links/Docs

User Guide