swordbros/sw-orderhistory

Aimeos sw-orderhistory 扩展

安装: 31

依赖项: 0

建议者: 0

安全性: 0

星标: 0

关注者: 3

分支: 0

开放问题: 0

类型:aimeos-extension

v1.0.4 2020-10-30 17:37 UTC

This package is auto-updated.

Last update: 2024-09-29 06:02:46 UTC


README

Composer

Add this line your web site composser.json 
    "require": {
        ...
        "swordbros/sw-orderhistory": "^1.0"
    },

或者

// This assumes that you have composer installed globally
composer require swordbros/sw-orderhistory

更改模板

在 resources/views/app.blade.php 中追加代码

<script type="text/javascript" src="/packages/swordbros/common/js/swordbros.js?_v="></script>

resources/views/list-body-standard.php

get( 'listsOrderItems', [] ) , $this); ?>

resources/views/order-body-standard.php

orderItem , $this); ?>