Normal Button

Normal Button
<a href="/link-to-page" class="elementor-button-link elementor-button elementor-size-sm" role="button">
<span class="elementor-button-content-wrapper">
<span class="elementor-button-text">Normal Button</span>
</span>
</a>

Add To Cart Button, for Swatches

In the <a> tag, you will see an attribute href=”?add-to-cart=73390″ this link will add any product to the cart, not just swatches. You can get the ID being used in the URL from the products area.

    Order Swatch
<a href="?add-to-cart=73390" class="elementor-button-link elementor-button elementor-size-sm" role="button">
<span class="elementor-button-content-wrapper">
<span class="elementor-button-text">
<i class="fas fa-receipt"></i> &nbsp;&nbsp;&nbsp; Order Swatch</span>
</span>
</a>