Jump to content

Problem with Quantity indicator on description and cart pages


Recommended Posts

Hi !

I have a problem ...till yesterday was all ok but now on description and cart pages Quantity indicators are gone !!

as pic:

It seems related to a js file and some lines as :

T.buttonup_class+' bootstrap-touchspin-up" type="button">'+T.buttonup_txt+"</button>

I have no idea where is the error and how to fix it

...any suggest ?

 

Thank you !

Maurizio

 

Screenshot_1.png

Link to comment
Share on other sites

Either someone broke the css file, or the material icons are not being loaded anymore.

 

.bootstrap-touchspin .input-group-btn-vertical .touchspin-up:after {
    content: "E5CE";

Should be

 

.bootstrap-touchspin .input-group-btn-vertical .touchspin-up:after {
    content: "\E5CE";


in theme.css, likely got stripped out when saving the file

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...