Hello,
Where are data-action values implemented ?
I mean data-action html attributes, written in template files.
For example, starting from this html element :
<a href="#" class="aw-acp-popup__close action primary" data-action="continue">
<?php echo $block->escapeHtml(__('Continue Shopping')) ?>
</a>
Where can we find the implementation of "continue" action ?
Best regards.