Product listing and images

Open to all! Ask other shopowners for help.
Post Reply
AsTecModels
Member
Posts: 99
Joined: Wed Mar 18, 2026 6:20 pm
Phoenix Version: v1.1.0.6
Has thanked: 6 times
Been thanked: 3 times

Product listing and images

Post 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.


Join The Code Co-op to get access to your library in the Code Co-op Forum
raiwa
Certified Developer
Posts: 1640
Joined: Sat Dec 21, 2019 8:08 am
Phoenix Version: 1.1.0.6
Has thanked: 70 times
Been thanked: 152 times

Re: Product listing and images

Post by raiwa »

Public Phoenix Change Log Cheat Set on Google Sheets
https://docs.google.com/spreadsheets/d/ ... sp=sharing

Need Help?viewtopic.php?f=10&t=27
AsTecModels
Member
Posts: 99
Joined: Wed Mar 18, 2026 6:20 pm
Phoenix Version: v1.1.0.6
Has thanked: 6 times
Been thanked: 3 times

Re: Product listing and images

Post 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.
You do not have the required permissions to view the files attached to this post.
raiwa
Certified Developer
Posts: 1640
Joined: Sat Dec 21, 2019 8:08 am
Phoenix Version: 1.1.0.6
Has thanked: 70 times
Been thanked: 152 times

Re: Product listing and images

Post by raiwa »

Check if you have the gd library installed. Check you error log for related errors and post them.
Public Phoenix Change Log Cheat Set on Google Sheets
https://docs.google.com/spreadsheets/d/ ... sp=sharing

Need Help?viewtopic.php?f=10&t=27
AsTecModels
Member
Posts: 99
Joined: Wed Mar 18, 2026 6:20 pm
Phoenix Version: v1.1.0.6
Has thanked: 6 times
Been thanked: 3 times

Re: Product listing and images

Post 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?
raiwa
Certified Developer
Posts: 1640
Joined: Sat Dec 21, 2019 8:08 am
Phoenix Version: 1.1.0.6
Has thanked: 70 times
Been thanked: 152 times

Re: Product listing and images

Post 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.
Last edited by raiwa on Tue Mar 24, 2026 12:01 pm, edited 2 times in total.
Public Phoenix Change Log Cheat Set on Google Sheets
https://docs.google.com/spreadsheets/d/ ... sp=sharing

Need Help?viewtopic.php?f=10&t=27
User avatar
burt
Core Team
Posts: 4546
Joined: Tue Oct 29, 2019 9:37 am
Phoenix Version: v1.1.0.8
Has thanked: 252 times
Been thanked: 412 times

Re: Product listing and images

Post 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.
AsTecModels
Member
Posts: 99
Joined: Wed Mar 18, 2026 6:20 pm
Phoenix Version: v1.1.0.6
Has thanked: 6 times
Been thanked: 3 times

Re: Product listing and images

Post by AsTecModels »

Hi Burt,

Have stopped on images for the moment, how do I set up the Product listing default?


Join The Code Co-op to get access to your library in the Code Co-op Forum
Post Reply