Clerk.io Turns More Browsers Into Buyers
clerk.io is a international tech-startup based in Copenhagen targeting the eCommerce industry. We help webshops sell more through an intelligent search function and targeted product recommendations., (*1)
This extension replaces the default search functionality in Magento with a typo-tolerant, fast & relevant search experience and enables product recommendations., (*2)
See features and benefits of clerk.io for Magento., (*3)
, (*4)
To setup this module, you'll need a Clerk account., (*5)
Everybody is welcome to contribute to this extension. Just send a pull request with your changes ;), (*6)
There is a docker dev environment available, https://clerkpublic.s3.amazonaws.com/magento-devenv.mov, (*7)
The easiest way to setup your development environment is to use Docker. If you're a Mac user, use Docker for Mac to run Docker containers., (*8)
Just run the following script to setup a running Magento 1.9.2 instance with some sample data & the Clerk extension installed:, (*9)
$ ./devenv/restart.sh -b http://`docker ip`/ $ # The default value for -b is 127.0.0.1.
Administration login is admin
with password magentorocks1
and you can access it from http://[docker ip]/admin
., (*10)
A phpMyAdmin instance is available from http://[docker ip]/phpmyadmin
, (*11)
You can execute a shell inside the container with the following command:, (*12)
$ docker exec -i -t clerk-magento /bin/bash