Archive for February, 2010

PayPal payment module and discount coupons problem in CRE Loaded

Recently had issue where customer complained that discount coupon amount was not being deducted during checkout. This issue was causing many customers to loss as amount on PayPal page was shown without discount. What I found out that issue was due to a configuration which does not cater the discount coupon amount. One configuration called [...]

Track visitor searches in OSCommerce and CRE Loaded with Google Analytics

Search feature in OSCommerce and CRE Loaded provide an important functionality for visitors to perform custom search. Its important to know what visitors are searching on your site. Luckily Google Ananlytics (GA) provides and easy way to track these searches. To enable this tracking your need to login to your GA account and goto Analytics [...]

Generating Google sitemap for site

Create a Google site map for a large or medium site can require a lot of efforts. I had same problem to create a site map having more than 1000 index able pages of different types. Luckly I found a nice tool which can crawl site and generate site map automatically. The software can generate [...]

Convert web pages directly to PDF

Recently came across site which allows to convert any web page to PDF and download it. The site is http://www.pdfmyurl.com/. Did I tell that its FREE? yes its free.

PHP script throwing internal server error 500

Few days back had a problem where my php pages were working fine but had problem with response code it was sending. The page was returning “500 Internal server error” instead of “200 OK”. I recently had updated php and apache version so initially thought there must be some problem with it. First I tried [...]