Shopify 上传并展示静态页面(landing page)

By | 2025-11-08

简单来说就是: 1. 进入主题源码编辑(Edit Code),在layout路径下,创建layout,比如文件名为:landing.liquid, 复制你的LP代码到这个文件里保存。以下是示例landing page内容: 注意:{% comment %} … {% endcomment %}这部分的内容不能删掉。 2. 在主题sections路径下,新建section空文件,如:lp-custom1.liquid,文件内容为空。 3. 在主题templates路径下,创建新的template,比如文件名为page.landing.json,文件内容如下 注意: 保存后,回到shopify后台,新建page,Template选择你刚才新建的template。page内容为空就可以了。 这个方式,有2点要注意:

Shopify 商品页倒计时代码

By | 2025-09-15

功能: 使用方式: shopify 主题 sections目录下,找到main-product.liquid文件,在 main-product.liquid 中有一段类似: 在 case 里加入一条分支: 然后在同文件底部的 {% schema %} → “blocks”: [ … ] 数组中,新增一个 block 定义(可放在合适位置)。下面是完整可用的 block schema

Shopify和taboola标准事件

By | 2025-06-23

1. Shopify标准事件 shopify标准事件 备注 alert_displayed cart_viewed checkout_address_info_submitted 填完地址触发 checkout_completed 付款成功触发 checkout_contact_info_submitted 填完邮箱触发 checkout_shipping_info_submitted 填完地址触发 checkout_started 进付款页面触发 collection_viewed page_viewed payment_info_submitted 点击付款触发 product_added_to_cart product_removed_from_cart product_viewed search_submitted ui_extension_errored 参考链接:创建 Google Tag Manager 自定义像素标准事件Checkout Extensibility 2. Taboola标准事件 Taboola标准事件 事件参数 备注 View Content view_content Search search Add to Cart add_to_cart 可创建Predictive Audiences Add to Wishlist add_to_wishlist 可创建Predictive Audiences Start Checkout… Read More »