Hi,
Simone wrote: Hi, my other question still stands as well, how do I get rid of this link on my pages: HikaShop , Joomla!™ Online Store Component
www.hikashop.com/support/faq.html
The cart still does not show, the module with content of the cart does show nicely, but not the top part where you see the cart in the blue banner where it says 'my cart'.
Like I said : The module have a special suffix ( cart ) so the classname of the div is : moduletable-cart
You have to specify a class suffix in your Joomla module configuration for your "my cart" module.
After that, for the blue style, the image is configured but the CSS rule is commented.
You have to edit the style (in the backend of HikaShop) and remove the "/* */" just before and just after that:
.moduletable-cart h3{
background: url("../images/style_pictureblue/cart_bg.png") no-repeat scroll right center;
color: #FFFFFF;
padding:10px 0px 8px 10px;
text-align: left;
border-bottom:2px solid #236780;
margin:0px;
}
And if your module have the right suffix, the image will be displayed.
Regards,