Page 1 of 1
Related Products in V1.2.9
Posted: Tue Jun 23, 2009 6:55 am
by dbassa
I am not sure but I can not manage to put more than one product related to a item in version v1.2.9. Is it a bug? Does it happens the same to all of you?
Re: Related Products in V1.2.9
Posted: Tue Jun 23, 2009 9:43 am
by Daniel
yeah i just noticed that, its a bug.
Re: Related Products in V1.2.9
Posted: Wed Jun 24, 2009 4:10 am
by Microsite Merchant
Thank goodness for that, I thought I'd broken mine.
Re: Related Products in V1.2.9
Posted: Wed Jun 24, 2009 9:20 pm
by crt-inc
And how can we fix this?
Thanks
Re: Related Products in V1.2.9
Posted: Fri Jun 26, 2009 5:12 am
by Noman
By readyman
It's here:
http://forum.opencart.com/viewtopic.php?f=20&t=4566
n catalog/model/catalog/product.php in the function getProductsRelated and the very long sql query...
Look for language_id = '" . (int)$this->language->getId() . "'
GROUP BY pr.product_id ORDER BY pd.name ASC");
Delete bolded.