Skip to content
This repository has been archived by the owner on Oct 20, 2023. It is now read-only.

nbsp in variant title is breaking everything #152

Open
Eben-Hafkamp opened this issue Feb 19, 2021 · 0 comments
Open

nbsp in variant title is breaking everything #152

Eben-Hafkamp opened this issue Feb 19, 2021 · 0 comments

Comments

@Eben-Hafkamp
Copy link

with .js endpoint:

onoptionchange callback is setting variant to null and breaking the website when it encounters a variant which contains an option title that has a   hidden in the variant title.


with liquid filter:

tried switching over to the non caching {{ product | json }} which is throwing a different error.
in the following code the name var is undefined:

if (product.options[i].name.toLowerCase() === option.name.toLowerCase()) {
optionArray[i] = option.value;
break;
}

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant