My client wants to improve coupon usage in cart page which will act as a typeahead component. He wanted to test with Google Optimise(A/B testing).
Current cart page: Just a coupon textbox and apply button.
Variation: suggestion textbox(like typeahead) with the apply button.
We have developed cart page with angularjs but my client wants to create variation page only with google optimize visual editor. How can I create typeahead using optimize editor without angularjs and how to bind a value to the textbox model?