No content to show
User Activity
11-09-2023
Hi,I have checked. still its not showing. Thank you
11-09-2023
Hello @christian_russo ,I have checked on mobile on desktop as well . Cookie popup is not appear on both device. And as i see you are using Prestige theme.
11-09-2023
I will update you.
11-09-2023
Hi,As per above url, we need to do using javascript to populate data. Let me know if you need my help. I will happy to help you.Thank you.
11-08-2023
Sure. kindly check below code . `<p class="cart-attribute__field">
<label for="your-name">Name</label>
<input id="your-name" type="text" name="attributes[name]" value="{{ cart.attributes["name"] }}">
</p>` Thanks
11-08-2023
Hi @AVmaster , By using custom field you can add additional field. those field will be reflected on order as well. Using product.liquid file you can achieve this. `<p class="cart-attribute__field">
<label for="your-name">Name</label>
<input i...
Hello Ingeon,There is an issue with margin which is added on article. kindly put below css on theme.css .".article-template__back.element-margin-top.center.scroll-trigger.animate--slide-in { margin: 0; }" Let me know if you need any other help. i wil...