I'm currently passing an array of product id's into values. This works great and the input's value is set to the product id based. The issue i have is that I do not want the product id's to be what the slider shows and I would like the slider to show product names.
Basically i need the slider to set the input's value to the id, but then the slider to not show the id but to show the name.
I'm currently passing an array of product id's into values. This works great and the input's value is set to the product id based. The issue i have is that I do not want the product id's to be what the slider shows and I would like the slider to show product names.
Basically i need the slider to set the input's value to the id, but then the slider to not show the id but to show the name.