Checkout+: Rebuy Cart Setup

Edited

OVERVIEW

Merchants using non-standard Rebuy integrations in their Shopify stores can follow the instructions below to add Checkout+ to their cart.


Setup

Note: For most merchants, Rebuy integration should occur automatically once the app embed is turned onsee Checkout+: Setup. The following steps are only needed if a merchant has a non-standard Rebuy integration.

  1. Disable the Checkout Button toggle and enable the View Cart Button toggle in the merchant's Rebuy Smart Cart settings. See Rebuy's Smart Cart Settings article for details.

  2. Following the directions in Rebuy's Smart Cart Custom Code Blocks article, add a custom code block and paste in the snippet below. Move the code block to the location on the cart where the button should be displayed.

    <div id="offset-cart-drawer-ui-offer">
        <button type="button" class="rebuy-button rebuy-cart__checkout-button block">
            <span>
                <i class="rebuy-button-icon prefix fas fa-lock"></i>
                Checkout
                <i></i>
            </span>
        </button>
    <div>

The Checkout+ button will now be shown in the Rebuy cart.


Please reach out to support@loopreturns.com with any additional questions.

Was this article helpful?

Sorry about that! Care to tell us more?

Thanks for the feedback!

There was an issue submitting your feedback
Please check your connection and try again.