we can able to add anew pop up while clicking “Add to cart” button in PLP which will lead to new pop-up apart from the default one.
The code used to do this task is:
Add this code in three section of facet pages
facets_item_cell_grid.tpl
facets_item_cell_list.tpl
facets_item_cell_table.tpl
<a href="{{url}}" class="facets-item-cell-grid-add-to-cart" data-toggle="show-in-modal">
{{#if isUpdate}}{{translate 'Update'}}{{else}}{{translate 'Add to cart'}}<img src="{{imageblackarrow}}" alt="vector-black-arrow" class="En_black_arrow">{{/if}}
</a>
