Submitted by BXTra on Wed, 03/04/2009 - 08:42
A month ago, I'm thinking about to open another online store to sell something online. My major requirement is pretty easy. Those are: - Multilanguage support - Use UTF-8 - Able to do Anonymous Checkout. (Guest Checkout / Check Out Without Account) If it's possible, a few other features I needed are : - Single page checkout - Import/Export Product
Submitted by BXTra on Wed, 02/25/2009 - 23:33
I just have a chance to play around with ZenMagick, an extension of ZenCart. ZenCart is one of the most popular shopping cart software. After I followed the installation process. everything seems to work fine until I found that ZenMagick doesn't support UTF-8 in the front end. What you have to do to make it support is : 1. Search for this file -> zenmagick\themes\default\lang\english\i18n.php , Open it. 2. Change from 'LC_TIME_LOCALE' => 'en_US.ISO_8859-1', to 'LC_TIME_LOCALE' => 'UTF-8',
Submitted by BXTra on Thu, 10/16/2008 - 20:18
First of all, if you are using DirectAdmin in PHP-CGI (suPHP) mode, don't waste your time follow this HOW-TO. Although these steps work with PHP-CGI but you will get nothing from doing it. For PHP-CLI, I found that it help to decrease my server load from about 10 or more down to about 1 but always less than 2. (I have quad core CPU and my problem before is that CPU usage is almost always 100%.) It's useful module that you should have it installed. Step 1 : Get XCache and uncompress it shell> cd /tmp
Submitted by BXTra on Fri, 10/03/2008 - 03:49
My server was running great for about a month without reboot. Yesterday, I just thought about what many people said that if a server is running fine, don't try to restart it. If you do, there is a chance that a server won't start back up normally. No one explain why but then, I thought about it and for some reason, I wanted to try to restart it that night. I didn't think I will run into any problem but I was wrong.
Pages
Recent comments