Any ideas why the mini-modal for the cvv code doesn't work in Colossus? No error is being thrown in Chrome Developer Console. It seems the demo store is using Mivapay so it doesn't have the "What's This" link to compare to.
Code:
<button class="c-button c-button--small c-button--clear u-bg-transparent x-messages--info" data-mini-modal data-mini-modal-type="inline" data-mini-modal-content="data-cvv" title="Card Security Code Information">What's This? <span class="u-icon-question"></span></button>
Comment