Godaddy主机利用Zen Cart快速搭建网站的方法

".extra-menu { background-color: #f3f3f3; padding: 20px; } .extra-menu .extra-menu-h { height: 36px; } .extra-menu .extra-menu-h h3 { display:inline-block; } .extra-menu ul a{ text-decoration: none; } .extra-menu .menu-child { text-indent: 4em; } .extra-menu .menu-child:before { left: 4em; } .extra-menu .extra-menu-h h3 { line-height: 36px; } .collapse-toggle { float: right; cursor: pointer; user-select: none; display: inline-flex; align-items: center; font-size: 14px; } .collapse-toggle img { width: 30%; transform: rotate(180deg); } .collapse-content { margin-bottom: 0px !important; margin-top: 20px !important; overflow: hidden; max-height: 0; transition: max-height 0.3s ease-out; } .collapse-content.expanded { max-height: 1000px; /\* 设置一个足够大的值,确保内容可以完全展开 \*/ } .ph-id { position: relative; top: -90px; } jQuery(document).ready(function( $ ) { $('.collapse-toggle').on('click',function(){ var content = document.querySelector('.collapse-content'); content.classList.toggle('expanded'); if (content.classList.contains('expanded')) { $(this).find('div').text('收起'); $(this).find('img').css('transform','rotate(180deg)'); } else { $(this).find('div').text('展开'); $(this).find('img').css('transform','rotate(0deg)'); } }) })

很多外贸站长在建站的时候,都会选择magento、Zen Cart等外贸常用的cms开源程序,那么对于[Godaddy](/#)主机来说有没有什么快速安装Zen Cart程序搭建网站的方法呢?今天就和大家分享一下方法教程。

一、首先我们需要登录Godaddy主机后台控制面板

![](https://www.idcspy.com/wp-content/uploads/2020/03/Godaddy1.gif)

我们可以在控制面板上看到“Zen Cart”我们直接点击就可以安装。如果我们需要安装其它脚本,可以点击右侧的“Show all”来选择更多的程序。

二、点进去后,我们可以看到下图所示的源码说明,直接点击“INSTALL NOW安装”就可以了。

![](https://www.idcspy.com/wp-content/uploads/2020/03/Godaddy2.gif)

三、选择我们已经添加到主机中的域名,如下图:

![](https://www.idcspy.com/wp-content/uploads/2020/03/Godaddy3.gif)

完成之后,输入数据库密码,需要用到大小写字母,数字以及字符,还是比较安全的,详情如下:

![](https://www.idcspy.com/wp-content/uploads/2020/03/Godaddy4.gif)

接下来,选择安装在网站的目录,是在根目录还是在某目录下面。

![](https://www.idcspy.com/wp-content/uploads/2020/03/Godaddy5.gif)

四、输入网站的后台管理员的账户

![](https://www.idcspy.com/wp-content/uploads/2020/03/Godaddy6.gif)

输入完成之后,点击“Finish”就可以完成安装了,安装完成之后,我们就可以用设置的账户登录管理Zen Cart网站。

以上就是Godaddy主机安装Zen Cart程序搭建网站的详细步骤,总体操作难度是不大的,只要根据上图步骤进行操作就可以了。"

松果号 作者:松果号原创文章,如若转载,请注明出处:https://www.6480i.com/archives/107507.html

(0)
松果号松果号
上一篇 2小时前
下一篇 2小时前

推荐阅读

发表回复

登录后才能评论