定制 fostercommerce/commerce-reports 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

fostercommerce/commerce-reports

最新稳定版本:1.0.1-beta.3

Composer 安装命令:

composer require fostercommerce/commerce-reports

包简介

Sales and purchase insights for Craft Commerce.

README 文档

README

Commerce Reports is a plugin intended to provide better insights and statistics into your sales within Craft Commerce.

Overview

There are three core pages that provide insights into sales: orders, customers and items sold. From the items sold page, you can navigate to a page that shows.

From each of the pages, you can filter the data in various ways.

Orders

Orders

The "Orders" page gives you an overview of all orders made for a given date range, providing an overview of the average value and unique items in an order, along with the total number of orders.

Customers

Customers

The "Customers" page gives you an overview of the customers that have made orders for a given date range, including a list of the top locations orders are made from.

Items Sold

Items Sold

The "Items Sold" page gives you an overview of the items sold in orders for a given date range. It supports filtering by a given product type in addition to custom Verbb Events.

Products

Products

The "Products" page gives you an overview of the orders made for a given product.

Setup

Requirements

This plugin requires Craft 4, Craft Commerce 4 and at least PHP 8 to install.

Installation

This plugin supports installation from Composer.

Installing via Craft Plugin Store

This plugin is not currently available on the Craft plugin store yet.

Installing via Composer

You can add the package to your project using Composer and the command line using the below as a reference.

Open your terminal of choice and go to your Craft project:

cd /path/to/project

Tell Composer to require the plugin and then Craft to install it:

composer require fostercommerce/variant-manager && php craft plugin/install variant-manager

Note that if you would like to install a specific branch you can do the following (note the "dev-" prefix):

composer require fostercommerce/variant-manager "dev-{branch-name}"

If you would like to install a specific version you can do the following:

composer require fostercommerce/variant-manager "1.0.1"

Installing the Beta via Composer

To install the beta specifically using Composer, you would need to set the minimum stability for the package to beta which can be done like so:

composer require fostercommerce/variant-manager "^1.0.1@beta"

Help

I have an idea for a new feature. Where do I share it?

We're open to new ideas and encourage you to please submit your idea to GitHub Issues.

I found a bug or have a concern. Where do I share it?

Like ideas, please submit the bug/concern to GitHub Issues.

We'd ask that you be as detailed as possible and always include the versions of Craft, Craft Commerce and our plugin.

If we don't respond in a reasonable amount of time (72 Hours), please send us an email at support@fostercommerce.com.

统计信息

  • 总下载量: 4.28k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 2
  • 点击次数: 1
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 2
  • Watchers: 5
  • Forks: 1
  • 开发语言: Vue

其他信息

  • 授权协议: proprietary
  • 更新时间: 2023-05-25