Elements: store-credit-name
A component to display the store credit name set in the memberr app.
_10<memberr-store-credit-name></memberr-store-credit-name>
Usage
1. Basic
_10<p>_10 You will receive <memberr-cart-cashback-amount></memberr-cart-cashback-amount> <memberr-store-credit-name></memberr-store-credit-name> with this order._10</p>
2. Advanced
_14<div class="w-full flex items-center text-sm {% if template.name == 'cart' %}justify-start{% else %}justify-center{% endif %}" style="{% if template.name == 'cart' %}margin-top: 1em;{% else %}margin-bottom: 1em;{% endif %} gap: .5rem;">_14 <svg width="20" height="20" viewBox="0 0 26 26" fill="none" xmlns="http://www.w3.org/2000/svg">_14 <g clip-path="url(#clip0_6163_8801)">_14 <path d="M6.27794 4.93717C10.3696 1.58404 16.4165 1.81737 20.2363 5.63717C24.304 9.70487 24.304 16.3007 20.2363 20.3684C16.1686 24.4361 9.57273 24.4361 5.50503 20.3684C4.25672 19.1218 3.34573 17.5784 2.85759 15.8831C2.36945 14.1878 2.32018 12.3963 2.7144 10.6768L2.79461 10.3507L4.80919 10.882C4.30976 12.7801 4.49637 14.7937 5.33615 16.5678C6.17592 18.3418 7.61496 19.7626 9.39964 20.5795C11.1843 21.3965 13.2001 21.5573 15.0917 21.0336C16.9834 20.5099 18.6294 19.3353 19.7398 17.7168C20.8503 16.0983 21.3537 14.1398 21.1615 12.1864C20.9693 10.233 20.0938 8.4102 18.6893 7.03915C17.2847 5.6681 15.4413 4.83682 13.4839 4.69182C11.5264 4.54682 9.58064 5.0974 7.9894 6.24654L7.75919 6.41946L8.81857 7.47883L4.03107 8.583L5.13523 3.7955L6.27794 4.93717Z" fill="#000000" style="stroke: none;"></path>_14 <path d="M10.9956 11.125C11.0833 11.0084 11.1802 10.8965 11.2864 10.7903C12.5068 9.5699 14.4854 9.5699 15.7058 10.7903L17.0316 9.46447C15.079 7.51184 11.9132 7.51184 9.96055 9.46447C9.47063 9.95438 9.10364 10.5207 8.85956 11.125H7.87109V12.375H8.53506C8.48308 12.7899 8.48308 13.2101 8.53506 13.625H7.87109V14.875H8.85956C9.10364 15.4793 9.47063 16.0456 9.96055 16.5356C11.9132 18.4881 15.079 18.4881 17.0316 16.5356L15.7058 15.2097C14.4854 16.4301 12.5068 16.4301 11.2864 15.2097C11.1802 15.1036 11.0833 14.9916 10.9956 14.875H13.4961V13.625H10.4339C10.3502 13.2129 10.3502 12.7871 10.4339 12.375H13.4961V11.125H10.9956Z" fill="#000000" style="stroke: none;"></path>_14 </g>_14 <defs>_14 <clipPath id="clip0_6163_8801">_14 <rect width="25" height="25" fill="white" transform="translate(0.371094 0.5)"></rect>_14 </clipPath>_14 </defs>_14 </svg>_14 <p>You will receive <memberr-cart-cashback-amount></memberr-cart-cashback-amount> <memberr-store-credit-name></memberr-store-credit-name> for this purchase.</p>_14</div>