-
Hi,
I’m working on my website, and I would like to have an area on the cart page where I could offer something to anyone who registers as a member of my store.
Topic summary
A store owner wants to create a promotional area on their cart page offering free gifts to customers who register as members.
Proposed Solution:
- The BOGOS app was recommended as a solution that can display a customizable gift slider directly on the cart page or cart drawer
- The app can be configured to show exclusive gift offers only to newly registered members (e.g., those who created accounts but haven’t made their first purchase)
- Once configured, the system runs automatically without manual tracking of customer eligibility
Current Status:
- The original poster plans to try the BOGOS app
- An alternative suggestion was made to work with a Shopify developer for custom implementation to avoid theme conflicts
- The discussion appears resolved with the app-based approach being accepted
I am Ellie from BOGOS: Free gifts, Discounts & Bundles. Nice to meet you here because our app can be exactly what you need to set up this type of promotion ![]()
Let me show you how it works:
1. Free gift on cart page
When someone adds items to their cart, they’ll see a beautiful gift slider right on the cart page. Then customers will pick the gifts from here.
What is more, this free gift slider can be customized easily and beautifully. Or you can display it on the cart drawer as well, see my screenshot below.
2. Gift for who registers in your store
The really cool part is how the app handles new member gifts. You can set it up so only people who register get to see these special offers. For example, if someone creates an account but hasn’t made their first purchase yet, they’ll see your exclusive gift options while they shop. It’s a great way to make new members feel special and encourage sign-ups.
The whole thing runs on autopilot once you set it up. No need to manually track who’s new or who qualifies - BOGOS handles all of that for you. Your customers get a seamless experience, and you get more registered members.
Install BOGOS here to try on your end!
Like or Accept as Solution if you find it helpful
I Ellie
Nice to meet you.
I’ll try it with BOGOS.
Thank you very much ![]()
Hi @MiguelSeixas , thanks for reaching out.
Regarding your request, if you’re looking to add new functionality beyond the theme’s built-in options, I recommend you work with a Shopify developer to ensure proper implementation and avoid potential conflicts with your theme’s code.
I hope my information is helpful to you.
Liz
You’re Welcome! If you have any questions about the app, feel free to contact Live chat or DM me in this forum ![]()
Let me know if the answer is helpful by hitting Like or Accept Solution as well, thank you ![]()
Hey @MiguelSeixas ![]()
You can totally set this up using Monk, a Shopify app, built specifically to ease free gifting for merchants. I’m with the team, and here’s how you can approach it.
Monk allows you to offer free gifts based on various parameters such as cart value, item count, collection, or even customer tags. In your case, you can create a free gift offer specifically for registered members by setting the trigger condition to a customer tag.
Once the criteria are met, the free gift can either be added automatically to the cart or can be selected manually by the customers via a widget present in the cart, product page or a pop-up.
The selection widget integrates seamlessly with your existing theme, and can be customized thoroughly to match your brand’s style and guidelines.
Using monk you can add a banner on the product page and in the cart highlighting the offer. The banner is highly customizable and supports media for improved visibility and engagement.
We have seen with 3000+ brands using Monk, that strategic free gifting can be highly effective for sales like Black Friday, Labour Day, Independence day and Cyber Monday.
Hi,
Adding a free gift on the cart page can get messy with theme code. A cart-drawer approach usually works better.
-
Works with Shopify’s cart API
-
Can auto-add/remove free gift based on cart total
-
No theme edits needed
-
Stays stable during theme updates
If you want an easier option, our Oxify Cart Drawer can handle this logic in the background.
Most themes do not have a built-in “member-only offer” section on the cart page, but you can add one in two ways:
1. Add a custom block to the cart page
In Online Store → Themes → Customize → Cart page, add a custom Liquid block and insert a small conditional like:
{% if customer %}
<!-- Show your special offer here -->
{% else %}
<!-- Show a message asking them to register or log in -->
{% endif %}
This lets you show a bonus, discount, or freebie only when the user is logged in.
2. Use a cart drawer or upsell app
Some apps let you show targeted offers inside the cart based on conditions like “customer logged in.”
If you want this to work inside the cart drawer with an easier setup, I recommend Oxify Cart Drawer. You can place a member-only upsell or message in the drawer that appears only for logged-in customers.
If my answer is helpful, I would appreciate it if you could give me a Like or accept it as a Solution!


