Add to Cart Quantity Buttons

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Thu Oct 18, 2012 3:31 am
Reply with quote
Report this post
We have noticed that the quantity buttons to + or - amount of items purchased to not have any indicators of what they are? How can we add a + or - to these buttons or remove them all together?


ScreenSnapz.jpg
User avatar
Senior Boarder

teitbite
Thu Oct 18, 2012 2:25 pm
Reply with quote
Report this post
Hi

Please show me an exact page You have an example of this.
User avatar
Moderator

GK User
Fri Oct 19, 2012 12:27 am
Reply with quote
Report this post
Thanks for your reply and have pm'd the website address. Thanks.
User avatar
Senior Boarder

teitbite
Fri Oct 19, 2012 6:45 pm
Reply with quote
Report this post
Hi

Ok. I can see that there is no arrow up and down images attach to this template. So please add them into template's /images folder. Than Please add this code to override.css (remember to allow using of this file in template settings):

Code: Select all
.quantity-plus {
background: url(../images/[arrow_up_file_name_here].png) no-repeat center center transparent !important;
}

.quantity-minus {
background: url(../images/[arrow_up_file_name_here].png) no-repeat center center transparent !important;
}
User avatar
Moderator

GK User
Tue Oct 23, 2012 3:06 am
Reply with quote
Report this post
thanks that worked perfectly :)
User avatar
Senior Boarder

teitbite
Wed Oct 24, 2012 1:42 am
Reply with quote
Report this post
Hi

No problem. Glad I could help :)
User avatar
Moderator


cron