Page 1 of 1
Product listing and images
Posted: Mon Mar 23, 2026 8:34 pm
by AsTecModels
Hi All,
Time for more silly questions,
1) is there an easy way to get products list from most expensive to cheapest as default?
2) without redoing all the imagines (There is over 2000) is there a way for all imagines on the lists being the same height?
Thank you for reading.
Re: Product listing and images
Posted: Mon Mar 23, 2026 8:54 pm
by raiwa
Re: Product listing and images
Posted: Mon Mar 23, 2026 10:07 pm
by AsTecModels
Installed that as per instructions then reloaded the website and all the images are shown as broken. Was hoping to get it right as it sounds perfect for the images.
Re: Product listing and images
Posted: Tue Mar 24, 2026 1:04 am
by raiwa
Check if you have the gd library installed. Check you error log for related errors and post them.
Re: Product listing and images
Posted: Tue Mar 24, 2026 7:19 am
by AsTecModels
i have checked in cPanel and I am running php v8.3 and gd is installed.
Where do I get the error logs? cPanel or from website?
Re: Product listing and images
Posted: Tue Mar 24, 2026 8:42 am
by raiwa
I forgot to mention that support for addons are given where you downloaded the addon in the Addon Discussion/Support tab:
app.php/addons/free_addon/kissit_image_ ... er/support
Errors are logged in an error log file in your root directory or in a folder called logs or similar. Check with your hosting if you do not find it.
I just had a look on your store and the kissit image thumbnailer works on your logo, so it must be something with your product images.
There is no output at all in your product cards:
Code: Select all
<div class="col mb-2">
<div class="card h-100 is-product" data-is-special="0" data-product-price="289.95" data-in-stock="0" data-product-id="1645" data-has-attributes="0">
</div>
</div>
It maybe is unrelated to kissit image.
Re: Product listing and images
Posted: Tue Mar 24, 2026 11:34 am
by burt
For Product Listings default sort order, that can be achieved via a Hook. Which would just be "upload. It works. Forget." Will let you sort images first.
--
Usually best to ask different things in different topics - better answers, don't get mixed up etc
Make as many topic threads as you want, one question/theme/subject per topic.
Re: Product listing and images
Posted: Wed Mar 25, 2026 6:49 am
by AsTecModels
Hi Burt,
Have stopped on images for the moment, how do I set up the Product listing default?