Customers who bought also brought – iHTML Merchant 2.x Modification

Here’s a feature that I’ve added product detail pages on iHTML Merchant Enterprise websites for a number of clients. It’s the Classic "Customers who bought this item also bought" feature that appears on many eCommerce websites. It selects and displays the top selling products according previous sale order history of other products ordered.

customers-who-bought-also-bought

The above example is using a one row HTML table layout placed. You can display products in a bulleted ordered list or however you like. I’m going to share with you the basics of how to code this feature. The rest is up to you where you position and place things. I generally place it after the related products code.

Continue reading

Posted in iHTML Merchant | Leave a comment

Adobe Spry Ajax Framework

spry-site-screenshot

Web 2.0 technology can be an exercise in self torture, trying to pick the right AJAX/GUI JavaScript libraries or frameworks for the appropriate job can be time consuming. Trust me, I am sitting here thinking about the hours of my life I’ve wasted (or is that invested) in registering, downloading, reading and trying out or testing the code.

I had a project that required an Auto-Suggest drop down box of previous entries into a form text field. It’s purpose was to speed up data entry, to help maintain consistent spelling and letter case data.

Continue reading

Posted in iHTML | Leave a comment

Icons for your iHTML Applications

So you’ve just designed a killer iHTML web application and you’re looking to add some professional looking touches to it. One of the most challenging task is finding good icons for your Graphical User Interfaces.  I managed to recently stumbled upon a couple of great sources for Free icon sets and those at a reasonable price.

Continue reading

Posted in iHTML | Leave a comment

Authorize.net AIM Implementation in iHTML

This sample code is designed to connect to Authorize.net using the AIM method. Requires iHTML Enterprise plus edition.

Continue reading

Posted in iHTML, iHTML Merchant | Leave a comment

Integer Checking – iHTML code snippet

Checks if a specified variable is an integer or not using a Regular Expression.

Continue reading

Posted in iHTML | Leave a comment

Metric Conversion Functions – iHTML Code Snippet

These functions are used for conversions, you may wish to store these functions in a seperate file i.e. metric_functions.inc which you include in your applications as needed.

Continue reading

Posted in iHTML | Leave a comment

Validate Social Security Numbers – iHTML Code Snippet

This snippet of code shows how to Validate Social Security Numbers using iHTML and Regular Expressions.

Continue reading

Posted in iHTML | Leave a comment

Validate Postal Codes – iHTML Code Snippet

This Function will check the Postal code format for US and Candian Postal Codes. It can expanded to check for the formats for other countries as well.

Continue reading

Posted in iHTML | Leave a comment