Hi, I have a problem when I view the product detail that contains related products, it displays an error and the products are misaligned. How can I solve?
problem displaying related products
-
- Phoca Member
- Posts: 19
- Joined: 31 Jul 2019, 20:28
- Jan
- Phoca Hero
- Posts: 48402
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: problem displaying related products
Hi, testing now, get no such problem:
which version of Phoca Cart do you use?
Jan
which version of Phoca Cart do you use?
Jan
If you find Phoca extensions useful, please support the project
- Jan
- Phoca Hero
- Posts: 48402
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: problem displaying related products
EDIT, now i see, it can be related to labels, try to change this file:
components/com_phocacart/views/item/tmpl/default.php ... line cca 800
FROM:
TO:
Jan
components/com_phocacart/views/item/tmpl/default.php ... line cca 800
FROM:
Code: Select all
$d['class'] = PhocacartRenderFront::completeClass(array($this->s['c']['img-responsive'], $label['cssthumbnail2'], 'ph-image-full', 'phImageFull', 'phjProductImage' . $idName));
Code: Select all
$d['class'] = PhocacartRenderFront::completeClass(array($this->s['c']['img-responsive'], 'img-thumbnail', 'ph-image-full', 'phImageFull', 'phjProductImage' . $idName));
If you find Phoca extensions useful, please support the project
-
- Phoca Member
- Posts: 19
- Joined: 31 Jul 2019, 20:28
Re: problem displaying related products
Hey, i am using phocacart 3.5.0, solved thanks
- Jan
- Phoca Hero
- Posts: 48402
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: problem displaying related products
Ok, will be set in 3.5.1
Thank you for the info.
Jan
Thank you for the info.
Jan
If you find Phoca extensions useful, please support the project
- Jan
- Phoca Hero
- Posts: 48402
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: problem displaying related products
Hi, set in version 3.5.1
https://www.phoca.cz/news/1079-phoca-ca ... 1-released
https://www.phoca.cz/news/1082-phoca-ca ... 2-released
https://www.phoca.cz/news/1079-phoca-ca ... 1-released
https://www.phoca.cz/news/1082-phoca-ca ... 2-released
If you find Phoca extensions useful, please support the project