App reviews, troubleshooting, and recommendations
Hi all,
I'm trying to create an automatic free shipping discount for specific customers.
You can select customers with the other discounts but not shipping discounts for some reason.
I would rather not use an app i might have to?
Any help will be most appreciated!
What if you created a free shipping discount code, and then only showed that code to customers with a certain tag?
You would do that by adding some theme code, something like this:
{% if customer.tags contains "Free Shipping" %}
<p>You qualify for free shipping. Use this code: FREESHIPWOO</p>
{% endif %}
Hi Joe, i have made a tag called SHIPPINGSAVER and I have a discount code called SHIPPINGSAVER. I pasted this
{% if customer.tags contains "SHIPPINGSAVER" %}
<p>You qualify for free shipping. Use this code: SHIPPINGSAVER</p>
{% endif %}
at the bottom of base.css but nothing has changed. Do you think i have written it wrong or put the code in the wrong place?
That is a Liquid code snippet. It doesn't belong in a CSS file.
CSS files are for defining the visual appearance of your website.
Place it in a .liquid file instead.
The snippet is HTML and Liquid, so doesn't have any use in a CSS file... When you see {% %}, that's Liquid. It's worth learning it if you're editing your theme yourself: https://shopify.dev/docs/api/liquid
You would put this type of snippet wherever you want it to show. For example, if you want it to show under the add to cart button, you'd find where the add to cart code is in your theme (if you're not sure, start with the product.liquid template, then read the code and follow the snippets, sections, etc to arrive at the add to cart button code... I've seen it before in a Snippet called product-form.liquid, but depends what theme you're using).
This article has some basics about editing your theme and where to find code: How to Safely Edit Your Shopify Theme
Might be worth trying the app @tobebuilds mentioned if you're doing this often and the coding gets too time intensive and the app does what you want. Apps cost money but if they save you time (that can be used to grow the business) or money from hiring out it's usually a good investment.
Another idea I just thought of, you could include a free shipping discount to customers in their order email (or review ask email, or after they leave a review, etc).
When I ran a store we used Judge.me reviews app, then Bulk Discount Codes app to generate discount codes, and had Judge.me send a unique discount code to customers post order. Has multiple benefits: you give the customer value + incentivize the next sale.
Hope those options of doing with code or app helps.
This option has some drawbacks:
Hi UncleGym,
Though you said you would rather not use an app, if you'd like to avoid headaches and discount code leaks, as well as saving some of your own time, I recommend trying our app, Regios Automatic Discounts (4.9 stars, Built for Shopify).
Here's a screenshot of how you could easily create an automatic free shipping discount for customers with a specific tag:
If you have any questions about this, just reply, and I'll be happy to help.
Best,
Tobe
Another workaround, you create a customer-specific discount and push it with a script: here. Again, it only works if the customers log in before checkout.
This seems the best way to do it without having to code or spend money but the problem is, it wont let me create a shipping discount for specific customers. It works with percentage discounts etc but not shipping discounts for some reason?
@UncleGym , can you confirm if you're able to see the "specific customers" option for non-shipping discounts, for ex. an Automatic Product discount?
I believe the option to select specific customers is not available for any type of Automatic discounts. I don't see the customers option even for a Product discount if "Automatic" is selected.
Hello,
Our app Stack Discounts Ninja will do exactly what you need.
For basic requirements you need, after installation, enable the app.
Then you need to create an Automatic Campaign, and select customer tags:
Add one or more discounts under this campaign.
Thanks.
Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024Hey Community! It’s time to share some appreciation and celebrate what we have accomplis...
By JasonH Nov 14, 2024