Hi,
about the link,
the link:
http://scale-fpv.de/index.php/produkte/warenkorb
work if I klick in, but you see the problem only if you have something in your cart. So include something e.g. from
http://scale-fpv.de/index.php/produkte/schrauben
And in my console I have found a TypeError:
TypeError: el is null
checked = el.checked,
which is from warenkorb (Zeile 286, Spalte 5) and on line 286
function displayRegistration(el)
{
var value = el.value,
[b]286 checked = el.checked,[/b]
name = document.getElementById("hikashop_registration_name_line"),
username = document.getElementById("hikashop_registration_username_line"),
pwd = document.getElementById("hikashop_registration_password_line"),
pwd2 = document.getElementById("hikashop_registration_password2_line"),
registration_div = document.getElementById("hikashop_checkout_registration"),
login_div = document.getElementById("hikashop_checkout_login_form");