VirtueMart Forum

VirtueMart 2 + 3 + 4 => General Questions => Topic started by: huynhphuct on January 26, 2016, 14:12:41 PM

Title: Error with plus & minus quantity Box
Post by: huynhphuct on January 26, 2016, 14:12:41 PM
I have seen the error when preview any items currency đ (VNĐ) language is VietNamese.
There are some links under plus & minus button in quantity box; website link to viewcart page when click plus & minus.
(http://takeit.vn/images/errorvm.PNG)
See the error here http://takeit.vn/index.php/vi (http://takeit.vn/index.php/vi)
I want to fix it, if cant, I want to hide it out.
Helpme, pl!!!
Title: Re: Error with plus & minus quantity Box
Post by: PRO on January 26, 2016, 15:48:56 PM
looks like a problem with your custom template override
Title: Re: Error with plus & minus quantity Box
Post by: huynhphuct on January 27, 2016, 02:54:04 AM
Hi bro,
What should I do with this issues? I am a new chick.
Atually, I dont understant about custorm teamplate override, I edited & changed conteint from old quick Start, yes, is that?
help me!
Thanks for your time!
Title: Re: Error with plus & minus quantity Box
Post by: GJC Web Design on January 27, 2016, 10:51:51 AM
poor template code

do

.quantity-controls.quantity-plus,
.quantity-controls.quantity-minus {
  font-size: 0;
}
.wrap-qty {
  width: 150px !important;
}