How can add the product category title , discription and image to the archive page

Hey, I am working on the site where I like to add different title, descriptions and images for the archive page when the product category is selected .

I have added the archie title , discription and category image but not findong the dynaic process to connect it to the archive page .

Please let me know .
thanks

Hey there,

The Category is a Term so you’ll need to use Term Dynamic Content. It’s listed in the Dynamic Content menu.

If what you need is not listed like the Archive Title, you need to use the Meta field and insert the Meta Key. The Meta Key is usually in small caps separated by dash like {{dc:term:meta key="archive-title"}}

image

image

this is working for the archive title, but for the description or thumbnail is not working

this is what I used :

for description : {{dc:term:meta key=“description”}}
for image thumbnail : {{dc:term:meta key=“thumbnail”}}

Hi @KaziTouhid,

You need to use the following Dynamic Content to get the exact values you are expecting here.

{{dc:term:description}}
{{dc:term:meta key=“thumbnail_id”}}

You can find more info in the following threads:


Hope it helps.
Thanks

thanks a lot , this is really helpfull , last things I need

Will share the process of showing related porudcts . What will will be process

I made the row to looper provider to the current post term > product category

and made the column looper consumer

but its not showing any thing . will you please guide me again

Hello @KaziTouhid,

You only use the Looper Provider Current Post Terms if you want to display the current post terms of the current post/product item on a single layout. You also DO NOT need to have a looper in an archive layout. We would be happy to check your layout if we can log in. You can provide the WP details in the secure note below.

Thanks.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.