Posts

Showing posts from 2016

How To Hire A Great Magento Developer

Image
You always need a good Magento developer if you are running your store by Magento. Because sometime you will need fix bugs or add new features to your websites.. Many eCommerce owners struggle finding good Magento developers and this doesn’t affect their business in a good way. That’s why we decided to write this post to explain you how to find the best person for the job. What kind of Magento Developer are you looking for? The first thing to consider before you start searching for a developer is what you need exactly. By doing this, you’ll be able to find the right person who will help in your situation. Consider the following: 1. One time vs. ongoing project Do you need someone for fixing one thing on your site or do you need someone to make ongoing changes? This is a really important consideration because some developers might have the time to fix something small but might not be available to work with you for the long term. When you consider hiring some

Delete Order on Prestashop

Image
As a lead Prestashop development company, I have experience with Prestashop since 2011. I developed a first website by Prestashop version 1.3 and form the version till now 1.6, A lot of my Prestashop client asked to delete order. Example you want to delete test order. Or some canceled order. Today I will help you to know how to remove PS order. There are only 3 simple steps: 1. Create a new file: /override/controllers/admin/AdminOrdersController.php 2. Add bellow code to your new file: <?php class AdminOrdersController extends AdminOrdersControllerCore {   public function __construct() {   $this ->addRowAction( 'delete' ); parent :: __construct (); } } 3. Delete the file: /cache/class_index.php Now go to order panel in Back Office. You will see: Note : Before delete the order, we have to go through that order and change status to “ Canceled ” before delete it by the icon’s button that we activated it in the f