Conlabz Payment Reminder EN1. First create a composer.json file, with the following content, in your...

14
Configuration At "System -> Configuration -> Payment services" underneath "Payment Reminder" you can set which e-mail template should be used for reminder e-mails. At the beginning you have our default template. You can: - choose who is reminded (General Contact, etc.) - choose when to start the periods (after a order is placed / after the invoice is sent) - create periods that can later be chosen in the single orders and set one of these orders to default by ticking a box in the column "is Default" The default period is set on an order everytime one is created. Conlabz_Payment_Reminder_EN CONLABZ_PAYMENT_REMINDER_EN 1

Transcript of Conlabz Payment Reminder EN1. First create a composer.json file, with the following content, in your...

Page 1: Conlabz Payment Reminder EN1. First create a composer.json file, with the following content, in your Magento directory. In the console run "composer install" at the Magento directory.

ConfigurationAt "System -> Configuration -> Payment services" underneath "Payment Reminder"you can set which e-mail template should be used for reminder e-mails. At thebeginning you have our default template.You can:

- choose who is reminded (General Contact, etc.)- choose when to start the periods (after a order is placed / after the invoice is sent)- create periods that can later be chosen in the single orders and set one of these

orders to default by ticking a box in the column "is Default"The default period is set on an order everytime one is created.

Conlabz_Payment_Reminder_EN

CONLABZ_PAYMENT_REMINDER_EN 1

Page 2: Conlabz Payment Reminder EN1. First create a composer.json file, with the following content, in your Magento directory. In the console run "composer install" at the Magento directory.

Set reminder period for one orderWhen you open a order now (Sales -> Orders), you can see a new field "PaymentReminder" where you can set a period for reminders.

Conlabz_Payment_Reminder_EN

CONLABZ_PAYMENT_REMINDER_EN 2

Page 3: Conlabz Payment Reminder EN1. First create a composer.json file, with the following content, in your Magento directory. In the console run "composer install" at the Magento directory.

If you did set a default period in the configuration, this period should be already set inthe order.

Conlabz_Payment_Reminder_EN

CONLABZ_PAYMENT_REMINDER_EN 3

Page 4: Conlabz Payment Reminder EN1. First create a composer.json file, with the following content, in your Magento directory. In the console run "composer install" at the Magento directory.

General instructions to our extensions and ourshop

Conlabz_Payment_Reminder_EN

CONLABZ_PAYMENT_REMINDER_EN 4

Page 5: Conlabz Payment Reminder EN1. First create a composer.json file, with the following content, in your Magento directory. In the console run "composer install" at the Magento directory.

Log into your account1. If you want to login to your account, you will find a "Login" button at the top of thepage.2. Log in with your credentials.3. If you don't have an account yet, you can also register and buy your desiredextension.

Conlabz_Payment_Reminder_EN

CONLABZ_PAYMENT_REMINDER_EN 5

Page 6: Conlabz Payment Reminder EN1. First create a composer.json file, with the following content, in your Magento directory. In the console run "composer install" at the Magento directory.

Buying an extension1. At our frontpage you will find a overview of all extensions we lead.2. If you are interested in one of our extensions, you can add the extension to yourshopping cart by clicking the marked button.3. If you want to remove an extension from the shopping cart, go to the shopping cartby clicking the green shopping cart button at the top of the page.4. Once you are satisfied with your shopping cart, go to checkout.5. At the moment we run the payment methods "Paypal" and "Prepayment" in our shop(as of January 2017). Choose a variant and go through the payment process.As soon as we receive your payment, the extension will be activated for you as soon aspossible. A waiting period of 2-3 days is required for prepayment.

Conlabz_Payment_Reminder_EN

CONLABZ_PAYMENT_REMINDER_EN 6

Page 7: Conlabz Payment Reminder EN1. First create a composer.json file, with the following content, in your Magento directory. In the console run "composer install" at the Magento directory.

Downloading a bought extensionIf you have purchased an extension and want to download the extension now, you willfind a link "My account" at the top of the page. This will lead you to your account

Conlabz_Payment_Reminder_EN

CONLABZ_PAYMENT_REMINDER_EN 7

Page 8: Conlabz Payment Reminder EN1. First create a composer.json file, with the following content, in your Magento directory. In the console run "composer install" at the Magento directory.

overview.On the account overview you will find a link "My Downloadable Products" on the left.On this page you will find all your purchased Extensions.Click on the extension name to start the download.

Conlabz_Payment_Reminder_EN

CONLABZ_PAYMENT_REMINDER_EN 8

Page 9: Conlabz Payment Reminder EN1. First create a composer.json file, with the following content, in your Magento directory. In the console run "composer install" at the Magento directory.

Additional functionsDo you like our extension, but you are missing a specific function? Then send yourrequest to [email protected] and we check the feasibility. We would be pleased tosend you a non-binding offer on request.

Conlabz_Payment_Reminder_EN

CONLABZ_PAYMENT_REMINDER_EN 9

Page 10: Conlabz Payment Reminder EN1. First create a composer.json file, with the following content, in your Magento directory. In the console run "composer install" at the Magento directory.

Installation with Magento Connect Manager1. Go to System-> Magento Connect -> Magento Connect Manager.2. Log in with your Magento username and password.3. Choose the before downloaded extension file and upload it.-> the Magento Connect Manager should automatically install the extension now.4. Switch back to your Magento Backend.

Conlabz_Payment_Reminder_EN

CONLABZ_PAYMENT_REMINDER_EN 10

Page 11: Conlabz Payment Reminder EN1. First create a composer.json file, with the following content, in your Magento directory. In the console run "composer install" at the Magento directory.

Installation with Modmanrequired: composerIf you have already installed modman, skip point 1.

Conlabz_Payment_Reminder_EN

CONLABZ_PAYMENT_REMINDER_EN 11

Page 12: Conlabz Payment Reminder EN1. First create a composer.json file, with the following content, in your Magento directory. In the console run "composer install" at the Magento directory.

1. First create a composer.json file, with the following content, in your Magentodirectory. In the console run "composer install" at the Magento directory.2. On the console, run "modman init" at vendor/colinmollenhour/modman. A .modmanfolder is created.3. Copy the extension folder and the modman file in it into the .modman folder.4. Führen Sie nun auf der Konsole unter vendor/colinmollenhour/modman "modmanrepair" aus. Es werden Symlinks im Magento Verzeichnis angelegt.4. On the console, run "modman repair" under vendor/colinmollenhour/modman.Symlinks are created in the Magento directory.5. Clear the cache in the Magento backend and the extension should be installed andactive.

uninstall:If you want to uninstall an extension, simply delete the extension folder from the.modman folder and go through point 4 of the installation again.

Conlabz_Payment_Reminder_EN

CONLABZ_PAYMENT_REMINDER_EN 12

Page 13: Conlabz Payment Reminder EN1. First create a composer.json file, with the following content, in your Magento directory. In the console run "composer install" at the Magento directory.

Problems installing the extensionIf you have problems with the installation, please contact our support. The supportwidget can be found in our shop (http://shop.conlabz.de/) in the lower right corner.

Conlabz_Payment_Reminder_EN

CONLABZ_PAYMENT_REMINDER_EN 13

Page 14: Conlabz Payment Reminder EN1. First create a composer.json file, with the following content, in your Magento directory. In the console run "composer install" at the Magento directory.

Please enter extension name, as well as your order ID and Magento version number.In the case of an error message please attach a screenshot.

Conlabz_Payment_Reminder_EN

CONLABZ_PAYMENT_REMINDER_EN 14