View Single Post
  #22  
Old 03-01-2016, 02:17 AM
  xplorer's Avatar 
xplorer xplorer is offline
 

X-Cart team
  
Join Date: Jul 2004
Posts: 925
 

Default Re: Shop By Brand module for X-Cart 5

The new version of Shop By Brand module (5.2.6) includes the following improvements:
- now you can enable pagination for the Brands page and set the default number of brands per page (check the module settings page)
- also it allows you to configure the width and the height of brand images on the Brands page (it is on the "Look & Feel" -> Images page)

The new module version has the same HTML markup and should not affect custom CSS tweaks. However, it uses different PHP classes and templates (see below), so some custom modules may require extra tweaks to be compatible with the new version. Please try the upgrade on a local dev copy of your site first!

The changes in the source code are:
- \XLite\Module\QSL\ShopByBrand\View\ItemsList\Brand \Customer\Brand widget class replaces the \XLite\Module\QSL\ShopByBrand\View\BrandsPage class
- templates from the skins/default/en/modules/QSL/ShopByBrand/brands_page/ directory have been moved to the skins/default/en/modules/QSL/ShopByBrand/items_list/brand/ directory
Reply With Quote