美文网首页
shopify页面开发!

shopify页面开发!

作者: ueeshop吖 | 来源:发表于2018-11-29 09:23 被阅读0次

shopify页面开发!

在安装好模板主题之后,我们是可以对它的页面在次进行二次开发,这里给大家说shopify如何开发页面模板。

一、创建页面模板,在模板文件里要引用session文件,配置session。

二、在session文件,插入类似如下代码,基于这段代码结合需求做修改。

{% schema %}

{

“name”: “CTA Blocks”,

“max_blocks”: 3,

“settings”: [

{

"id": "text-box",

"type": "text",

"label": "Heading",

"default": "Title"

}

],

“blocks”: [

{

"type": "select",

"name": "Add Button",

"settings": [

{

"id": "link",

"type": "url",

"label": "Button link"

},

{

"id": "linktext",

"type": "text",

"label": "Button text",

"default": "Click here"

}

]

}

],

“presets”: [

{

"name": "Call to Action Blocks",

"category": "CTA button",

"blocks": [

{

"type": "select"

},

{

"type": "select"

}

]

}

]

}

{% endschema %}

{% stylesheet %}

{% endstylesheet %}

{% javascript %}

{% endjavascript %}

三、实现的效果如图所示:

shopify开发教程还有很多,欢迎随时关注shopify教程网

UEESHOP外贸建站,11年的外贸建站经验,目前合作客户17500+,UEEHOP是我们公司自主研发的系统,有系统专利证书,我们也是PAYPAL官方推荐的外贸建站商。qq:613354080

相关文章

网友评论

      本文标题:shopify页面开发!

      本文链接:https://www.haomeiwen.com/subject/yxlxcqtx.html