14
Configuration Navigate to "System -> Configuration -> Admin". There is a new menu called "MultiSelect". If you don't load jQuery in your Backend yet, you need to set "Enable jQuery UI" and "Enable jQuery" to "Yes". Conlabz_Multiselect_EN CONLABZ_MULTISELECT_EN 1

Conlabz Multiselect EN · 1. First create a composer.json file, with the following content, in your Magento directory. In the console run "composer install" at the Magento directory

  • Upload
    others

  • View
    5

  • Download
    0

Embed Size (px)

Citation preview

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

ConfigurationNavigate to "System -> Configuration -> Admin". There is a new menu called"MultiSelect". If you don't load jQuery in your Backend yet, you need to set "EnablejQuery UI" and "Enable jQuery" to "Yes".

Conlabz_Multiselect_EN

CONLABZ_MULTISELECT_EN 1

Page 2: Conlabz Multiselect EN · 1. First create a composer.json file, with the following content, in your Magento directory. In the console run "composer install" at the Magento directory

For advancedBy adding a css-selector to the "Exclude elements"-field, you can stop the extensionfrom adding the custom selection to these fields.

Conlabz_Multiselect_EN

CONLABZ_MULTISELECT_EN 2

Page 3: Conlabz Multiselect EN · 1. First create a composer.json file, with the following content, in your Magento directory. In the console run "composer install" at the Magento directory

ResultThe multi-select fields are now changed by the extension. In the new selection you cantick the options and you can search for options. Additionally you can "Check all" and"Uncheck all".The introduction of check marks to select multiple options renders the pressing ofCTRL/CMD obsolete. This also prevents the accidental de-selection of already checkedoptions.

Conlabz_Multiselect_EN

CONLABZ_MULTISELECT_EN 3

Page 4: Conlabz Multiselect EN · 1. 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_Multiselect_EN

CONLABZ_MULTISELECT_EN 4

Page 5: Conlabz Multiselect EN · 1. 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_Multiselect_EN

CONLABZ_MULTISELECT_EN 5

Page 6: Conlabz Multiselect EN · 1. 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_Multiselect_EN

CONLABZ_MULTISELECT_EN 6

Page 7: Conlabz Multiselect EN · 1. 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_Multiselect_EN

CONLABZ_MULTISELECT_EN 7

Page 8: Conlabz Multiselect EN · 1. 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_Multiselect_EN

CONLABZ_MULTISELECT_EN 8

Page 9: Conlabz Multiselect EN · 1. 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_Multiselect_EN

CONLABZ_MULTISELECT_EN 9

Page 10: Conlabz Multiselect EN · 1. 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_Multiselect_EN

CONLABZ_MULTISELECT_EN 10

Page 11: Conlabz Multiselect EN · 1. 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_Multiselect_EN

CONLABZ_MULTISELECT_EN 11

Page 12: Conlabz Multiselect EN · 1. 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_Multiselect_EN

CONLABZ_MULTISELECT_EN 12

Page 13: Conlabz Multiselect EN · 1. 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_Multiselect_EN

CONLABZ_MULTISELECT_EN 13

Page 14: Conlabz Multiselect EN · 1. 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_Multiselect_EN

CONLABZ_MULTISELECT_EN 14