thanks for the quick reply!
1. no there is no such css rule and also no template override. here is the module code, as you can see no title in there:
<div id="hikashop_cart_module" class="hikashop_cart_module">
<div class="hikashop_cart" id="hikashop_cart">
<a href="/bestellvorgang/checkout" class="hikashop_small_cart_checkout_link">
<span class="hikashop_small_cart_total_title">3 Artikel für
<span class="hikashop_product_price_full">
<span class="hikashop_product_price hikashop_product_price_0">44,70 €</span>
</span>
</span>
</a>
<a href="#" onclick="window.location='/online-shop/product/cleancart?return_url='+window.btoa(window.location); return false;" class="hikashop_small_cart_clean_link">
<img border="0" alt="clean cart" src="/media/com_hikashop/images/delete2.png">
</a>
<input type="submit" onclick="var field=document.getElementById('hikashop_product_quantity_field_3');window.location='/bestellvorgang/checkout';return false;" value="Zur Kasse" name="checkout" class="btn button hikashop_cart_input_button"></div>
<div class="clear_both"></div>
</div>
2. tried just now, even if cart is empty, the element is not, because there appears the message "cart is empty" inside of it...
any idea?
checkout 1. & 2. ... i see, would be nice though to change (2) via language files?
Also there appeared another issue / question today:
- we are trying to add direct custom "add to cart" links from other non-hikashop sections of the website
- so far we could figure out how to do this from within hikashop sections:
hikashopModifyQuantity('X',1,1,'hikashop_product_form_X_hikashop_category_information_menu_169','cart',0);
the produkt with the ID[X] gets added to the cart. if i want to use this js outside the shop, i get in firebug "ReferenceError: hikashopModifyQuantity is not defined"
- what scripts do i have to include in order to use the js outside the shop?
- or is there maybe an even better way?
best regards