problem displaying related products
Posted: 04 May 2020, 19:42
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?
Support for Phoca Extensions
https://phoca.cz./forum/
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));