• Closed by: Anonymous Submitter
  • Closed on:
  • Reason: Not a bug

Ticket #24744 - Miniature category image + carousel inside products tabs widget

Hello !

I just installed and I am starting to customize your theme, overall it’s great ! I just have two questions / issues :

1- I need to have a category cover image to be displayed on a big size on category pages next to the title AND a thumbnail category miniature to display on the homepage on the subcategories carousel widget (small square size). On Prestashop when I edit the category, I can set the category cover image but it also replaces the thumbnail category miniature. I can’t set one image for the cover and one image for the miniature, which is a problem… Can you help me with this ?

2- On the homepage I use a products widget to display tabs featured and special, each tab containing some products. I wanted to have in each tab a carousel with some products, but there is only the possibility to have a grid of products inside each tabs, which is unfortunate, would be far better to be able to display carousels… How can I achieve that ?

I thank you in advance for the answer ! I attached some screenshots for better understanding.

Keep up the good work,
Best regards

Attachments:

Comments

Fred 02 Jun 2023, 17:10

Hi, Cédric Limousin.
1. There is an option to build category page using Creative Elements module. There you will be able to order elements as you like.
2. Carousel should work the same as grid. It may not work if you have fewer items then defined to show in carousel, or if you have some javascript error.
It’s hard for me to say what’s wrong, because I don’t see your page

Cédric Limousin 02 Jun 2023, 17:18

Hello,

1- I already use the category page builder (which is a great tool by the way). But whether it’s with the builder or without, the problem remains… I can’t set a cover image and a different miniature image, which is supposed to be working in Prestashop (see screenshot for the category settings)

2- I have enough elements and no JS error, it’s just that there is no way to display the products in carousel, only in grid…

In case you want to have a look at the website : https://kidea.enjin.fr/

Best regards

Fred 03 Jun 2023, 10:15

Please fill out all necessary fields in your profile https://support.promokit.eu/myprofile to access to your Back-office to let me see your configuration

Cédric Limousin 05 Jun 2023, 09:21

Hello Fred,

I just filled out all fields this morning.
Thank you for the help

Best regards

Fred 05 Jun 2023, 17:22

1. Maybe I misunderstood you, but I see category image on category page https://take.ms/Nl2sP

2. I see now you have selected Tabs mode → https://take.ms/5pIJO just change it to carousel

Cédric Limousin 05 Jun 2023, 17:37

Yes I think we don’t understand each other… my issue is that I need to have two different images : one for the category cover imageand another for the category thumbnail miniature… is it not possible ?

For the question 2, I do know, but I was asking whether you can have a carousel INSIDE the tabs mode

Thank you in advance

Cédric Limousin 08 Jun 2023, 09:17

Hello,
any update on my questions ? thank you :)

Best regards

Fred 08 Jun 2023, 10:47

Hi, Cédric Limousin.
Sorry for the delay.
1. There is no such option in that widget. You can add that image manually like this:
Cover image:

<img class="replace-2x" src="{$link->getCatImageLink($subcategory.link_rewrite, $subcategory.id_image, 'category_default')}" alt="{$subcategory.name}"/>

Thumbnail

<img class="replace-2x" src="{$urls.img_cat_url}{$subcategory.id_category}_thumb.jpg" alt="{$subcategory.name}" width="320" height="190" loading="lazy">

2. It requires additional development, currently we are not able to do that