dylangrech/promotion-planner

Module for planning a promotion for an article, category or manufacturer

v1.17.0 2023-05-02 10:36 UTC

This package is auto-updated.

Last update: 2025-06-12 17:59:25 UTC


README

First Step:

Connect to your webserver via SSH and navigate to the base folder of your OXID eShop (where the composer.json is located)

Composer Installation

Second Step (Composer Installation):

Afterwards type in the following in the command log:

composer require dylangrech/promotion-planner

Installation through Composer should now be complete.

Manual Installation

Second Step (Manual Installation):

If you press on the green code button you can download the whole content as a zip file.

OR

Write the following command in the Terminal/Command Log:

git clone https://github.com/dylangrech/PromotionPlannerModule

Third Step (Manual Installation):

As soon as you download the module, make sure to unzip or open the folder. Make sure to copy the pp folder

Afterwards paste the folder in the modules folder found in source/modules

Fourth Step (Manual Installation):

Lastly, as soon as you have copied the content, type in the following commands in the terminal(make sure you are in the oxid eshop of your choice):

Each command has to be executed one at a time

vendor/bin/oe-console oe:module:install-configuration source/modules/pp/PromotionPlanner composer config repositories.pp/PromotionPlanner path source/modules/pp/PromotionPlanner composer require pp/PromotionPlanner -n

Congrats Module Setup has been finished. If there are any problems please do not hesitate to contact me!