使用自定义图片个性化设置礼品卡


为礼品卡上传新图片

  1. 在 Shopify 后台中,转到在线商店 > 模板

  2. 找到您要编辑的模板,然后点击操作 > 编辑代码

  3. 在 Assets 目录中,点击添加新资产

  4. 点击选择文件,以浏览到您计算机上的新礼品卡图片并上传。我们建议使用简单的文件名,例如 blue-giftcard.png

提示:礼品卡图片的建议大小为 950 × 550 像素(您还可以使用 5:3 的纵横比或最小尺寸 450 x 270 像素)。

  1. 点击上传资产。新的礼品卡图片将显示在您的 Assets 目录中。请记下文件扩展名(.png 或 .jpg)。

编辑礼品卡模板文件,使其使用您的新图片

  1. 在 Templates 目录中,点击 gift-card.liquid

  2. 在该文件中查找以下代码:

    liquid <img src="{{ 'gift-card/card.jpg' | shopify_asset_url }}" alt="">

  3. 将它替换为以下代码:

    liquid <img src="{{ 'blue-giftcard.png' | asset_img_url: '1024x1024' }}" alt="">

  4. 点击保存

备注:请确保根据需要将 blue-giftcard.png 更改为新图片的文件名和扩展名。

预览您的新礼品卡图片

  1. 在模板代码编辑器中,点击右上角的自定义模板

  2. 打开模板编辑器。

  3. 在页面顶部的下拉菜单或在移动设备上的模板菜单中,选择礼品卡

Shopify商户官网原文详情:

Personalize gift cards with a custom image

Upload a new image for your gift card

  1. From your Shopify admin, go to Online Store > Themes.

  2. Find the theme you want to edit, and click Actions > Edit code.

  3. In the Assets directory, click Add a new asset.

  4. Click Choose File to browse to the new gift card image on your computer and upload it. We suggest using a simple filename, for example blue-giftcard.png.

  5. Click Upload asset. The new gift card image will appear in your Assets directory. Take note of the file extension (.png or .jpg).

Edit the gift card template file so that it uses your new image

  1. In the Templates directory, click gift-card.liquid.

  2. Find the following code within the file:

    <img src="{{ 'gift-card/card.jpg' | shopify_asset_url }}" alt="">
  3. Replace it with the following:

    <img src="{{ 'blue-giftcard.png' | asset_img_url: '1024x1024' }}" alt="">
  4. Click Save.

Preview your new gift card image

  1. From the theme code editor, in the top right-hand corner, click Customize theme.

  2. Open the theme editor.

  3. From the drop-down menu at the top of the page, or from the Templates menu on mobile, select Gift card.

文章内容来源:Shopify商户官方网站


(本文内容根据网络资料整理,出于传递更多信息之目的,不代表连连国际赞同其观点和立场)