Discuss and resolve questions on Liquid, JavaScript, themes, sales channels, and site speed enhancements.
I recently downloaded a new Wishlist app and I'd like to make some changes to the page that houses the user's Wishlist but I'm not sure because the code used in their javascript is a bit foreign to me.
I'd like to be able to reproduce this code:
{{ product.description | strip_html }}
but in javascript, which is currently here.
renderProductTitle({ product, variant }) { if (!this.showProductTitle) { return; } return html` <div class="wk-product-title"> <a class="wk-text-link" href=${this.getProductUrl(product, variant)}> ${product.title} </a> <div class="wk-prod-desc">${product.description}</div> <div class="wk-tags">${product.tags}</div> </div> `; }
I don't know if I have access to the liquid features from here. Can anybody help?
Thanks in advance.
In Canada, payment processors, like those that provide payment processing services t...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025