在 Shopify 中,轉到 > 模板。
找到您要編輯的模板,然后點擊操作 > 編輯代碼。
在 Assets 目錄中,點擊添加新資產。
點擊選擇文件,以瀏覽到您計算機上的新禮品卡圖片并上傳。我們建議使用簡單的文件名,例如 blue-giftcard.png
。
提示:禮品卡圖片的建議大小為 950 × 550 像素(您還可以使用 5:3 的或最小尺寸 450 x 270 像素)。
點擊上傳資產。新的禮品卡圖片將顯示在您的 Assets 目錄中。請記下文件擴展名(.png
或 .jpg
)。
在 Templates 目錄中,點擊 gift-card.liquid
。
在該文件中以下代碼:
liquid<img src="{{ 'gift-card/card.jpg' | shopify_asset_url }}" alt="">
將它替換為以下代碼:
liquid<img src="{{ 'blue-giftcard.png' | asset_img_url: '1024x1024' }}" alt="">
點擊保存。
備注:請確保根據需要將 blue-giftcard.png
更改為新圖片的文件名和擴展名。
在模板代碼編輯器中,點擊右上角的自定義模板。
打開模板編輯器。
在頁面頂部的下拉菜單或在移動設備上的模板菜單中,選擇禮品卡。
Personalize gift cards with a custom image
, then you might be able to contact Shopify Support for help with this tutorial. It requires 15 minutes of design time. To learn more, refer to .Upload a new image for your gift card
From your Shopify admin, go to Online Store > Themes.
Find the theme you want to edit, and click Actions > Edit code.
In the Assets directory, click Add a new asset.
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
of 5:3 or a minimum size of 450px by 270px).blue-giftcard.png
.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
your new gift card image
In the Templates directory, click
gift-card.liquid
.the following code within the file:
<img src="{{ 'gift-card/card.jpg' | shopify_asset_url }}" alt="">Replace it with the following:
<img src="{{ 'blue-giftcard.png' | asset_img_url: '1024x1024' }}" alt="">Click Save.
From the theme code editor, in the top right-hand corner, click Customize theme.
Open the theme editor.
From the drop-down menu at the top of the , or from the Templates menu on mobile, select Gift card.
特別聲明:以上文章內容僅代表作者本人觀點,不代表ESG跨境電商觀點或立場。如有關于作品內容、版權或其它問題請于作品發(fā)表后的30日內與ESG跨境電商聯(lián)系。
平臺顧問
微信掃一掃
馬上聯(lián)系在線顧問
小程序
ESG跨境小程序
手機入駐更便捷
返回頂部