View Single Post
  #6  
Old 10-21-2014, 07:17 PM
 
minfinger minfinger is offline
 

X-Adept
  
Join Date: Apr 2009
Posts: 678
 

Default Re: How to make thumbnails larger in Category view

Tony,

So help me out again if you would... I got as far as making to the Main.php and the ACustomer.php files

But I'm not 100% what to do with the getIconSize function

PHP Code:
<?php

namespace XLite\Module\FasterThanYours\LargerThumbnails\View\ItemsList\Product\Customer;

abstract class 
ACustomer extends \XLite\View\ItemsList\Product\Customer\ACustomer implements \XLite\Base\IDecorator
{
    protected function 
getIconSizes()
    {
        return 
$return;
    }
}

I was able to get it Installed and Enabled.

However, I'm not sure what to do about putting in my own sizes. I also think this could be better handled by having a Settings option.

Here's a link to the packed files https://www.dropbox.com/s/zdjnzjt6e5no5hh/FasterThanYours-LargerThumbnails-v5_1_6.tar?dl=0
__________________
X-Cart 4.3
Joomla
Among other things
Reply With Quote