Discuss and resolve questions on Liquid, JavaScript, themes, sales channels, and site speed enhancements.
Hello all,
I am using the Prestige theme for my store and I am curious what the best way to go about adding an "Add to Cart" button to a custom page template and retaining the ajax add to cart functionality. Currently, when you click the "Add to Cart" button you are taken to /cart even though my theme setting is set to cart type: drawer.
The cart is empty and the cart icon does not display the red notification dot that signifies an item is in your cart.
When you navigate anywhere else on the site the cart is not updated with the item you added from this custom page template. BUT if you were to navigate back to the page using this custom template the cart shows the item you added.
What I have is a custom page template with a number of sections.
Like so: page.custom-template.liquid
{% section 'page-hero' %}
{% section 'page-intro' %}
{% section 'page-featured-product' %}
...
Within the "page-featured-product section", I am using a "form" liquid tag.
Solved! Go to the solution
This is an accepted solution.
Hello,
In Prestige theme check custom.js under Assets there you will find the hint to implement ajax cart in collection/custom page.
Thanks
This is an accepted solution.
Hello,
In Prestige theme check custom.js under Assets there you will find the hint to implement ajax cart in collection/custom page.
Thanks
@Guleria , you are correct. I completely forgot about the comments in that file. Thank you
Thanks to everyone who participated in our AMA with 2H Media: Marketing Your Shopify St...
By Jacqui Sep 6, 2024The Hydrogen Visual Editor is now available to merchants in Shopify Editions | Summer '...
By JasonH Sep 2, 2024Note: Customizing your CSS requires some familiarity with CSS and HTML. Before you cust...
By JasonH Aug 12, 2024