clerk / magento
Clerk.io Turns More Browsers Into Buyers
Installs: 27 248
Dependents: 0
Suggesters: 0
Security: 0
Stars: 8
Watchers: 7
Forks: 20
Open Issues: 18
Type:magento-module
Requires
- php: >=5.3
- magento-hackathon/magento-composer-installer: *
- dev-master
- 4.8.5
- 4.8.4
- 4.8.3
- 4.8.2
- 4.8.1
- 4.8.0
- 4.7.0
- 4.6.0
- 4.5.3
- 4.5.2
- 4.5.1
- 4.5.0
- 4.4.4
- 4.4.3
- 4.4.2
- 4.4.1
- 4.4.0
- 4.3.0
- 4.2.4
- 4.2.3
- 4.2.2
- 4.2.1
- 4.2.0
- 4.1.0
- 4.0.0
- 3.7.2
- 3.7.1
- 3.7.0
- 3.6.0
- 3.5.7
- 3.5.6
- 3.5.5
- 3.5.4
- 3.5.3
- 3.5.2
- 3.5.1
- 3.5.0
- 3.4.9
- 3.4.8
- 3.4.7
- 3.4.6
- 3.4.5
- 3.4.4
- 3.4.3
- 3.4.2
- 3.4.1
- 3.4.0
- 3.3.0
- 3.2.0
- 3.1.4
- 3.1.3
- 3.1.2
- 3.1.1
- 3.1.0
- 3.0.3
- 3.0.2
- 3.0.1
- 2.2.0
- 2.1.0
- dev-stubbe/ora-1195-magento-collect-email-for-logged-in-users
- dev-abs/LIMIT-LIVESEARCH
- dev-lni/jwt-auth
- dev-jwt-auth
This package is not auto-updated.
Last update: 2025-03-31 15:31:53 UTC
README
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.
This extension replaces the default search functionality in Magento with a typo-tolerant, fast & relevant search experience and enables product recommendations.
See features and benefits of clerk.io for Magento.
Installation
To setup this module, you'll need a Clerk account.
- Contact Clerk and get your credentials for my.clerk.io.
- Download the latest packaged Community Extension from the releases folder.
- Install it on your Magento instance through magento connect, you have to relogin after install.
- Configure module, to your needs, find help at help.clerk.io for Magento.
Contribute to the Extension
Everybody is welcome to contribute to this extension. Just send a pull request with your changes ;)
There is a docker dev environment available, https://clerkpublic.s3.amazonaws.com/magento-devenv.mov
Docker
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.
Setup the Docker instance
Just run the following script to setup a running Magento 1.9.2 instance with some sample data & the Clerk extension installed:
$ ./devenv/restart.sh -b http://`docker ip`/ $ # The default value for -b is 127.0.0.1.
Administration panel
Administration login is admin
with password magentorocks1
and you can access it from http://[docker ip]/admin
.
phpMyAdmin
A phpMyAdmin instance is available from http://[docker ip]/phpmyadmin
Shell
You can execute a shell inside the container with the following command:
$ docker exec -i -t clerk-magento /bin/bash