How do I convert my site to use eZcart?
Converting standard HTML pages from Paypal to eZcart is simple. Just substitute the URL for eZcart in place of the URL for Paypal in each of the ‘add to cart’ forms on your web site. Here is an example: substitute http://www.yoursite.com/eZcart/ezcart.php instead of https://www.paypal.com/cgi-bin/webscr You must also edit each ‘add to cart’ form to contain the shipping weight of the item. Do this by adding one of the following. where nn is the shipping weight of the item Place this just before the closing form (
) tag for each item. – and/or If your site is dynamically generated from a database or CGI script, locate the forms within the configuration files and make the change.