;

Create a custom theme in opencart: Opencart use fallback function, it’s mean that when opencart doesn’t found certain template in your theme, it will find on default theme folder. So to make a new theme, you doesn’t need to copy all file from default theme. But, building a theme not just about make new folder theme and change it color. In this tutorial we will learn basic understanding on how controller and model work, it’s related to template modification. Before we continue, I want to make it clear that theme in this tutorial is refer to the theme …

opencart 模板制作步骤 2016年8月30日
;

步骤一:下载语言包 http://www.opencart.com/index.php?route=extension/extension/info&extension_id=15172 步骤二:文件上传 解压后分别放入对应的 admin 及catalog 下的language  文件夹内 步骤三:语言设置 设置前台多语言:登录网站后台,访问System -> Localisation -> Languages -> Add 新增语言,出现如下界面: 设置后台多语言: System -> Settings -> Edit Store>local  

opencart 语言包安装 2016年8月15日
;

<?php $arr = array (‘a’=>1,’b’=>2,’c’=>3,’d’=>4,’e’=>5); echo json_encode($arr); ?>

php 输出 json 数据 2016年8月3日