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:
You will need to build out 'hidden' products within Shopify. That can be accomplished by following this article:
Step 2:
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.
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;
}