I have a Random products module on my page. Each time we were clicking on a produt in this module, the breadcrumb was incorrect.
This Random products module uses the file listing_img_pane.php to display products.
Last week, we filled the « Canonical url » field FOR EACH product in our store.
After this, we edit the file listing_img_pane.php and modify these lines :
//$link = hikashop_contentLink('product&task=show&cid='.$this->row->product_id.'&name='.$this->row->alias.$this->itemid.$this->category_pathway,$this);
$link = $this->row->product_canonical;
The breadcrumb il always like we want now!
Thanks