A space to discuss online store customization, theme development, and Liquid templating.
Hallo,
I need to add or copy product page area on home page using theme Basel.
How can I do that with coding? I’ve already tried to create a new section and copied following code {%- include product.page.area% -} inside this section but it isn’t working. How can I solve this problem?
I mean I need to copy product page to home page where the customer can add products directly to card without to visit general product page
Hi,
The easiest way to add a buy button feature to your homepage is to check if your theme has a component ready to use that supports this functionality. You can find the component in the Theme Editor.
If your theme does not have a ready-to-use component, then you may need to add a piece of code for the buy button feature. The code may vary depending on the theme you are using, so please me on private message and we can see how to help you further because it may require access to your theme code.