View Single Post
  #6  
Old 12-17-2014, 09:00 PM
 
juancho juancho is offline
 

Advanced Member
  
Join Date: Mar 2014
Posts: 47
 

Default Re: How to display products with a particular attribute

Hi Tony,

It works perfectly now. Many thanks, you are a genius.

just one small detail: where it says :
PHP Code:
abstract class Product extends \XLite\Model\Repo\ProductAbstract implements \XLite\Base\IDecorator 

should be saying:
PHP Code:
abstract class Product extends \XLite\Model\Repo\Product implements \XLite\Base\IDecorator 
__________________
X-Cart Business 5.0.12
Reply With Quote