No pricing buttons

"No pricing buttons" simply promote financing with Clicklease and do not calculate a monthly payment. These are useful for displaying on pages without an item amount or total cost. All buttons link to a lease application associated with your store.

By changing the "button" tag, not including the price attribute.

<clk-button  desc="apple" button="primary_light_price4" token="55dd82b3-a9ae-431c-a58d-6fc67dd4a33d"></clk-button>
<script>
        async function getScript() {

            (function (w, d, s, l, i) {

                w[l] = w[l] || [];
                w[l].push({

                });
                var f = d.getElementsByTagName(s)[0],
                    j = d.createElement(s),
                    dl = l != 'dataLayer' ? '&l=' + l : '';
                j.async = true;
                j.src = 'https://uat.clicklease.com/jsdk/getScript';
                // j.src = 'https://uat.clicklease.com/jsdk/static/js/cls-buttons-creator-script.js';
                f.parentNode.insertBefore(j, f);

            })(window, document, 'script', 'dataLayer');

        }
        getScript();
    </script>

Listed below are examples for each "No pricing button" and the button attribute that is needed

To use the light mode no price buttons here are some examples.

Button AttributeExample

button="default-light-1"

button="black-light-1"

To use the dark mode no price buttons here are some examples.

Button AttributeExample

button="default-dark-1"

button="white-dark-1"