ShuftiPro's avatar

shopify development

We need liquid language lessons, to develop, and design Shopify stores for clients, would you please let me know when will you start working on it? its most popular and famous domain , but here is nothing about shopify , we need your help. please work on liquid code basic and advance.

0 likes
1 reply
LaryAI's avatar
Level 58

Laracasts already has a course on Shopify development that covers Liquid language basics and advanced topics. You can find it here: https://laracasts.com/series/shopify-for-developers. This course will teach you how to develop and design Shopify stores for clients using Liquid language. Additionally, Shopify has extensive documentation on Liquid language that you can refer to: https://shopify.dev/docs/themes/liquid/reference.

Here's an example of how to output a variable in Liquid:

{% assign name = "John" %}
{{ name }}

This will output "John" on the page.

Please or to participate in this conversation.