Hello,
How I can do to make the shopping cart module does not show me the picture of the products?
I ask this because if there are children products without image shows me a blank box.
I think it's a bug VM.
Joomla 3.4.8
VM 3.0.12
regards
Hernan
.vmGkCartProducts img {
display: none;
}
#gkPopupCart .vmGkCartProducts > div > div {
margin-left: 0;
}
#gkPopupCart .vmGkCartProducts .gkPrice {
float: right;
}