大佬有没有兴趣先补充下您的插件本身应该怎么用,目前还不明确插件本身的使用方法。完成安装本体和附属后添加商品按钮的弹窗内依然没有任何内容。用以下代码做了简单测试,依然没有任何效果。
我觉得比起API文档,可能插件更需要一份使用说明
class MattoidGood extends Goods
{
protected $name = "xypp-sticky-card.forum.sticky-card";
protected $popUp = [];
}
// in extend.php
(new \Mattoid\Store\Extend\StoreExtend("sticky-card"))
->addStoreGoods(MattoidGood::class);