Skip to content

Commit

Permalink
Updated: README, CHANGELOG + Icons
Browse files Browse the repository at this point in the history
  • Loading branch information
bymayo committed Jun 17, 2022
1 parent 12aba48 commit d5f05b7
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 36 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Commerce Widgets Changelog

## 3.0.0 - 2022-06-17
### Changed
- Now requires PHP ^8.0.0.
- Now requires Craft CMS ^4.0.0

## 2.0.21 - 2019-05-07

Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
<img src="https://raw.githubusercontent.com/bymayo/commerce-widgets/master/resources/icon.png" width="50">
<img src="https://raw.githubusercontent.com/bymayo/commerce-widgets/craft-4/resources/icon.png" width="60">

# Commerce Widgets for Craft CMS 3.x
# Commerce Widgets for Craft CMS 4

Commerce Widgets is a Craft CMS plugin that gives you insightful dashboard widgets for your Craft Commerce store.

They help you see a better overview of your stores performance, by viewing abandoned cart statistics, setting yearly or monthly goals/targets and seeing who which customers are buying off you the most.

All these help you to optimise your store and in turn (hopefully) increase your revenue and orders.

<img src="https://raw.githubusercontent.com/bymayo/commerce-widgets/master/resources/screenshot.jpg" width="850">
<img src="https://raw.githubusercontent.com/bymayo/commerce-widgets/craft-4/resources/screenshot.jpg" width="850">

## Install

Expand All @@ -19,8 +19,8 @@ You can also install the plugin via the Plugin Store in the Craft Admin CP by se

## Requirements

- Craft CMS 3.2.x
- Craft Commerce 2.x
- Craft CMS 4.x
- Craft Commerce 4.x
- MySQL (PostgreSQL support is limited)

## Configuration
Expand Down Expand Up @@ -119,7 +119,7 @@ return array(
## Recommendations

### Purge Inactive Carts Duration
It's recommended to increase the `purgeInactiveCartsDuration` setting (https://docs.craftcms.com/commerce/v2/configuration.html#purgeinactivecartsduration) for Craft Commerce from the default (3 months) to around 6 months (`P6M`). This is because the graph on the `Cart Abandonment` widget spans across 6 months and might show incorrect results if this setting isn't adjusted.
It's recommended to increase the `purgeInactiveCartsDuration` setting (https://craftcms.com/docs/commerce/4.x/configuration.html#purgeinactivecartsduration) for Craft Commerce from the default (3 months) to around 6 months (`P6M`). This is because the graph on the `Cart Abandonment` widget spans across 6 months and might show incorrect results if this setting isn't adjusted.

## Support

Expand Down
Binary file modified resources/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
45 changes: 15 additions & 30 deletions src/icon.svg
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d5f05b7

Please sign in to comment.