Zen Cart version 1.2.0 Patch File 2 (12th August 2004)
======================================================


This patch file is meant to address a number of minor bugs in the original release of Zen Cart v1.2.0d.

NOTE: You should also ensure that you have installed the Zen Cart version 1.2.0 Patch File 1
      This is available from 
      http://www.zen-cart.com/modules/mydownloads/visit.php?lid=273


This patch file contains the following files 


===========================================================================================================
set shipping cost to nil for free shipping coupons
This addresses problems with Linkpoint & Paypal payment methods.
Note Linkpoint may still need updating as it appears that it may not honour order total discounts properly.
The contribution author has been contacted regarding this

/includes/modules/order_total/ot_coupon.php

===========================================================================================================
Version Check now only displays on Server Info page, if checks have been disabled in My Store.

/admin/includes/header.php
/admin/server_info.php

===========================================================================================================
Fix to trap for existence of $GLOBALS object ... if not defined, ignore resetting it.

/includes/modules/payment/paypal.php

===========================================================================================================
fix rounding bug and double discount bug

/includes/modules/order_total/ot_group_pricing.php

===========================================================================================================
Clarifications to upgrade instructions re: configure.php

/UPGRADE.html

===========================================================================================================
missing table load for customers_group_pricing

/admin/customers.php

===========================================================================================================
missing logic to load extra main template vars in this product type

/includes/modules/pages/product_free_shipping_info/main_template_vars.php
/includes/modules/pages/product_info/main_template_vars.php

===========================================================================================================
logic was backwards, we WANT to load all php files

/includes/modules/pages/document_product_info/main_template_vars.php
/includes/modules/pages/document_general_info/main_template_vars.php

===========================================================================================================
remove hard coded table names

/admin/option_values.php

===========================================================================================================
add strip_tags to remove html markup

/includes/modules/pages/contact_us/header_php.php
/includes/modules/pages/tell_a_friend/header_php.php

===========================================================================================================
missing space in meta tags description
upgrade meta-tags to handle ZC url's

/includes/modules/meta_tags.php

===========================================================================================================
incorrect path to file

/README1st.html

===========================================================================================================
stripped extra whitespace from file

/includes/languages/english/modules/payment/authorizenet_aim.php

===========================================================================================================
update version details for patch2

/includes/version.php
===========================================================================================================




The files above can be considered as replacements for the original files in your v1.2 release.
