-
Recent Posts
Recent Comments
Archives
- August 2020
- March 2020
- December 2019
- July 2019
- June 2019
- May 2019
- March 2019
- August 2018
- July 2018
- May 2018
- March 2018
- September 2017
- August 2017
- May 2017
- April 2017
- January 2017
- November 2016
- October 2016
- September 2016
- August 2016
- June 2016
- May 2016
- April 2016
- November 2015
- October 2015
- September 2015
- August 2015
- April 2015
- March 2015
- February 2015
- January 2015
- December 2014
- November 2014
- October 2014
- September 2014
- August 2014
- July 2014
Categories
Meta
Monthly Archives: April 2015
Prestashop 1.6: PDF invoice encoding issues for Chinese language
File to change is located at classes\pdf\PDFGenerator.php Generally: Change helvetica font. Delete useless languages, leave only ‘zh’ => ‘cid0cs’, Change encoding. Than on English language documents Chinese characters are displayed correctly (address, names, etc….) Probably it works for other languages … Continue reading
Posted in ecommerce
Tagged prestashop 1.6
Comments Off on Prestashop 1.6: PDF invoice encoding issues for Chinese language
Prestashop 1.6: Currency conversion issue Paypal module
E.g. Default currency USD Customer shop with EUR Backoffice Payment setting for Paypal module: Shop Default Currency Paypal module Configuration options (Express Checkout shortcut (Offer your customers a 3-click checkout experience) Express checkout disabled/enabled no difference Let’s say, 100 EUR … Continue reading
Posted in ecommerce, modules
Tagged prestashop 1.6
Comments Off on Prestashop 1.6: Currency conversion issue Paypal module
mysql: How to copy a database in phpMyAdmin
How to copy a database in phpMyAdmin This tutorial will demonstrate how to copy or duplicate a database in phpMyAdmin. Begin by accessing phpMyAdmin via cPanel . Select the database you wish to copy (by clicking on the database from … Continue reading
Posted in database
Tagged mysql, phpmyadmin
Comments Off on mysql: How to copy a database in phpMyAdmin