Page 1 of 1

link small image rss feed

Posted: 01 Jul 2022, 18:14
by vodka
Hi,
please tell me how to how to make the url point not to the main image of the product,
but to the preview product in category (small image)

Re: link small image rss feed

Posted: 04 Jul 2022, 16:22
by Jan
Hi, can you explain more what do you exactly mean?

Jan

Re: link small image rss feed

Posted: 04 Jul 2022, 17:57
by vodka
../images/phocacartproducts/Keramik/thumbs/phoca_thumb_l_keramikvzale1.jpg - big images
../images/phocacartproducts/Keramik/thumbs/phoca_thumb_m_keramikvzale1.jpg - small images

how to make it so that the url of small images is inserted

Re: link small image rss feed

Posted: 06 Jul 2022, 14:04
by Jan
Hi, if you need to change the image size for the RSS Feed, this needs to be customized directly in output of feed view.

components/com_phocacart/views/feed/tmpl/default.php

line cca 179

Code: Select all

$image 	= PhocacartImage::getThumbnailName($this->t['pathitem'], $v->image, 'large');
just change 'large' to 'medium'

Jan

Re: link small image rss feed

Posted: 07 Jul 2022, 20:45
by vodka
THANKS

Re: link small image rss feed

Posted: 08 Jul 2022, 21:13
by Jan
Ok