cancel
Showing results for 
Search instead for 
Did you mean: 

Where are data-action values implemented ?

Where are data-action values implemented ?

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.