Posts

Presetashop 1.7.x How to edit PDF Invoices

Image
In the tutorial, I will teach you how to edit PDF invoice in Prestashop 1.7. Each time an order is completed, You can download invoice pdf via BackOffice >Orders. By default, Prestashop allows a little custom on Invoice PDF.  BackOffice > Orders > Invoices You can choose whether or not invoices should be available to your customers as soon as the order is made, as well as the Invoice Prefix and the invoice number you want to be listed on the printed version of the invoice. This feature can help you to simplify the management of your account: Enable Invoices: If you select NO, your customer can't receive invoice pdf via email and can't download from order history. If they need, they have to contact to you. Enable tax breakdown:  When enabled, the invoice lists all the various taxes that were applied to the order, instead of just one percentage. Enable product image: Enable the option if you want to show product image in Prestashop pdf invoice. Invoice Pre

Prestashop edit invoice template by Advanced invoice module

Image
Have you ever given careful consideration to your business invoice that will be sent to clients? Try not to lose client impression even in the last stride. In this way, if Prestashop default invoice limits you with data appeared and you think that its difficult to modify, edit invoice template module for Prestashop is definitely what you ought to use. Changes your needed on Invoice, even you are not an developer or designer. Because the module allows you to modify invoice template by tiny MCE editor & has 10+ pre made layouts for your choose. Fully customizable In addition to a number of default settings (including a custom header/logo) and several layout fields that you can use out of the box, the plugin contains HTML/CSS based templates that allow for customization & full control over the PDF output. Copy the templates to your theme folder and you don't have to worry that your customizations will be overwritten when you update the plugin. Modification Prestashop PD

Shop Instagram Gallery Prestashop Module

Image
Shop Instagram Gallery Prestashop Module Are you boots your business on Instagram? Would you like to feed Instagram post to your Prestashop store. Don't waste your money to hire a developer to do the kind of module. Because you can download Shop Instagram Gallery Prestashop Module on www.globosoftware.net Globo lets you create shoppable Instagram galleries that you can embed anywhere in your Prestashop store. The Prestashop Shoppable Instagram module allows you to create gallery from Instagram photo. Further, You can tag your product to instagram photo and your customer is able to purchase product from Instagram photo. Feature Details Show your instagram Gallery anywhere on front office. You can create many gallery if you want and display any where.  Because the module allows you to add custom hook & shortcode. With shortcode, you can add your Instagram gallery to cms page. The modules is supported 3 layouts: boxed, slider, full width. For example, you can cre

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