cart overview, squares with no icons

GK User
Tue Jul 17, 2012 10:07 pm
hi there,

on my site:
http://test.galaspecialist.nl/

when you add the article to the cart, there are strange icons, next to the pricing. (as soon as you use stockable variants, these pop up). The function behind the icons work ( +/ - ) but i assume there are icons missing? please take a look at the image

i also want to delete the labels underlined in red ("Maat en Kleur" /" Prijs:Gratis")

hope you can help me
User avatar
Platinum Boarder

GK User
Thu Jul 19, 2012 9:36 am
By default this quantity buttons are not in our overrided view (this is added by custom VM javascript) to get view like on our demo site you need to use this code :

span.quantity-controls {display: none}

to hide top label :

label.product-fields-title {display: none}
User avatar
Platinum Boarder

GK User
Thu Jul 19, 2012 9:44 am
so i need to add those tot the override CSS ?
User avatar
Platinum Boarder


cron