View Single Post
  #4  
Old 10-20-2014, 06:24 AM
  tony_sologubov's Avatar 
tony_sologubov tony_sologubov is offline
 

X-Cart team
  
Join Date: Jan 2009
Posts: 2,431
 

Default Re: How to make thumbnails larger in Category view

Hi Michael!

In order to apply this change, you need to decorate the getIconSizes() method of the
\XLite\View\ItemsList\Product\Customer\ACustomer class.

You will see that now thumbnail sizes are hard-coded to 160x160px.

The basic guide about how to perform a decoration is here:
http://kb.x-cart.com/display/XDD/Step+3+-+applying+logic+changes

Finally, I will pass the feedback about creating options for thumbnail sizes to the team.

Tony.
__________________
Found a bug in X-Cart? Post it to our bug tracker!
Know how to make X-Cart better? Suggest an idea!
Reply With Quote