Hi,
We been trying to configure module to use carousel under product page.
This module will display recently viewed products. Inside module config we set 2 rows and 5 columns. Total of products will be 10 and 5 visible as this is what i expect. It looks fine when you have 5 or more products showing in that module. However as this module is set to display only recently viewed items, the display of products until you reach 5 is wrong.
As example. If it shows only 1, it shows full width, i expect it show 1 with the width as it would be as 5, as set per configuration....
I have looked into carousel.php and found that variable "$products" will return current visible products in:
$options['responsive'] = '{0:{items:2, slideBy:1}, 768:{items:3, slideBy:'.$slideByFor2.'}, 992:{items:'.$products.'}}';
so if i set 5 manually inside:
992:{items:'.$products.'}
It looks fine...
So shouldn't it return the column number u set in the configuration tab? As this is what it does if recently viewed settings are not used...
I hope you understand the issue.
Thanks