Product links in Mini Cart give a “Product not found” error
This is true either for the Title product link (just after "Name:"), and for the picture product link.
Eg in my test environment:
SJ Mini Cart makes a link of :
localhost/component/hikashop/tweed-patch-cap0
The number zero at the end is wrong.
When the number zero is removed the link “works”
localhost/component/hikashop/tweed-patch-cap
But:
Workaround
Template Out \modules\mod_sj_hk_minicart_pro\tmpl\default_list.php to
\templates\YOUR-TEMPLATE\mod_sj_hk_minicart_pro\default_list.php
Replace instances of
$product->link
with
hikashop_completeLink('product&task=show&cid='.$product->product_id.'&name='.$product->alias.$url_itemid.$category_pathway);
Hope this helps someone