First of all, thanks for investigating my problem.
LiveSite is set as follows: public $live_site = '
photonland.nl
';
However after making my Cart empty in the Cart Module it tries to open the following page: "
photonland.nl/photonland.nl/hikashop-men...y/15-polykristallijn
", which is causing a 404 article not found error because of the double/extra generated "photonland.nl"
When I set LiveSite to public $live_site = '' and after making the Cart Module empty, "
photonland.nl/photonland.nl/hikashop-men...y/15-polykristallijn
" is not causing an error anymore. But now every and any article on the site starts with "
photonland.nl/photonland.nl/../
.. , so for me this is a solution, but not a very clean and good one.
When I set SEF friendly URL option to "No" in the joomla configuration settings and after making the Cart Module empty the URL "returned" is "
photonland.nl/index.php?option=com_hikas...istallijn&Itemid=266
", which is exactly the same URL as before emptying the Cart Module.
I'm not an experienced PHP programmer (in my younger day's I used to program a lot though), but what I don't understand is that Joomla SEF only in combination with Hikashop returns an extra "photonland.nl/" in the beginning. 
I must be missing something, clearly there is a lot left to learn for me in PHP and Joomla ... 
Maybe a very stupid question but isn't it possible to cut/peel of the first "photonland.nl" off the string? I tried to find the location but there was "encoding" and "decoding" there and I have no experience with Apache and PHP at all. So for me it's only speculating what is going on there
(did some adaption at another place though for layout purpose, needed product width set to 50% instead of 49% and found the right place to do so
left the "-1".)
However, compliments for Hikashop so far. Looks very good! Everything is working fine (except for above) in combination with responsive Joomlart template (Virtuemart directly caused unwanted behaviour).
Regarding my problem, my website is
www.photonland.nl
Thanks in advance for your answer!
Regards Frans