我正在建立一个自定义的opencart支付扩展程序(ocmod可安装),我需要使用外部支付提供商sdk(位于供应商文件夹中),但我不知道如何将这些文件包含在我的包装中扩展
这是我的文件夹结构
# get lat long coordinates for the layout
lo <- layout.norm(as.matrix(actors[, c("long","lat")]))
#plot
plot.igraph(g, layout=lo, rescale=T, vertex.label= NA)
答案 0 :(得分:0)
要开发opencart的付款延期,请遵循以下结构
admin
│ ├── controller
│ │ ├── payment
│ │ │ ├── custom_payment.php
language
│ │ └── en-GB
│ │ ├── payment
│ │ │ ├── custom_payment.php
template
├── payment
│ ├── custom_payment.tpl
catalog/
├── controller
│ ├── payment
│ │ ├── custom_payment.php
├── language
│ └── en-GB
│ ├── payment
│ │ ├── custom_payment.php
├── model
│ ├── payment
│ │ ├── custom_payment.php
└── view
└── theme
├── default / your_theme
│ └── template
├── payment
│ ├── custom_payment.tpl