All Collections
Widgets
Gift with Purchase
Free Gift With Purchase (GWP) without Shopify Plus
Free Gift With Purchase (GWP) without Shopify Plus

This article will show you a workaround to build out automatic GWP if you are not on Shopify Plus

Christian Sokolowski avatar
Written by Christian Sokolowski
Updated over a week ago

OVERVIEW

Today, Non-Shopify Plus stores have a disadvantage and do not have the ability to use Shopify Scripts. This causes some trouble when attempting to build out automatic free gift with purchase scenarios.

Never fear! This workaround will show you what can be done within Shopify and Data Sources within Rebuy that can make it happen!!

STEP 1 | CREATE HIDDEN PRODUCT

You will need to build out 'hidden' products within Shopify. That can be accomplished by following this article:

STEP 2 | CREATE GWP WIDGET

You will need to build out a free gift with purchase workflow by following this article:

Now you can set your free gift with purchase widget live and the 'hidden' product will add to the cart for the promotion you are running. Follow instructions below on how to install the widget.

NOTE: If you'd like to disable quantity selection to prevent customers from adding multiple products, you'll need to add the following CSS to your Rebuy theme:

.property-value-rebuy-gift-with-purchase .rebuy-cart__flyout-item-quantity-widget {
display: none;
}


STEP 3 | INSTALLING GIFT WITH PURCHASE (GWP)

Since the gift with purchase widget is more of a global widget, you should install the widget within the theme.liquid file instead of app blocks even if you have access to app blocks. You can follow the instructions within this article:


DISCOUNTING WITHOUT SHOPIFY PLUS

Since you are not on Shopify Plus, you will need to use the discounting within Shopify. Follow the instructions on their help center to get started!

Did this answer your question?