Posts

Showing posts with the label Prestashop

How reinstall Prestashop 1.7 keeping the existing database

Download the latest version of Prestahop 1.7 from the offical versions website > https://prestashop.com/versions/ .  Follow the manual installtion steps:  Download the prestashop package.  Unzip on the local HDD.  On the server, move the files in public_html folder to another folder as a backup.  Upload the prestahop.zip file to the public_html folder.  Unzip the contents here.  Now visit your site, www.example.com.  The installer will start, add basic information.  On the Database setup page, provide the name of the existing database, username and password.  It is important to Untick the "Remove exiting tables".  In the table name prefix field provide a prefix different form the existing one.  Let the installation proceed as normal, it will create a set of empty tables with the new prefix in the database.  In the cPanel File Manager, look for the file 'parameters.php' located in the app/config folder.  Change the...

How to change the displayed name for a payment module in Prestashop

Often payment modules need to be renamed to something more appropriate for customers to understand them. It is important to display information that a customer would understand, especially when money and payments are involved. Prestashop Version 1.6.0.6 Go to the modules folder on your Prestashop host. Open your module folder, for example : bankwire Go to the translations folder. Edit the .php file which relates to the language, en.php is for English. Changing the rows highlighted below in the en.php file will help change what is displayed to the customer. bankwire_05adcee99142c1a60fb38bb1330bbbc1'] = 'Bank Transfer / NEFT / RTGS / IMPS - You will be provided bank details'; $_MODULE['<{bankwire}prestashop>bankwire_a246a8e9907530c4c36b8b4c37bbc823'] = 'Accept payments for your products via bank wire transfer.'; $_MODULE['<{bankwire}prestashop>bankwire_cbe0a99684b145e77f3e14174ac212e3'] = 'Are you sure about removing these ...