All things Shopify and commerce
Hi Please help me
It is working on product detail page but it is not working when I add a featured product on homepage. Please let me know if this is possible and if so then how?
My app
And my below widget is not working on homepage product
@XJoseph You can talk to app support for this issue. They can help you with this easily.
Was I helpful?
Sandesh Paudyal |
| Shopify Developer
Need help with your store?
sandeshpaudyal99@gmail.comFor quick response - Message Me : +9779851353732
I spoke to customer support who said:
"Right now the subscription app only work son the product page itself I'm afraid, so you would need to redirect to the product page in order for it to be visible."
Currently investigating if there's ways around this to avoid paying much extra for custom apps...
Did you find a solution to your case?
Hi @XJoseph
Dan here from Ryviu: Product Reviews & QA.
You can try to add that code to featured-product.liquid file in Online Store > Themes > Edit code.
Best Regards,
Dan
- Solved it? Hit Like and Accept solution! ❤️Buy Me Coffee❤️
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image: Easy and fast to create Photo Gallery, Lookbook, Shop The Look.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.
Yes i tried but not working
I spoke to customer support who said:
"Right now the subscription app only work son the product page itself I'm afraid, so you would need to redirect to the product page in order for it to be visible."
Currently investigating if there's ways around this to avoid paying much extra for custom apps...
Did you find a solution to your case?
Hi Baseline, this is old. Our store has a unique setup with a custom build a box, so our add to basket was already custom.
But I was able to integrate the subscription right into any page I want. This may no longer be relevant to you, but for others.
On our now product page
<div id="subsriptioninfo">
<p>Save 20% OFF your 1st order + 5% OFF all future orders. No contract. Cancel anytime. <a class="subscribepopup" href="#">More Info ></a></p>
<select id="frequencyselection" name="selling-plan">
{% for group in my_product.selling_plan_groups %}
{% for selling_plan in group.selling_plans %}
<option value="{{ selling_plan.id }}" alt="{{ selling_plan.selling_plan.price_adjustments.size }}">
{% assign subscribename = selling_plan.name | remove: ', 5% off' %}
{{ subscribename }}{% if subscribename == 'Deliver every 3 weeks' %} (recommended){% endif %}
</option>
{% endfor %}
{% endfor %}
</select>
</div>
As this is using shopifys code to display, it comes with the subscription ID values on the select options.
As it is a specific product, I used to pass the product to the subscription
{%- liquid
for product in collections.all.products
if product.id == 7447390224613
assign my_product = product
endif
endfor
endpaginate
-%}
Then in the Javascript was
var choosenFrequency = '';
if ($('#SubscribeSave').is(":checked")) {
choosenFrequency = $('#frequencyselection option:selected').val();
}
The later
Shopify.moveAlong = function() {
if (Shopify.queue.length) {
var request = Shopify.queue.shift();
var data = {};
if (request.properties) {
data = {
id: request.variantId,
quantity: request.quantity,
selling_plan: choosenFrequency,
properties: {
Essences: essenceString,
Price: '£' + boxPrice.toFixed(2),
'Base': choosenBase
}
};
} else {
data = {
id: request.variantId,
quantity: request.quantity
};
Hi, the app will display in the Featured Product section on the home page of the Dawn and Refresh theme?
-Kriszti
2m ago Learn the essential skills to navigate the Shopify admin with confidence. T...
By Shopify Feb 12, 2025Learn how to expand your operations internationally with Shopify Academy’s learning path...
By Shopify Feb 4, 2025Hey Community, happy February! Looking back to January, we kicked off the year with 8....
By JasonH Feb 3, 2025