Quote:
Originally Posted by Learner
Hi Qualiteam,
I have made an x cart site and call cart on header.I have changed cart full and cart empty image but these different images are not call properly at the first time.When i refresh the page then image come.Have there any problem to call cart on header in 2 columns Light and lucid Template? My site url is www.arcaindia.com/shop. (Test Site)
Can you help me to achieve this??
|
I have got this working with the original images so now it's just a matter of putting in the new images.
I have simply called menu_cart.tpl from head.tpl. I did not wrap this in another div but used menu-dialog wrapper and modified the CSS for that to get the placement I required. Obviously you could adapt this and make new_menu_dialog.tpl but I didn't need too.
This left me with the same issue as you. After several hours getting no where i tried various mock ups and found by addressing the follwing two classes with the header ID, my problem was solved.
#header .ajax-minicart img.icon
#header .ajax-minicart img.minicart-button
There may be a few more that will need to be changed but this works for me.