Skip to content
This repository has been archived by the owner on Apr 10, 2023. It is now read-only.

Commit

Permalink
1.0.2: Updated README with detachers, added Shopaholic to required pl…
Browse files Browse the repository at this point in the history
…ugins
  • Loading branch information
FlusherDock1 committed Mar 26, 2021
1 parent 3b30625 commit 61f6e4e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
*/
class Plugin extends PluginBase
{
/** @var array Plugin dependencies */
public $require = ['Lovata.Shopaholic'];

/**
* Returns information about this plugin.
*
Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,12 @@ Shopahelper is a basic bulk tool that helps you to manage your catalog.
- `shopahelper:link.add-category-to-products-by-add-category {target_category_id} {current_category_id}` - Link Additional Category by ID to Products that has additional category by ID
- `shopahelper:link.add-category-to-products-by-category {target_category_id} {current_category_id}` - Link Additional Category by ID to Products that has main Category by ID

### Detachers

- `{products}` - In that variable you can pass a single ID or Multiple ID's separated by commas.

- `shopahelper:detach.add-category-from-products {category} {products}` - Detaches Additional Category from Products by ID's separated by comma

### Prices

- `{products}` - In that variable you can pass a single ID or Multiple ID's separated by commas. Example: `shopahelper:price.upscale-by-percentage 10 13,14,15` - Upscale offers price by 10% in Products with id's 13,14,15
Expand Down
1 change: 1 addition & 0 deletions updates/version.yaml
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
1.0.1: First version of Shopahelper
1.0.2: Updated README with detachers, added Shopaholic to required plugins

0 comments on commit 61f6e4e

Please sign in to comment.