Order Eraser
is available for Magento® 2
Clean your sales database with Order Eraser for Magento® 2!
Quickly and massively delete orders
- Select the orders you want to delete in Magento® 2
- Automatically delete the invoices and other data linked to the orders
INSTALL ORDER ERASER ON MAGENTO 2
To install the Order Eraser extension in your Magento® 2 backoffice, you need to:
1. Before installing the extension, it's advisable to backup your Magento® 2 installation.
2. Then, you need to refresh caches in System > Tools > Cache Management.
3. Now you can download the zipped extension from your Wyomind account > My downloads.
4. Once you have downloaded it, unzip the folder content.
5. Copy the app folder and paste it into the Magento® 2 root directory. You can merge the directories.
6. Open a console and run the following command on the Magento® 2 root directory:
bin/magento setup:upgrade
Once your installation is complete, don't forget to clear the cache and log in again.
If you are working on Magento® 2.0.x, you'll have to rename:
Wyomind\OrderEraser\view\adminhtml\ui_component\sales_order_grid_Mage_2.0.xml
into:
Wyomind\OrderEraser\view\adminhtml\ui_component\sales_order_grid.xml
HOW TO USE ORDER ERASER FOR MAGENTO 2
With Order Eraser for Magento® 2, you can clean your sales database in one go. The extension will automatically delete:
- the orders you've selected
- the linked invoices
- all linked data
The extension can be ready to use from your Magento® 2 back-office in a few minutes only.
After having installed the extension, go to Sales > Operations > Orders.
There you have many possibilities to delete your orders.
Tick all the orders you want to delete, from the actions dropdown, choose "Delete". A popup is displayed, click on "OK".
A notification should be displayed at the top of your admin saying that your orders have been deleted from your Magento® 2 admin.
You can also delete one order at a time either by clicking on "Delete" from the "Delete" column or by clicking on "Delete" directly in the order view.
In the case where the order(s) that you have deleted was/were linked to some invoices or credit memos, these latter will also be removed.
License validity
A license is valid for an unlimited period of time on one single Magento installation
If you use more than one Magento installation, you will have to buy a separate license for each.
if you run several domains on a same Magento installation, you will need only one license for them all.
Although your license doesn’t have a limited period of validity, your upgrade period does.
By purchasing an extension, you’ll be granted a 3-month upgrade period for free.
Passed this period, you will have to pay for a new one (see FAQ: Extension upgrade)License and testing environments
One license is valid for an unlimited period of time on one Magento installation only.
It is possible, however, to extend or transfer your license in three cases:- If you'd like to add your testing environments to your license.
In this case, it is possible to extend your license to an unlimited number of domains for free.
Forexample: mywebsite-staging.com or mywebsite-dev.com - If you redirected definitively one domain to another one (301 permanent
redirection ).
In this case, you can request a transfer of license for free. - If you'd like to shift your license from one Magento installation to another.
In this case, you can request a transfer of license which you'll have to pay for.
To be able to use Order Eraser on both your production and testing environments, follow the instructions below:
- Download Order Eraser (see FAQ: Extensions download).
- Install Order Eraser on your testing environment.
(see FAQ: Extensions installation) - Activate the license (see FAQ: Extensions activation).
- From your Magento admin panel,
Go to: stores CONFIGuration WYOMING YOUR EXTENSION
Enter your current Activation Key. - Save config.
Now that you can use Order Eraser on your production environment, repeat the same steps as above on your testing environments.
The only difference this time: a notification will appear on your Magento admin.
You will be given a choice in between: buy a new license now and add this domain to my license (see below).
Click on add this domain to my license.A transfer request will then be sent to our team within an hour.
The order in which you activate your license on your domains does not matter.
Once the request is taken care of, you will receive a confirmation email.
If your transfer request is accepted, you can use Order Eraser on both environments at the same time.
You can start with your staging/dev/local environment or with your live domain, the process will be the same.- If you'd like to add your testing environments to your license.
License and pre-registred environments
You can pre-register your live domain to your license and activate it in advance.
Thanks to this option, you'll be able to get the extension ready to use on your domain before it goes live.
To pre-register your production domain, go
to: account downloadsmy
And clickon next to the extension you want your domain to pre-register on.At the bottom of the page, below the list, click on the orange link saying:
Do you want to pre-register your domain in order to be ready to go live?
Finally, enter your domain name and click on PRE-REGISTER NOW
Extensions installation
There are three different options to install Order Eraser:
1. Manual installation
- Download Order Eraser (zip file) on:
my account my downloads
Refer to FAQ here: Extensions download - Once Order Eraser is downloaded, open the folder and unzip it.
- Copy the content of the unzipped folder and paste all files and directories in your Magento 2 root directory.
- In your Command Line Interface, execute:
If you are using a production mode, execute also:bin/magento setup:upgrade
bin/magento setup:static-content:deploy
bin/magento setup:di:compile
2. Installation via Composer
You can install Order Eraser using Composer software in two cases:- if you purchased Order Eraser on Magento Marketplace.
- if you purchased Order Eraser on Wyomind.com AND requested access to our repository: repo.wyomind.com
Add to your composer configuration our repository:
composer config repositories.wyomind composer https://repo.wyomind.com
Execute Composer command:
composer require wyomind/ordereraser
then go in your Command Line Interface and execute:
bin/magento setup:upgrade
If you are using a production mode, execute also:
bin/magento setup:static-content:deploy
bin/magento setup:di:compile
3. Installation via Web Setup Wizard
You can install Order Eraser via Web Setup Wizard if you purchased it from Magento Marketplace only.
To know how to proceed, click on the link below (all steps are described).
http://docs.magento.com/m2/ce/user_guide/system/component-manager.html
Next step is to activate your license, to do so, click here: Extension activation- Download Order Eraser (zip file) on:
Extensions uninstallation
To uninstall Order Eraser, go on the extension zip folder and open it.
You will find a shell file (suchas: yourextension -uninstall.sh) to execute on both your server and Magento root directory.
Once the uninstallation is over, refresh your cache and enable the compiler back again (if you use it).Extensions activation
Once Order Eraser is downloaded, you have to activate the license:
- Go to your Magento admin panel. A message pops up at the top of the page.
If the message doesn't appear then you must check that:
1. The Adminhtml_Notifications et Wyomind_Core modules are well enabled
2. The HTML output of the Adminhtml_Notifications and Wyomind_Core modules are not disabled in
stores configuration advanced advanced3. The encryption key well exists in app/etc/env.php
<?php return array ( 'backend' => array ( 'frontName' => 'admin', ), 'crypt' => array ( 'key' => '1e8f3c6772b7a6a6689c3c8cefa4ccf0', ), /* ... */ } ?>
- Copy your activation key.
You can find your activation key in 2 different places:
- In the confirmation email that you received after purchasing Order Eraser
- In your Wyomind account:MY ACcount My downloads
Select Order Eraser and click on
A new page opens where you'll find your activation key (see below). - In your Magento admin go to:
StoresConfiguration Wyomind Your extension
Paste the activation key in the Activation Key field and choose between the automatic (yes) or the manual (no) activation method
- By choosing Yes, the connection to Wyomind's license server will be automatic.
- By choosing No, you will have to log on to Wyomind's license server yourself. - Save config.
- A message appears at the top of your admin panel: Activate it now! Click on that link.
- Copy and paste the license code in the License code field from your admin or simply click on Activate now!
- Finally, refresh your cache, log out and log back in straight after, to complete the installation.
To activate the license of an extension that includes other modules, you’ll have to repeat the steps described above for each, using the corresponding activation keys (each module has its own activation key).
You can also use the command line to activate the license
bin/magento wyomind:license:activation Wyomind_ExtensionNamespace YOUR_ACTIVATION_KEY
- Go to your Magento admin panel. A message pops up at the top of the page.
Extensions download
In order to download Order Eraser, log into your Wyomind account:
Extensions upgrade
With each purchased extension comes a free 3-month upgrade period, during which you can download and install the new versions of your extension. Passing this period, you will have to purchase an additional upgrade (price depends on how long the period is)
To upgrade Order Eraser, follow the steps below:- Go to: my account my downloads
- Click on next to Order Eraser
- Choose the latest version of Order Eraser (for Magento 1 and Magento 2).
- Click on download
- Enter your current activation key and click on
- Select domain name.
- Choose from 1 to 12 months upgrade period of.
- Choose a professional installation or not.
- Click on BUY NOW
To finish, don't forget to reinstall Order Eraser to update your Magento admin.
If you can't find your download after upgrading your domain, please contact us here:
https://www.wyomind.com/fr/contact.html
Magento® Community Edition
- 2.2.3
- 2.2.2
- 2.2.1
- 2.2.0
- 2.1.9
- 2.1.8
- 2.1.7
- 2.1.6
- 2.1.5
- 2.1.4
- 2.1.3
- 2.1.2
- 2.1.11
- 2.1.1
- 2.1
- 2.0.7
- 2.0.6
- 2.0.5
- 2.0.4
- 2.0.3
- 2.0.2
- 2.0.16
- 2.0.14
- 2.0.13
- 2.0.12
- 2.0.11
- 2.0.10
- 2.0.1
- 2.0
- 1.9.3 +
- 1.9.2 +
- 1.9.1 +
- 1.9.0 +
- 1.8.1 +
- 1.8.0 +
- 1.7.0 +
- 1.6.2 +
- 1.6.1 +
- 1.6.0 +
- 1.5.1 +
- 1.5.0 +
- 1.4.2 +
- 1.4.1 +
- 1.4.0 +
- 1.3.3 +
- 1.3.2 +
- 1.3.1 +
Magento® Enterprise Edition
- 2.2.3
- 2.2.2
- 2.2.1
- 2.2.0
- 2.1.9
- 2.1.8
- 2.1.7
- 2.1.6
- 2.1.5
- 2.1.4
- 2.1.3
- 2.1.2
- 2.1.1
- 2.1
- 2.0.7
- 2.0.6
- 2.0.5
- 2.0.4
- 2.0.3
- 2.0.2
- 2.0.16
- 2.0.14
- 2.0.13
- 2.0.12
- 2.0.11
- 2.0.10
- 2.0.1
- 2.0
- 1.9.1 +
- 1.14.3 +
- 1.14.1 +
- 1.13.1 +
- 1.13.0 +
- 1.12.0 +
- 1.11.2 +
- 1.11.1 +
- 1.11.0 +
- 1.10.1 +
- 1.10.0 +
Log into your account to leave your review
Excellent, very easy & worked first time!
Very easy to install in magento connect on magento 1.9, worked first time. Does exactly what it says, I highly recommend!
benhiggins
7th December 2016
Works with Magento 1.9.3.1!
Works with Magento 1.9.3.1! The fastest and most efficient solution to delete all orders.
jehzlau
15th November 2016
Well working plugin and super fast support!
We had some problems with permissions and Wyomind support solved with super fast support!I strongly recomend this product!
Eurostep
19th September 2016
EXCELLENT!!!
Extension worked straight away, excellent job! I have seen may extensions that do this that cost money, it's awesome this developer is giving it away for free! Had my test orders deleted within seconds of installing extension!
BillRust
14th September 2016
Working as described
Simple and easy.Working as expected in the admin panel.I tested it on my testing server.Yet to deploy in the production site.Recommended.But still need to check data in the underlying tables.
VijayaTech
2nd September 2016
Dont Work
I installed on Magento 1.9.2.4Admin Option i can see but in the Order Grid i dont see in Actions the Option DeleteWhat is Wrong?
robydog0413
18th July 2016
excellent...
works like promisedeasy to usetime saverthx a lot!
dominikz
6th July 2016
A must-have for any Magento store
Works seamlessly with Magento 1.9.2.4. A must-have extension.
LukeConrad
22nd June 2016
Perfect
It worked very well in the latest version of magento. My version 1.9.2.4
WilsonBS
10th June 2016
Good but it has a permission problem
The module is good but it has a permission problem in Magento 1.9.2.4: The class Wyomind_Orderseraser_Adminhtml_OrderseraserController must override the _isAllowed method so not superadmin users can access the order deleting functionality.The solution is to add this code in the class:protected function _isAllowed() { return Mage::getSingleton('admin/session')->isAllowed('sales/order/actions/delete');}As a suggestion, It would be useful to have a confirmation dialog in the mass action as well, and some configuration option to disable the module.Anyway, in general it is good.
danigv
25th April 2016
Worked For me!
This really helped me out, as a magento newbie, couldn't find where to remove/delete orders. Google search suggested writing scripts, or accessing the various tables, which I wasn't confident in implementing.We had lots of test orders which we didn't want to leave in place and I'm not sure why delete isn't an option right out of the box, but this plugin works and I now have a clean orders dashboard!I'm running CE version 1.9.4 and it's installed and worked for me.
omnisity
30th March 2016
Very useful extension.
It works like a charm! Successfully removed test orders in few seconds. One thing that I would like to suggest to Wyomind to make enable/disable feature. Thanks
holykim66
18th March 2016
Action "Delete orders" doesn't show
I installed it, I checked if the extension is enabled and it is. When I go to orders and want to select Delete orders the action doesn't appear in drop box.Did I miss something?I am using Magento 1.9.2.0Thanks
Charlie721
2nd March 2016
Very helpfull extension!
Very helpfull extension and quick and professional support !Magento Release 1.9.2.0
Ugodavis
10th February 2016
Works perfectly as described
Only feedback I would leave, is that even after the orders are deleted, their values still stay in the sales reports. So the deleted orders still stay in your sales totals essentially. So referring to the Reports > Sales > Orders section in admin area. They don't appear on your dashboard totals. Deleted fine from that.
Blair Geddes
4th February 2016
Useful and Easy Extension
Awesome. Delete them one by one, ore in a batch, they are gone.
Timburr
8th January 2016
great
thanks for great extension. Only this extension help
WRed
4th January 2016
Wonderful!
Works perfect! It should be built in Magento by default.
momo811
25th October 2015
Perfect (1.9.2.1 CE)
Excellent time-saving extension. Self explanatory functionality, with no clutter and low positioning order on backend configuration is very considerate. Good attitude to your software development and great product.
jfeist
30th September 2015
Not worked for me
There was no problem with the installation, I did everything that required but there is no delete option. Even in this extention screenshots does not show that option. So, it didn't work for me. Sad.
manuelayar
10th September 2015
Its working fine
We have used this extension in our store and it is working fine. Excellant extension.
developer5test
2nd September 2015
Handy dev/test tool
Makes it easy to remove all trace of test orders via the front end.
papavress
12th August 2015
It's worked as expected.
No crashing happen. Yes I recommended this extension.
aklavya
7th August 2015
No rewrites!!!
Finally an extension that does it right! Use observers to add massactions and buttons!
Toonvd
20th July 2015
works on 1.9.1 CE
works like a charm, thx Wyomind for this extension
Rabot
9th July 2015
Not working in 1.9.0 CE
Extension installs without any problem. But there is no option to delete the orders when we go to the Sales Orders Menu. Tried logging out and back in, clearing cache, etc. Nothing seems to get the extension to work.. Would love to use this as it is a much needed feature.
ksking
5th May 2015
Easy
Easy to install and easy to use.Good extensionThank
clementpp
8th February 2015
great extension!
Installed fine via ssh and works great.Solves very annoying problem simply.
tofuwarrior
2nd February 2015
great!
This extension works good. You can erase all test orders only with a click.Works fine on magento 1.8.1
kissenefrega
8th January 2015
Awesome
Its really awesome. Work like a charm. Its really great.
amanwas
29th December 2014
Worked like a charm.. wyomind is a good Magento developer
I used their many extensions .. they are good.. and reliable.
fred2
19th December 2014
Good entension
Does what it does, and does it good. I tried a few of 'deleting order' extensions, this one works the best so far. The only thing i do really miss, is that the order ID isn't corrected after deleting a order.For example: i delete order #4, and i make an new order it is being numbered as #5. It should be #4, at least that would be great. Isn't that possible?
laurenswind
8th December 2014
Quick, easy, and bug free!
I was looking for a simple extension to delete 8 of my test orders when I set up PayPal Sandbox. Now that my website is live, I wanted to delete these orders and just have the real customer orders appear.1. Install2. Logout and log back in3. Go to Sales Orders4. Select the orders you want to delete by giving them a check mark.5. Select Delete from the Actions menu and hit Submit.Fast, free, and easy!Using CE 1.9
cwabbott22
6th December 2014
Works as expected
Just fine for now, works as expected, I have deleted several test orders easily and clean. A free extensions does not mean a bad/buggy one, you rock guys! Thanks!
SamaelRunaluna
19th November 2014
Provides a much needed function
Installed seamlessly and works perfectly. Provides a much-needed function to be able to simply and completely get rid of an order.
efrankel
9th September 2014
Does exactly what it says on the tin
I have been looking for a delete order function for a while and did come across a few others which I installed but they weren't really doing what they were supposed to and then came across this one and it works like a dream!
ssaadat9
25th August 2014
Flawless!
Simple to install, simple to use... Why doesn't this exist in Magento?Thanks for an awesome extension, and for making it free.
Z3CoLtd
25th August 2014
Works like a charm!
Great extension. Functions as described on 1.9.0.1. Thanks!
sivanova
3rd August 2014
AWESOME Extension!
Only 2 Words needed: AWESOME Extinsion!Works perfect!
landomat
24th July 2014
Easy to install and it did exactly what I needed it to do.
I'm not tech savvy in the slightest but I found it very easy to install Orders Eraser and I used it to delete test (and cancelled) orders within minutes of installation.I had read most of the reviews here before installing and followed the advice of several reviewers to log out and log back in afterwards.Can't understand why it's not already possible to do as a basic function of the ordering system but yours is perfect until that time. I am grateful you created this extension. You need to charge money for it! It is well worth it!
KateBDE
18th July 2014
Does exactly what it says
Tried the first extension found on a Google search which said I needed an older version of PHP to use. This one was the third one down in the search and was installed and deleted my orders within 10 minutes. Very easy to use and did exactly what it says it does.
allisononegiant
8th July 2014
perfect!
works great. no problems. Installation und Deletions went right throught.
occashop
1st July 2014
Great Extension
This extension did the work 100% well without problemThanks
ceposs
12th June 2014
great extention
best of all.................... it's freegot it to work in less than a min.and it worked as it should with no errors so far.great way to reset your orders on your dashboard.very happy so far,thank you.
j_suyyagh
2nd June 2014
Great and reliable extension
Does what it has to do: delte orders and reset the statics. It still is weird that this very logical option does not come standard with Magento. Maybe in later releases.Good work!Using Magento 1.8.1
bartoldekalter
29th March 2014
works in 1.7 except for orders in sales_order_tax table
Hi this works fine in CE1.7.02 but just one thing...taxes in the sales_order_tax table relating to orders deleted are not getting deleted.But other than that it works great thanks. Remember after installing it to log off and on again.
ITWorksSoftware
7th March 2014
Awesome Tool
I had a hard time to delete orders, etc, as I don't see the "delete" option after installation. I disabled 'compilation' > reinstalled and did a logoff/on process. Finally, it works like a champ. Many thanks to WYOMIND, and special thanks to all reviewers.
mhasan24
6th March 2014
not working on 1.7
not working on 1.7, no option appears in the orders menu
gazpach
3rd March 2014
Perfect!
Thank your very much for the extension! It works perfect!!!!!
bts_eu
31st January 2014
Great extension
Is all ok, finally we can eliminate incorrect orders! Thank you
sbeffa
29th January 2014
Ba-da-bing! Ba-da-boom! Delete!
Works perfectly on CE 1.7.0.2. I disabled compilation before using Magento Connect, then logged off and logged on after installing it, and it installed perfectly on the first try. Makes testing a breeze.
SheriUSA
23rd January 2014
Best of all order delete tools
Thanks to all developers who made this extension, there were a lot of orders when testing new payment method, this was very useful for me.
shenyx
18th January 2014
Very Great Extension
I've reviewed the code of some order deletion extensions and this module was the best one in my opinion.It was cleanly written, very compatible and works like a charm.Thanks for this great module!
Willi K.
16th January 2014
Worked exactly as described in CE 1.8.1
Worked a dream on CE 1.8.1Personally I would have liked an "are you sure?" confirmation, but the need to click "Submit" is probably good enough.Can't recommend this highly enough. I just love it when something does it's intended purpose without drama.
printedtopntees
4th January 2014
Works very well, completely
Deletes the order totally. The only thing we had to do was disable an extended order grid / bulk status module first, delete the orders then re-enable. Doesnt take long.Great module
Zoo71
29th December 2013
Excelent
Excelent work. Completely removed the testing products.Highly Recomentded
Ajendra Panwar
27th November 2013
Works a treat
Thanks great extension and FREEDeleted all orders and adds bulk actions that Magento should do
matt777
6th November 2013
Awesome add on
Workes perfecterased all my setup orders.After installing i had to runmagento-cleanup.phpbut then every thing was fine.one klick and doneI run Magento CE 1.8My side www.customvaping.net
customvaping
26th October 2013
Fantastic!
OMG - this extension has just restored my faith in Magento! I really was ready to move on, but this has solved one of my main frustrations - works like a dream
Anonymous
17th October 2013
It works right out of the box
Installed without any problems and works exactly as described.This was the third order delete extension I tried and finally the last one because it works.
RoverGuy
15th October 2013
WORKS GREAT !!
It should be builtin in Magento as default :) Thank you very much and keep workin'
momo811
1st October 2013
Works as it should
Simple and straightforward. Works as described. Thank you
PICher
26th September 2013
A+++
Well it does what it says. I got fed up of looking at the test orders from development. Now the orders in the menu are orders and not useless nonsensical data.
valvesonline
23rd September 2013
Perfect!
This worked flawlessly! I tried another module called "ASPerience DeleteOrders" before this one and it didn't work at all.Very well done!
cdlz
19th September 2013
Work Great
Thanks for this great extension, this is the only one that work out there...
danyno45
14th September 2013
Works perfect!
Works perfect on Magento 1.7.0.2nothing else to say! ;)
dfmley
13th September 2013
Doesn't work with BL CustomGrid
guiltyvictim
4th September 2013
Very Good Extension to remove usless order and easy to install
Dear Magento community,I am using 1.70.2 i have installed this extension it is very easy to install and has deleted order even form admin panel.Recommended is ant one has to delete orders even they are complete.Orders are not visible even in admin dashboard.My site is http://www.mithaivala.in/.Regards,
mithaivala
21st August 2013
Excelent
Works great, delests directly fron Database, and also remove invoices..
Christopher Cercone
20th July 2013
Work perfect at 1.5.0.1
In the future perhaps can add select all? Coz deleting 6000 order with only select visible option is tiring :)
budiks01
17th July 2013
Works very well
Integrates nicely and works as it should. Delete records by either checkbox and an action or with a new column next to the View column. That was a worry, but there is a confirmation dialogue so you won't try to view and accidentally delete. No support was required. Highly recommended.
AbenF
16th July 2013
Great
it is great solution for remove your orders, I have tried more 5 other modules, but this module is better!
vvsidorovich
10th July 2013
Works!!!
Just what I needed! Easy to install and use. No mess! Works on 1.7.0.2.
wardsci
28th June 2013
Works like a charm ! (1.7.0.2)
I tried other available extensions for deleting orders and couldn't have the job done as I wanted.This one works like a charm (sucessfully tested on 1.7.0.2).Good job !
nemezya
27th June 2013
Job done!
Tried another module but whilst it removed orders from the database it still left them on the dashboard etc. uninstalled that, installed this and job done, all cleaned up as hoped for.M 1.7.2
chaosuk
24th April 2013
Orders Eraser, The Best Extension ever !
Works as a charm, easy to install, no headaches !!!! A+++
fesparza
3rd April 2013
Easy to install and works great
We had tried another "order deletion" extension first—it deleted the orders from the database but not the order listing. We uninstalled that extension, installed Order Eraser, and were able to completely erase the orders (including the ones that had already been "deleted").
karmicdat
27th March 2013
COOL!
Excellent!, Easy to install and work perfectly on 1.7.0.2Several conflicts with other extensions have been solved
absolutex
14th March 2013
Prefect
I needed this functionality in a pinch and this extension delivered flawlessly.Thanks!
bloomingtea
4th March 2013
Log into your account to leave your review
- v5.2.0released on 14/11/2017
Enhancements
- Magento v2.2.1 compatibilty
- v5.1.0released on 08/06/2017
Bug fix
- Fix on Mass action delete
Enhancement
- ACL (Access Control List) added
- v5.0.4released on 14/09/2016
Fix
- Filters applied to orders are taken into account for mass action
Only filtered orders will be deleted
- Filters applied to orders are taken into account for mass action
- v5.0.2released on 01/09/2016
Enhancements
- composer file updated
- v5.0.1released on 06/05/2016
Bug Fix:
- Fix when deleting an order from the order view
- v5.0.0released on 27/01/2016
- 1st release for Magento 2
- v4.0.7released on 03/09/2016
Fix
- Permission issue
- v4.0.4released on 11/11/2015
Bug Fix:
- Minor fix (module installation)
- Work in progress...
- Work in progress...
7
years of experience
2 Solution specialists
3 Front End developers
3 Certified developers
2 Certified developers plus
27 214
Customers
37 859 websites
2 000
Emails replied per month
15 min average response time (office hours)
1317
Reviews
4.9 average rating