-
How to export products in PrestaShop 1.6 with all the fields supported by CSV Import
By Gabriel Arama on June 22, 2016359Read moreWhen you want to insert lots of data into your store PrestaShop provides a pretty good way by using the CSV Import tool, but when you want to get the product data out in a CSV file that could later be used with the CSV Import tool, depending on how much of the product data you need, you’re most likely …
-
How to delete test orders and keep a clean database in PrestaShop
By Gabriel Arama on January 8, 2016Read moreOne of the question that PrestaShoppers ask time by time is how to remove orders. Why orders can’t be deleted by default? Mainly because in Europe it’s considered illegal to remove ordering, invoice or payment information from a business. Find out if in your country it’s illegal to remove orders and follow this tutorial at your own risk. Still want …
-
How to display FREE instead of $0.00 for product prices on PrestaShop
By Catalin Scaesteanu on August 24, 2015Read moreIn this post we will change how PrestaShop displays prices for free products without making any overrides or core changes to PrestaShop. It is a more user friendly approach to display free instead of 0, ideal specially for free virtual products but it also works for any type of free product which you sell. PrestaShop already displays a Free text …
-
How to create a my account drop down link list for PrestaShop v1.6
By Catalin Scaesteanu on August 13, 2015Read moreIn this post we’ll explore how we can achieve a My Account drop down menu with links such as Orders, Personal Information, Addresses and a Sign Out button, instead of clicking on the account name and redirecting to the my account page. To achieve this we can use Bootstrap’s dropdown functionality and adjusting blockuserinfo module template files to suit our needs. The file …
-
How to compress data in customer information page for PrestaShop v1.6+
By Catalin Scaesteanu on August 8, 2015Read moreThe “problem” occurs when a customer makes repeated purchases and orders start to pile up in the customer information page. The list can grow very large and altough we would all like to be facing with this problem it can be fixed easily 🙂 This problem was identified by haylau, a user on PrestaShop forum, who reported to have a customer with 80+ orders …
PrestaShop Development
Home » PrestaShop Development