<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title><![CDATA[TulipTools Internet Business Owners and Online Sellers Community - ZenCart]]></title>
		<link>https://community.tuliptools.com/</link>
		<description><![CDATA[TulipTools Internet Business Owners and Online Sellers Community - https://community.tuliptools.com]]></description>
		<pubDate>Wed, 16 Sep 2026 06:22:17 +0000</pubDate>
		<generator>MyBB</generator>
		<item>
			<title><![CDATA[Dealtagger Zen Cart Mod]]></title>
			<link>https://community.tuliptools.com/thread-11710.html</link>
			<pubDate>Sat, 18 Jul 2009 22:54:05 -0400</pubDate>
			<dc:creator><![CDATA[<a href="https://community.tuliptools.com/member.php?action=profile&uid=9">bargainbloodhound</a>]]></dc:creator>
			<guid isPermaLink="false">https://community.tuliptools.com/thread-11710.html</guid>
			<description><![CDATA[Dealtagger.com doesn't have a Zen Cart mod and the Zen Cart forum was useless (an unanswered question asked by a storeowner last year <a href="http://www.zen-cart.com/forum/showthread.php?t=92782" target="_blank" rel="noopener" class="mycode_url">http://www.zen-cart.com/forum/showthread.php?t=92782</a>) so I was forced to waste an hour and a half on a Saturday night creating a Zen Cart mod.<br />
<br />
This code will dynamically populate the fields required for dealtagger's merchant taglet  (add the code to tpl_product_info_display.php and substitute your dealtagger client key and your site URL in the appropriate fields):<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>&lt;script type="text/javascript"&gt;&lt;!-- 
dealtagger_clientkey = "substitute your merchant key here";
dealtagger_price = "&lt;?php echo &#36;specials_price ? &#36;specials_price : &#36;products_price; ?&gt;";
dealtagger_url = "&lt;?php echo &#36;linkpath = zen_href_link(zen_get_info_page(&#36;_GET['products_id']) , 'products_id=' . &#36;_GET['products_id'], 'NONSSL', false);
while (strstr(&#36;linkpath, '&amp;amp;')) 
       &#36;linkpath = str_replace('&amp;amp;', '&amp;', &#36;linkpath);
  &#36;linkpath = urlencode(&#36;linkpath);  ?&gt;";
dealtagger_desc = "&lt;?php echo &#36;products_name; ?&gt;";
dealtagger_imageurl = "http://www.substituteyoururlhere.com/&lt;?php echo DIR_WS_IMAGES . &#36;products_image; ?&gt;";
dealtagger_currency = "USD";
//--&gt;&lt;/script&gt;
&lt;script type="text/javascript" src="http://datafeeds.dealtagger.com/js/taglet.js"&gt;&lt;/script&gt;</code></div></div><br />
the output from the above code will look like this when you view source on your product page:<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>&lt;script type="text/javascript"&gt;&lt;!-- 
dealtagger_clientkey = "69b86e97ecbf2be05470d58bbfe68715";
dealtagger_price = "&#36;49.99";
dealtagger_url = "http://www.tulipstuff.com/iview-1000dv-progressive-scan-multimedia-dvd-player-blue-p-18230.html";
dealtagger_desc = "iView 1000DV Progressive Scan Multimedia DVD Player- Blue";
dealtagger_imageurl = "http://www.tulipstuff.com/images/1000dvblue.jpg";
dealtagger_currency = "USD";
//--&gt;&lt;/script&gt;
&lt;script type="text/javascript" src="http://datafeeds.dealtagger.com/js/taglet.js"&gt;&lt;/script&gt;</code></div></div><br />
more info on their merchant taglet:<br />
<a href="http://www.dealtagger.com/help/merchant/taglet/" target="_blank" rel="noopener" class="mycode_url">http://www.dealtagger.com/help/merchant/taglet/</a>]]></description>
			<content:encoded><![CDATA[Dealtagger.com doesn't have a Zen Cart mod and the Zen Cart forum was useless (an unanswered question asked by a storeowner last year <a href="http://www.zen-cart.com/forum/showthread.php?t=92782" target="_blank" rel="noopener" class="mycode_url">http://www.zen-cart.com/forum/showthread.php?t=92782</a>) so I was forced to waste an hour and a half on a Saturday night creating a Zen Cart mod.<br />
<br />
This code will dynamically populate the fields required for dealtagger's merchant taglet  (add the code to tpl_product_info_display.php and substitute your dealtagger client key and your site URL in the appropriate fields):<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>&lt;script type="text/javascript"&gt;&lt;!-- 
dealtagger_clientkey = "substitute your merchant key here";
dealtagger_price = "&lt;?php echo &#36;specials_price ? &#36;specials_price : &#36;products_price; ?&gt;";
dealtagger_url = "&lt;?php echo &#36;linkpath = zen_href_link(zen_get_info_page(&#36;_GET['products_id']) , 'products_id=' . &#36;_GET['products_id'], 'NONSSL', false);
while (strstr(&#36;linkpath, '&amp;amp;')) 
       &#36;linkpath = str_replace('&amp;amp;', '&amp;', &#36;linkpath);
  &#36;linkpath = urlencode(&#36;linkpath);  ?&gt;";
dealtagger_desc = "&lt;?php echo &#36;products_name; ?&gt;";
dealtagger_imageurl = "http://www.substituteyoururlhere.com/&lt;?php echo DIR_WS_IMAGES . &#36;products_image; ?&gt;";
dealtagger_currency = "USD";
//--&gt;&lt;/script&gt;
&lt;script type="text/javascript" src="http://datafeeds.dealtagger.com/js/taglet.js"&gt;&lt;/script&gt;</code></div></div><br />
the output from the above code will look like this when you view source on your product page:<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>&lt;script type="text/javascript"&gt;&lt;!-- 
dealtagger_clientkey = "69b86e97ecbf2be05470d58bbfe68715";
dealtagger_price = "&#36;49.99";
dealtagger_url = "http://www.tulipstuff.com/iview-1000dv-progressive-scan-multimedia-dvd-player-blue-p-18230.html";
dealtagger_desc = "iView 1000DV Progressive Scan Multimedia DVD Player- Blue";
dealtagger_imageurl = "http://www.tulipstuff.com/images/1000dvblue.jpg";
dealtagger_currency = "USD";
//--&gt;&lt;/script&gt;
&lt;script type="text/javascript" src="http://datafeeds.dealtagger.com/js/taglet.js"&gt;&lt;/script&gt;</code></div></div><br />
more info on their merchant taglet:<br />
<a href="http://www.dealtagger.com/help/merchant/taglet/" target="_blank" rel="noopener" class="mycode_url">http://www.dealtagger.com/help/merchant/taglet/</a>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Amazon Checkout Mod for Zen Cart]]></title>
			<link>https://community.tuliptools.com/thread-11079.html</link>
			<pubDate>Sun, 17 Aug 2008 17:57:58 -0400</pubDate>
			<dc:creator><![CDATA[<a href="https://community.tuliptools.com/member.php?action=profile&uid=3">amy</a>]]></dc:creator>
			<guid isPermaLink="false">https://community.tuliptools.com/thread-11079.html</guid>
			<description><![CDATA[[quote author=crypticdragon link=topic=15619.msg71703#msg71703 date=1217526275]<br />
[quote author=amy link=topic=15619.msg67137#msg67137 date=1197855172]<br />
<blockquote class="mycode_quote"><cite>Quote:</cite>an easily integrate Amazon Payments into their shopping carts and checkout pages <span style="color: purple;" class="mycode_color">if someone develops a Zen Cart mod.</span></blockquote>
<br />
<br />
[/quote]<br />
<br />
There is a Zen Cart Module for Checkout by Amazon.  It was released at the same time as Checkout by Amazon.  It also has its own dedicated support forum.<br />
<br />
Module can be downloaded at <a href="http://g-ecx.images-amazon.com/images/G/01/cba/documents/zencart_checkoutbyamazon_plugin_2007_07_29.zip" target="_blank" rel="noopener" class="mycode_url">http://g-ecx.images-amazon.com/images/G/..._07_29.zip</a>  <br />
Zen Cart & Checkout by Amazon Forum <a href="http://www.amazonsellercommunity.com/forums/forum.jspa?forumID=40" target="_blank" rel="noopener" class="mycode_url">http://www.amazonsellercommunity.com/for...forumID=40</a>  <br />
[/quote]<br />
<br />
I might test it this week...]]></description>
			<content:encoded><![CDATA[[quote author=crypticdragon link=topic=15619.msg71703#msg71703 date=1217526275]<br />
[quote author=amy link=topic=15619.msg67137#msg67137 date=1197855172]<br />
<blockquote class="mycode_quote"><cite>Quote:</cite>an easily integrate Amazon Payments into their shopping carts and checkout pages <span style="color: purple;" class="mycode_color">if someone develops a Zen Cart mod.</span></blockquote>
<br />
<br />
[/quote]<br />
<br />
There is a Zen Cart Module for Checkout by Amazon.  It was released at the same time as Checkout by Amazon.  It also has its own dedicated support forum.<br />
<br />
Module can be downloaded at <a href="http://g-ecx.images-amazon.com/images/G/01/cba/documents/zencart_checkoutbyamazon_plugin_2007_07_29.zip" target="_blank" rel="noopener" class="mycode_url">http://g-ecx.images-amazon.com/images/G/..._07_29.zip</a>  <br />
Zen Cart & Checkout by Amazon Forum <a href="http://www.amazonsellercommunity.com/forums/forum.jspa?forumID=40" target="_blank" rel="noopener" class="mycode_url">http://www.amazonsellercommunity.com/for...forumID=40</a>  <br />
[/quote]<br />
<br />
I might test it this week...]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[International Checkout Integration with Zen Cart ]]></title>
			<link>https://community.tuliptools.com/thread-11078.html</link>
			<pubDate>Sun, 17 Aug 2008 17:54:51 -0400</pubDate>
			<dc:creator><![CDATA[<a href="https://community.tuliptools.com/member.php?action=profile&uid=3">amy</a>]]></dc:creator>
			<guid isPermaLink="false">https://community.tuliptools.com/thread-11078.html</guid>
			<description><![CDATA[I use TT as a bookmarking service.  <img class="postimage" src="https://community.tuliptools.com/images/smilies/confused.gif" alt="Confused" title="Confused" class="smilie smilie_13" />tolensmiley:<br />
<br />
<br />
<blockquote class="mycode_quote"><cite>Quote:</cite>Zen Cart :<br />
Now we have the solutions available for ZEN Cart users to use our services. Integration of our full-service global logistics solution for American retailers is just a matter of minutes</blockquote>
<a href="http://www.internationalcheckoutsolutions.com/zencart.html" target="_blank" rel="noopener" class="mycode_url">http://www.internationalcheckoutsolution...ncart.html</a><br />
<br />
about international checkout:<br />
<a href="http://www.internationalcheckoutsolutions.com/howitworks.html" target="_blank" rel="noopener" class="mycode_url">http://www.internationalcheckoutsolution...works.html</a><br />
<br />
merchants who use it:<br />
<a href="http://www.internationalcheckout.com/" target="_blank" rel="noopener" class="mycode_url">http://www.internationalcheckout.com/</a>]]></description>
			<content:encoded><![CDATA[I use TT as a bookmarking service.  <img class="postimage" src="https://community.tuliptools.com/images/smilies/confused.gif" alt="Confused" title="Confused" class="smilie smilie_13" />tolensmiley:<br />
<br />
<br />
<blockquote class="mycode_quote"><cite>Quote:</cite>Zen Cart :<br />
Now we have the solutions available for ZEN Cart users to use our services. Integration of our full-service global logistics solution for American retailers is just a matter of minutes</blockquote>
<a href="http://www.internationalcheckoutsolutions.com/zencart.html" target="_blank" rel="noopener" class="mycode_url">http://www.internationalcheckoutsolution...ncart.html</a><br />
<br />
about international checkout:<br />
<a href="http://www.internationalcheckoutsolutions.com/howitworks.html" target="_blank" rel="noopener" class="mycode_url">http://www.internationalcheckoutsolution...works.html</a><br />
<br />
merchants who use it:<br />
<a href="http://www.internationalcheckout.com/" target="_blank" rel="noopener" class="mycode_url">http://www.internationalcheckout.com/</a>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[20 Ways to Increase Sales Using Zen Cart]]></title>
			<link>https://community.tuliptools.com/thread-10918.html</link>
			<pubDate>Sat, 19 Jul 2008 04:54:46 -0400</pubDate>
			<dc:creator><![CDATA[<a href="https://community.tuliptools.com/member.php?action=profile&uid=1">mandy</a>]]></dc:creator>
			<guid isPermaLink="false">https://community.tuliptools.com/thread-10918.html</guid>
			<description><![CDATA[Free 61 page e-book available for download:<br />
<span style="font-style: italic;" class="mycode_i">20 Surefire Ways to Increase Sales Using Zen Cart</span><br />
<blockquote class="mycode_quote"><cite>Quote:</cite>This 61 page book covers topics such as:<br />
<br />
    * Template adjustments you can make to increase conversion<br />
    * The difference between getting Just Traffic, and getting Traffic that Converts<br />
    * The best Zen Cart modules for increasing sales opportunity<br />
    * How to calculate your Conversion Rate, and why you need to know it<br />
    * Cross-Sells, Up-Sells, and how to use them effectively<br />
    * How to use specials to really increase sales<br />
    * Creating a home page that actually speaks to your customers<br />
    * Why staying in contact with your customers can increase sales, and two products you can use to make it easy<br />
    * Creating a usable navigational structure that prompts visitors to act<br />
    * Zen Cart screenshots showing before and after details of template changes<br />
    * and much more</blockquote>
<br />
more info, download: <a href="http://www.zencartoptimization.com/2007/05/09/20-surefire-ways-to-increase-sales-using-zen-cart/" target="_blank" rel="noopener" class="mycode_url">http://www.zencartoptimization.com/2007/...-zen-cart/</a>]]></description>
			<content:encoded><![CDATA[Free 61 page e-book available for download:<br />
<span style="font-style: italic;" class="mycode_i">20 Surefire Ways to Increase Sales Using Zen Cart</span><br />
<blockquote class="mycode_quote"><cite>Quote:</cite>This 61 page book covers topics such as:<br />
<br />
    * Template adjustments you can make to increase conversion<br />
    * The difference between getting Just Traffic, and getting Traffic that Converts<br />
    * The best Zen Cart modules for increasing sales opportunity<br />
    * How to calculate your Conversion Rate, and why you need to know it<br />
    * Cross-Sells, Up-Sells, and how to use them effectively<br />
    * How to use specials to really increase sales<br />
    * Creating a home page that actually speaks to your customers<br />
    * Why staying in contact with your customers can increase sales, and two products you can use to make it easy<br />
    * Creating a usable navigational structure that prompts visitors to act<br />
    * Zen Cart screenshots showing before and after details of template changes<br />
    * and much more</blockquote>
<br />
more info, download: <a href="http://www.zencartoptimization.com/2007/05/09/20-surefire-ways-to-increase-sales-using-zen-cart/" target="_blank" rel="noopener" class="mycode_url">http://www.zencartoptimization.com/2007/...-zen-cart/</a>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Code Bloat Alert! Home page with 4,685 lines of code! A New World's Record!]]></title>
			<link>https://community.tuliptools.com/thread-10895.html</link>
			<pubDate>Mon, 14 Jul 2008 01:42:12 -0400</pubDate>
			<dc:creator><![CDATA[<a href="https://community.tuliptools.com/member.php?action=profile&uid=22">sneakymagenta</a>]]></dc:creator>
			<guid isPermaLink="false">https://community.tuliptools.com/thread-10895.html</guid>
			<description><![CDATA[The cretins have 4,685 lines of code on their home page.Â  <img class="postimage" src="https://community.tuliptools.com/Smileys/classic/snorting.gif" alt="Snorting" title="Snorting" class="smilie smilie_896" /> <img class="postimage" src="https://community.tuliptools.com/Smileys/classic/snorting.gif" alt="Snorting" title="Snorting" class="smilie smilie_896" /> <img class="postimage" src="https://community.tuliptools.com/Smileys/classic/snorting.gif" alt="Snorting" title="Snorting" class="smilie smilie_896" />Â  Amazon's cluttered home page only has 3,204 lines. ]]></description>
			<content:encoded><![CDATA[The cretins have 4,685 lines of code on their home page.Â  <img class="postimage" src="https://community.tuliptools.com/Smileys/classic/snorting.gif" alt="Snorting" title="Snorting" class="smilie smilie_896" /> <img class="postimage" src="https://community.tuliptools.com/Smileys/classic/snorting.gif" alt="Snorting" title="Snorting" class="smilie smilie_896" /> <img class="postimage" src="https://community.tuliptools.com/Smileys/classic/snorting.gif" alt="Snorting" title="Snorting" class="smilie smilie_896" />Â  Amazon's cluttered home page only has 3,204 lines. ]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[ZenCart SEO URL module ??]]></title>
			<link>https://community.tuliptools.com/thread-10217.html</link>
			<pubDate>Mon, 11 Feb 2008 09:24:48 -0500</pubDate>
			<dc:creator><![CDATA[<a href="https://community.tuliptools.com/member.php?action=profile&uid=45">WebGraphicsSource</a>]]></dc:creator>
			<guid isPermaLink="false">https://community.tuliptools.com/thread-10217.html</guid>
			<description><![CDATA[is their a good one available?]]></description>
			<content:encoded><![CDATA[is their a good one available?]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Paging GadgetsDirect2U...]]></title>
			<link>https://community.tuliptools.com/thread-10089.html</link>
			<pubDate>Sat, 19 Jan 2008 07:49:29 -0500</pubDate>
			<dc:creator><![CDATA[<a href="https://community.tuliptools.com/member.php?action=profile&uid=9">bargainbloodhound</a>]]></dc:creator>
			<guid isPermaLink="false">https://community.tuliptools.com/thread-10089.html</guid>
			<description><![CDATA[...have you tried this mod yet?<br />
<br />
<a href="http://www.magneticone.com/store/Zen.Cart.Modules/Zen.Cart.Make.A.Deal" target="_blank" rel="noopener" class="mycode_url">http://www.magneticone.com/store/Zen.Car...ake.A.Deal</a>]]></description>
			<content:encoded><![CDATA[...have you tried this mod yet?<br />
<br />
<a href="http://www.magneticone.com/store/Zen.Cart.Modules/Zen.Cart.Make.A.Deal" target="_blank" rel="noopener" class="mycode_url">http://www.magneticone.com/store/Zen.Car...ake.A.Deal</a>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Zen Cart releases version 1.38]]></title>
			<link>https://community.tuliptools.com/thread-9815.html</link>
			<pubDate>Sun, 02 Dec 2007 03:31:41 -0500</pubDate>
			<dc:creator><![CDATA[<a href="https://community.tuliptools.com/member.php?action=profile&uid=1">mandy</a>]]></dc:creator>
			<guid isPermaLink="false">https://community.tuliptools.com/thread-9815.html</guid>
			<description><![CDATA[full announcement: <a href="http://www.zen-cart.com/forum/showthread.php?p=467921#post467921" target="_blank" rel="noopener" class="mycode_url">http://www.zen-cart.com/forum/showthread...post467921</a><br />
<br />
<blockquote class="mycode_quote"><cite>Quote:</cite>About v1.3.8<br />
<br />
Zen Cart v1.3.8 is officially PayPal-Certified for PayPal Website Payments Pro and PayPal Express Checkout<br />
<br />
Features Added in v1.3.8:<br />
<br />
    * PayPal Website Payments Pro added, for US and UK merchants.<br />
    * NEW: Combine Shopping Cart Contents .... If customer logs in and had items in their saved shopping cart, they are now taken to their cart and shown a message alerting them to the fact that those items have been merged with their new cart. This warning can be disabled via switch in admin: Admin->Configuration->Stock->Show Notice of Combining Shopping Cart on Login<br />
    * Sideboxes for New/Featured/Special can now contain more than 1 product. Also, the randomizing of the selected products has been improved. The number of items to be shown can be set in Admin->Configuration->Maximum Values<br />
    * Authorize.net SIM module ... MD5 support was added, meaning that you can set an MD5 validation key in your Authorize.net account and in the module, making sure that the communications are double-validated before payment is accepted. Prevents spoofing.<br />
    * Authorize.net eCheck module added . .. If you have an account with Authorize.net and wish to offer eCheck payment options, the built-in module will handle this for you.<br />
    * USPS module updated ... USPS has made some changes in the last 6 months, some announced, some not. The module has been updated to accommodate these changes. You will need to Remove and re-Install the module in Admin->Modules->Shipping in order to make this work properly. (Write down your settings first, for easier re-configuration!)<br />
    * Added: login pages now have a built-in security token, which prevents XSRF and other hacks<br />
    * Added: Ability to ban user accounts via admin (edit customer)<br />
    * Added: Home & Per-page metatags can now be defined in the meta_tags.php language file<br />
    * Added: EZ-Page metatags can now be defined in the meta_tags.php language file<br />
    * Added: additional pages added to robots-exclusion list prevent indexing of non-product pages<br />
    * Added: Admin server-info page now reports database-size info and various PHP settings<br />
    * Added: If customer logs in and had items in their saved shopping cart, they are now taken to their cart and shown a message alerting them to the fact that those items have been merged with their new cart.<br />
    * Added: Quick Customer address listing of whole address book<br />
    * Added: manufacturer pulldown can skip manufacturers with no associated products<br />
    * Added: warning in admin if Welcome Coupon is approaching expiry.<br />
    * Added: Admin orders are now searchable on product name or model, or order number<br />
    * Added: Month numbers added to CC expiry dates in pulldowns of core payment modules<br />
    * Added: Customer comments can be included on packing slip and invoice<br />
    * Added: Authorize.net E-Check module added<br />
    * Added: nochex_apc payment module added and integrated with core<br />
    * Enhanced: Authorize.net SIM module overhaul, including MD5 hash support, CVV, debug<br />
    * Enhanced: Authorize.net AIM module improvements, including MD5 hash support, capt/void<br />
    * Enhanced: Linkpoint/Yourpay API payment module overhaul, adding capt/void/refund capability<br />
    * Enhanced: Customers page in admin now shows open GV balances, and is sortable on same<br />
    * Enhanced: Textarea counter for text-input-attribute fields improved to ignore spaces and CR<br />
    * Enhanced: Improvements to the affiliate-feedback info during checkout-process<br />
    * Enhanced: PayPal IPN now supports PDT to allow real-time-handling of PayPal Standard transactions without having to wait for IPN in all cases. Requires that merchant has enabled PDT and enters their encryption key/token.<br />
    * Enhanced: Session security improved with additional sanitization<br />
<br />
<br />
<br />
<br />
Changes in this release<br />
<br />
    * Change: CSS -- Some template ID tags changed to classes because rendered from inside a loop<br />
    * Change: Updated some payment modules to display "not configured" alerts if appropriate<br />
    * Change: table CAPTIONs moved into lang file for upcoming-products code<br />
    * Change: USPS - updates to handle various 2007 changes made by USPS<br />
    * Change: Installer now also sets shipping country to match store country during initial setup<br />
    * Change: Installer now detects CURL support more effectively<br />
    * Change: added CURL testing script and IPN communication check tool to extras folder<br />
    * Change: magic_quotes_sybase is now disabled at runtime if server has it enabled<br />
    * Change: paypal IPN postbacks no longer use SSL due to so many hosts not having SSL support in their fopen wrapper configurations.<br />
    * Change: added worio.com and panscient spiders to spider detection list<br />
    * Change: "NF" changed to "NL" for province of Newfoundland Canada<br />
    * Change: PayPal IPN now uses init_system instead of ipn_application_top, to minimize likelihood of addons causing IPN transactions to fail.<br />
    * Change: ezpages now uses mediumtext field type instead of the smaller text type<br />
    * Change: payment modules no longer able to store entire CC/CVV numbers. PCI rules.<br />
    * Change: admin activity log now tracks login attempts, thus allowing identification of brute-force login tries; also stores longer referrer data<br />
    * Change: db structure change to db_cache and session tables, allowing larger datatypes<br />
    * Change: hard-coded delimiters on attribute prices and weights moved to _info language files<br />
    * Change: renamed "Credit Card" module in admin to "Credit Card - Offline Processing" for clarity<br />
    * Change: admin payment modules are now more friendly when discovering mismatched language files vs payment modules, ie: for cases where newbies upload files to wrong place<br />
    * Change: default minimum city length set to 2 instead of 3, per code suggestion<br />
    * Change: whos_online referrer data truncated to suit database data type restrictions<br />
    * Change: orders_products_attributes field changed from BLOB to TEXT since not binary<br />
    * Change: admin can send newsletters to self for testing purposes<br />
    * Change: customer_firstname added to &#36;_SESSION<br />
    * Change: ezpages links no longer include &chapter=0<br />
    * Change: added field-definition checker to sniffer class<br />
    * Change: split_page_results now handles 'distinct' queries<br />
    * Change: payment modules accepting credit cards now give the number and name of months<br />
    * Change: SMTP email password now shows as **** in admin instead of plain text<br />
    * Change: ot_total order-total module can no longer be 'removed' via admin, for safety<br />
    * Change: zen_order_id fields in paypal and linkpoint_api tables changed to order_id to prevent confusion encountered by folks fiddling in raw database export files<br />
    * Change: email system improvements to minimize dumping due to content challenges<br />
    * Change: basic support added for Gmail mail support as long as webhost supports SSL/TLS<br />
    * Change: partial CC digits now included in order-confirmation email<br />
    * Change: if problems found with configure.php, instead of going directly to zc_install, we now present a more friendly page with some instructions and FAQ links<br />
    * Change: Added audience entry for "non-purchasing" customers for sending newsletters to<br />
<br />
<br />
<br />
NOTE: Stylesheet changes:<br />
- media manager ... converted IDs to Classes: .mediaTitle, .mediaTypeLink<br />
- textarea ... removed float:left<br />
ADDED NEW STYLE SELECTORS for Shipping Estimator output:<br />
- #shoppingcartBody #shippingEstimatorContent<br />
- .seDisplayedAddressLabel<br />
- .seDisplayedAddressInfo<br />
- .seShipTo<br />
<br />
<br />
Other bugfixes applied<br />
<br />
    * Fix: Optimized the way cpath is calculated ... runs faster now, and is more relevant in subcats<br />
    * Fix: Centerboxes now generate URLs containing relevant cPath<br />
    * Fix: CURL proxy recommendation for GoDaddy updated to named FQDN instead of IP<br />
    * Fix: Admin session-fixation problem fixed<br />
    * Fix: Downloads occasionally would croak if buffering was enabled<br />
    * Fix: login and create-account code synchronized<br />
    * Fix: improvements to featured/special modules for faster db queries<br />
    * Fix: XHTML validation fixes to several sideboxes<br />
    * Fix: Added missing CC types<br />
    * Fix: numerous MySQL5 fixes<br />
    * Fix: version-history display in admin was always skipping the current version date info. Fixed.<br />
    * Fix: some noindex pages were missing from the robots-skip list<br />
    * Fix: invalid cPath pages were being spidered improperly<br />
    * Fix: minor performance improvements on options_values_manager for attribute-heavy sites<br />
    * Fix: remove three cases where php short tags were used, standardizing on long tags.<br />
    * Fix: paypal ipn module now supports the locale code for all countries, in accordance with their updated api spec<br />
    * BugFix: Always Show Category wasn't always showing proper category for feature/new/special<br />
    * BugFix: tax-rate calc fixed in admin product-edit page<br />
    * BugFix: Prices were not displaying on quantity discounts if store-status mode was set to 1<br />
    * BugFix: upcoming products were not selected properly due to a time miscalc<br />
    * BugFix: Coupon/GV Tax calculations improved<br />
    * BugFix: 100% coupon calculation improvements<br />
    * BugFix: Group Pricing module updated to use new tax recalculation logic, added consistency<br />
    * BugFix: tax calc functions improved<br />
    * BugFix: Minimum Order feature bug repaired<br />
    * BugFix: fix popen() vulnerability in the 3rd-party phpMailer system<br />
    * BugFix: disabled CURL warnings in payment modules when module inactive<br />
    * BugFix: products_price_manager was not properly handling non-entered values in MySQL5<br />
    * BugFix: products_price_manager fixed default product selection for empty categories<br />
    * BugFix: products_price_manager fix calculation on discounts to work with from Price and Special<br />
    * BugFix: linkpoint_api payment module fix for empty fields<br />
    * BugFix: developer toolkit improvements to handle quotes better<br />
    * BugFix: order_total module would occasionally not properly detect template override<br />
    * BugFix: metatag bug was causing call-for-price products to show a 0.00 price in title bar<br />
    * BugFix: timeout template was missing /div if customer was logged in<br />
    * BugFix: GV/Coupon resets were not always happening after completion of purchase<br />
    * BugFix: closed several unclosed dir->open() calls which were consuming extra resource handles<br />
    * BugFix: some search checkboxes not being remembered when returning to search page<br />
    * BugFix: download filesize info was not showing if the download had expired<br />
    * BugFix: download button was showing even if downloads had expired, in certain cases<br />
    * BugFix: download expiry details occasionally incorrect in admin<br />
    * BugFix: coupon-admin would sometimes not display restricted products properly<br />
    * BugFix: additional sanitization of email addresses before sending emails<br />
    * BugFix: table/zone rate modules missing percentage charges on last setting if based on price<br />
    * BugFix: navigation issues in admin product price manager tools<br />
    * BugFix: email format-selection fields were not stored properly if not shown to customer<br />
    * BugFix: payment modules didn't always submit the proper referrer IP address if proxied<br />
    * BugFix: default currency selector anomalies fixed<br />
    * BugFix: rich-text editor bug in metatag section (shouldn't be activated), same on newsletters<br />
    * BugFix: page-not-found header bug resolved<br />
    * BugFix: admin version-display had extraneous code<br />
    * BugFix: data-type enforcement changes in multiple places<br />
    * BugFix: categories-icon link and image didn't always properly match listing<br />
    * BugFix: fix missing flag for customer comments on listing<br />
    * BugFix: fix ability to use extra-boxes folder with gv menu<br />
    * BugFix: removed hard-coded language content from contact-us page<br />
    * BugFix: email system traps for extraneous @ and spaces, and provide friendlier error messages<br />
    * BugFix: additional-images module problem in PHP5 fixed<br />
    * BugFix: when customer-forced-to-login mode is active, privacy page was being blocked<br />
    * BugFix: duplicate-key bug on db_cache method<br />
    * BugFix: Free Charger payment module had order-status conflict with &#36;0 orders caused by GV<br />
    * BugFix: added 5-min timer to Store Manager update actions<br />
    * BugFix: Fix dropdown errors when Alpha sorter is disabled and stopping normal Cats and Manufacturer dropdown from displaying<br />
    * BugFix: some category name html was showing in metatags<br />
    * BugFix: when add-to-cart doesn't redirect to shopping cart, sometimes product_id was lost<br />
    * BugFix: text-only emails were missing the email-disclaimer text<br />
    * BugFix: 'SHOW_PRODUCT_INFO_COLUMNS_ALSO_PURCHASED_PRODUCTS ' key was updated incorrectly from v127 to v130. Is now fixed by upgrading database.<br />
    * BugFix: media manager template was using duplicate CSS IDs. Changed to classes in stylesheet<br />
    * BugFix: tell-a-friend "back" button invalid ALT text<br />
    * BugFix: zen_clean_html function wasn't stripping all required tags<br />
    * BugFix: fixed missing body tag on salemaker editor<br />
    * BugFix: trim trailing spaces from image data, which were causing empty image placeholders<br />
    * BugFix: empty html content in emails now handled properly<br />
    * BugFix: shipping estimator pages not rendering consistently, also fixed address display<br />
    * BugFix: shipping estimator was not showing quotes if module limited to certain zone<br />
    * BugFix: UPS - updated Worldwide Saver option<br />
    * BugFix: Fix bug on shopping-cart with shipping by price where attributes prices were not being included/excluded for Virtual or Always Free Shipping proucts<br />
    * BugFix: Fix Order Totals to not include javascript code for coupon names<br />
    * BugFix: Fix Order Totals to not include javascript code for coupon names<br />
    * BugFix: Discount Coupons were missing start and end dates on HTML/TEXT emails<br />
    * BugFix: admin no longer asks for customer fax number if disabled<br />
    * BugFix: no longer shows "send a GV" after GV balance is fully used<br />
    * BugFix: coupon-restriction page had conflicts in naming of some html objects, breaking inputs<br />
    * BugFix: if you deleted the active language but didn't switch to another one before adding another, then you'd end up with blank product/category names/descriptions for the new lang<br />
    * BugFix: specials-expiry wasn't honoring midnight properly<br />
    * BugFix: admin order-search no longer mistakenly loses search criteria if empty info entered<br />
    * BugFix: fix ez-pages behaviour -- incorrect use of target=_blank<br />
    * BugFix: fix missing fax/phone information on create-account "extra" emails<br />
    * BugFix: use native session_write_close to ensure session stuff is always written out, regardless<br />
    * BugFix: HTML emails were not always sharing full footer details with text emails<br />
    * BugFix: HTML emails were now always showing proper line-breaks between product details<br />
    * BugFix: HTML emails from payment modules weren't sending content properly<br />
    * BugFix: restored sort order to the list of products on a purchase<br />
    * BugFix: company name missing on edit of additional addresses<br />
    * BugFix: record-company filter wasn't properly filtered for records, and was focused on music<br />
    * BugFix: fixed notifier typo in order class<br />
    * BugFix: some payment modules were not using "default" order-status properly, thus orders could disappear from list unless searched for specifically<br />
    * BugFix: split-login-page mistaken error messages removed<br />
    * BugFix: PDF downloads were sometimes encountering symlink errors, or streaming bad data. Now captures those errors. Also handles filenames containing symbols<br />
    * BugFix: changed download timeout to 20 minutes if server allows it, to aid in larger downloads not ending prematurely<br />
    * BugFix: restrictions were not being passed to newly created sub-categories<br />
    * BugFix: item shipping was mistakenly resetting order count<br />
    * BugFix: tpl_main_page had wrong ID-- is now indexHome on home page<br />
    * BugFix: Fixed Salemaker error on popup for More Info missing Categories Name<br />
    * BugFix: group pricing division-by-zero error when tax amount was 0<br />
    * BugFix: customer_authorization problem fixed, including left/right/header/footer issues<br />
    * BugFix: when deleting categories, meta-tag data wasn't being removed properly<br />
    * BugFix: prevent drawing of extra fieldsets on checkout-shipping page if modules disabled<br />
    * BugFix: document-general price was showing sale pricing ... but shouldn't<br />
    * BugFix: shipping estimator page was showing weights differently from shopping cart<br />
    * BugFix: media manager interface in admin wasn't handling pagination properly<br />
    * BugFix: text-only emails from coupon-admin weren't including description<br />
    * BugFix: text emails weren't including disclaimers properly, thus getting rejected in some cases<br />
    * BugFix: PayPal Express checkout wasn't passing coupon discounts or shipping taxes properly<br />
    * BugFix: fmod_round problems resolved -- was causing problems with min/max calcs<br />
    * BugFix: text-only email "previews" in admin weren't handling line-breaks correctly<br />
    * BugFix: coupon code wasn't releasing properly post-order or on invalid product<br />
    * BugFix: admin tax-class page was allowing deletion of actively-assigned tax classes<br />
    * BugFix: PayPal Express Checkout button was enabled even if module was restricted or if order was over the 10,000 USD threshold<br />
    * BugFix: use onKeyUp instead of onChange in coupon-redemption field (onchange is for pulldowns)<br />
    * BugFix: search engine spiders could trigger PHP errors in shopping_cart sidebox<br />
    * BugFix: techsupp.php was using php "short" tags in a few places. Changed to normal tags.</blockquote>
]]></description>
			<content:encoded><![CDATA[full announcement: <a href="http://www.zen-cart.com/forum/showthread.php?p=467921#post467921" target="_blank" rel="noopener" class="mycode_url">http://www.zen-cart.com/forum/showthread...post467921</a><br />
<br />
<blockquote class="mycode_quote"><cite>Quote:</cite>About v1.3.8<br />
<br />
Zen Cart v1.3.8 is officially PayPal-Certified for PayPal Website Payments Pro and PayPal Express Checkout<br />
<br />
Features Added in v1.3.8:<br />
<br />
    * PayPal Website Payments Pro added, for US and UK merchants.<br />
    * NEW: Combine Shopping Cart Contents .... If customer logs in and had items in their saved shopping cart, they are now taken to their cart and shown a message alerting them to the fact that those items have been merged with their new cart. This warning can be disabled via switch in admin: Admin->Configuration->Stock->Show Notice of Combining Shopping Cart on Login<br />
    * Sideboxes for New/Featured/Special can now contain more than 1 product. Also, the randomizing of the selected products has been improved. The number of items to be shown can be set in Admin->Configuration->Maximum Values<br />
    * Authorize.net SIM module ... MD5 support was added, meaning that you can set an MD5 validation key in your Authorize.net account and in the module, making sure that the communications are double-validated before payment is accepted. Prevents spoofing.<br />
    * Authorize.net eCheck module added . .. If you have an account with Authorize.net and wish to offer eCheck payment options, the built-in module will handle this for you.<br />
    * USPS module updated ... USPS has made some changes in the last 6 months, some announced, some not. The module has been updated to accommodate these changes. You will need to Remove and re-Install the module in Admin->Modules->Shipping in order to make this work properly. (Write down your settings first, for easier re-configuration!)<br />
    * Added: login pages now have a built-in security token, which prevents XSRF and other hacks<br />
    * Added: Ability to ban user accounts via admin (edit customer)<br />
    * Added: Home & Per-page metatags can now be defined in the meta_tags.php language file<br />
    * Added: EZ-Page metatags can now be defined in the meta_tags.php language file<br />
    * Added: additional pages added to robots-exclusion list prevent indexing of non-product pages<br />
    * Added: Admin server-info page now reports database-size info and various PHP settings<br />
    * Added: If customer logs in and had items in their saved shopping cart, they are now taken to their cart and shown a message alerting them to the fact that those items have been merged with their new cart.<br />
    * Added: Quick Customer address listing of whole address book<br />
    * Added: manufacturer pulldown can skip manufacturers with no associated products<br />
    * Added: warning in admin if Welcome Coupon is approaching expiry.<br />
    * Added: Admin orders are now searchable on product name or model, or order number<br />
    * Added: Month numbers added to CC expiry dates in pulldowns of core payment modules<br />
    * Added: Customer comments can be included on packing slip and invoice<br />
    * Added: Authorize.net E-Check module added<br />
    * Added: nochex_apc payment module added and integrated with core<br />
    * Enhanced: Authorize.net SIM module overhaul, including MD5 hash support, CVV, debug<br />
    * Enhanced: Authorize.net AIM module improvements, including MD5 hash support, capt/void<br />
    * Enhanced: Linkpoint/Yourpay API payment module overhaul, adding capt/void/refund capability<br />
    * Enhanced: Customers page in admin now shows open GV balances, and is sortable on same<br />
    * Enhanced: Textarea counter for text-input-attribute fields improved to ignore spaces and CR<br />
    * Enhanced: Improvements to the affiliate-feedback info during checkout-process<br />
    * Enhanced: PayPal IPN now supports PDT to allow real-time-handling of PayPal Standard transactions without having to wait for IPN in all cases. Requires that merchant has enabled PDT and enters their encryption key/token.<br />
    * Enhanced: Session security improved with additional sanitization<br />
<br />
<br />
<br />
<br />
Changes in this release<br />
<br />
    * Change: CSS -- Some template ID tags changed to classes because rendered from inside a loop<br />
    * Change: Updated some payment modules to display "not configured" alerts if appropriate<br />
    * Change: table CAPTIONs moved into lang file for upcoming-products code<br />
    * Change: USPS - updates to handle various 2007 changes made by USPS<br />
    * Change: Installer now also sets shipping country to match store country during initial setup<br />
    * Change: Installer now detects CURL support more effectively<br />
    * Change: added CURL testing script and IPN communication check tool to extras folder<br />
    * Change: magic_quotes_sybase is now disabled at runtime if server has it enabled<br />
    * Change: paypal IPN postbacks no longer use SSL due to so many hosts not having SSL support in their fopen wrapper configurations.<br />
    * Change: added worio.com and panscient spiders to spider detection list<br />
    * Change: "NF" changed to "NL" for province of Newfoundland Canada<br />
    * Change: PayPal IPN now uses init_system instead of ipn_application_top, to minimize likelihood of addons causing IPN transactions to fail.<br />
    * Change: ezpages now uses mediumtext field type instead of the smaller text type<br />
    * Change: payment modules no longer able to store entire CC/CVV numbers. PCI rules.<br />
    * Change: admin activity log now tracks login attempts, thus allowing identification of brute-force login tries; also stores longer referrer data<br />
    * Change: db structure change to db_cache and session tables, allowing larger datatypes<br />
    * Change: hard-coded delimiters on attribute prices and weights moved to _info language files<br />
    * Change: renamed "Credit Card" module in admin to "Credit Card - Offline Processing" for clarity<br />
    * Change: admin payment modules are now more friendly when discovering mismatched language files vs payment modules, ie: for cases where newbies upload files to wrong place<br />
    * Change: default minimum city length set to 2 instead of 3, per code suggestion<br />
    * Change: whos_online referrer data truncated to suit database data type restrictions<br />
    * Change: orders_products_attributes field changed from BLOB to TEXT since not binary<br />
    * Change: admin can send newsletters to self for testing purposes<br />
    * Change: customer_firstname added to &#36;_SESSION<br />
    * Change: ezpages links no longer include &chapter=0<br />
    * Change: added field-definition checker to sniffer class<br />
    * Change: split_page_results now handles 'distinct' queries<br />
    * Change: payment modules accepting credit cards now give the number and name of months<br />
    * Change: SMTP email password now shows as **** in admin instead of plain text<br />
    * Change: ot_total order-total module can no longer be 'removed' via admin, for safety<br />
    * Change: zen_order_id fields in paypal and linkpoint_api tables changed to order_id to prevent confusion encountered by folks fiddling in raw database export files<br />
    * Change: email system improvements to minimize dumping due to content challenges<br />
    * Change: basic support added for Gmail mail support as long as webhost supports SSL/TLS<br />
    * Change: partial CC digits now included in order-confirmation email<br />
    * Change: if problems found with configure.php, instead of going directly to zc_install, we now present a more friendly page with some instructions and FAQ links<br />
    * Change: Added audience entry for "non-purchasing" customers for sending newsletters to<br />
<br />
<br />
<br />
NOTE: Stylesheet changes:<br />
- media manager ... converted IDs to Classes: .mediaTitle, .mediaTypeLink<br />
- textarea ... removed float:left<br />
ADDED NEW STYLE SELECTORS for Shipping Estimator output:<br />
- #shoppingcartBody #shippingEstimatorContent<br />
- .seDisplayedAddressLabel<br />
- .seDisplayedAddressInfo<br />
- .seShipTo<br />
<br />
<br />
Other bugfixes applied<br />
<br />
    * Fix: Optimized the way cpath is calculated ... runs faster now, and is more relevant in subcats<br />
    * Fix: Centerboxes now generate URLs containing relevant cPath<br />
    * Fix: CURL proxy recommendation for GoDaddy updated to named FQDN instead of IP<br />
    * Fix: Admin session-fixation problem fixed<br />
    * Fix: Downloads occasionally would croak if buffering was enabled<br />
    * Fix: login and create-account code synchronized<br />
    * Fix: improvements to featured/special modules for faster db queries<br />
    * Fix: XHTML validation fixes to several sideboxes<br />
    * Fix: Added missing CC types<br />
    * Fix: numerous MySQL5 fixes<br />
    * Fix: version-history display in admin was always skipping the current version date info. Fixed.<br />
    * Fix: some noindex pages were missing from the robots-skip list<br />
    * Fix: invalid cPath pages were being spidered improperly<br />
    * Fix: minor performance improvements on options_values_manager for attribute-heavy sites<br />
    * Fix: remove three cases where php short tags were used, standardizing on long tags.<br />
    * Fix: paypal ipn module now supports the locale code for all countries, in accordance with their updated api spec<br />
    * BugFix: Always Show Category wasn't always showing proper category for feature/new/special<br />
    * BugFix: tax-rate calc fixed in admin product-edit page<br />
    * BugFix: Prices were not displaying on quantity discounts if store-status mode was set to 1<br />
    * BugFix: upcoming products were not selected properly due to a time miscalc<br />
    * BugFix: Coupon/GV Tax calculations improved<br />
    * BugFix: 100% coupon calculation improvements<br />
    * BugFix: Group Pricing module updated to use new tax recalculation logic, added consistency<br />
    * BugFix: tax calc functions improved<br />
    * BugFix: Minimum Order feature bug repaired<br />
    * BugFix: fix popen() vulnerability in the 3rd-party phpMailer system<br />
    * BugFix: disabled CURL warnings in payment modules when module inactive<br />
    * BugFix: products_price_manager was not properly handling non-entered values in MySQL5<br />
    * BugFix: products_price_manager fixed default product selection for empty categories<br />
    * BugFix: products_price_manager fix calculation on discounts to work with from Price and Special<br />
    * BugFix: linkpoint_api payment module fix for empty fields<br />
    * BugFix: developer toolkit improvements to handle quotes better<br />
    * BugFix: order_total module would occasionally not properly detect template override<br />
    * BugFix: metatag bug was causing call-for-price products to show a 0.00 price in title bar<br />
    * BugFix: timeout template was missing /div if customer was logged in<br />
    * BugFix: GV/Coupon resets were not always happening after completion of purchase<br />
    * BugFix: closed several unclosed dir->open() calls which were consuming extra resource handles<br />
    * BugFix: some search checkboxes not being remembered when returning to search page<br />
    * BugFix: download filesize info was not showing if the download had expired<br />
    * BugFix: download button was showing even if downloads had expired, in certain cases<br />
    * BugFix: download expiry details occasionally incorrect in admin<br />
    * BugFix: coupon-admin would sometimes not display restricted products properly<br />
    * BugFix: additional sanitization of email addresses before sending emails<br />
    * BugFix: table/zone rate modules missing percentage charges on last setting if based on price<br />
    * BugFix: navigation issues in admin product price manager tools<br />
    * BugFix: email format-selection fields were not stored properly if not shown to customer<br />
    * BugFix: payment modules didn't always submit the proper referrer IP address if proxied<br />
    * BugFix: default currency selector anomalies fixed<br />
    * BugFix: rich-text editor bug in metatag section (shouldn't be activated), same on newsletters<br />
    * BugFix: page-not-found header bug resolved<br />
    * BugFix: admin version-display had extraneous code<br />
    * BugFix: data-type enforcement changes in multiple places<br />
    * BugFix: categories-icon link and image didn't always properly match listing<br />
    * BugFix: fix missing flag for customer comments on listing<br />
    * BugFix: fix ability to use extra-boxes folder with gv menu<br />
    * BugFix: removed hard-coded language content from contact-us page<br />
    * BugFix: email system traps for extraneous @ and spaces, and provide friendlier error messages<br />
    * BugFix: additional-images module problem in PHP5 fixed<br />
    * BugFix: when customer-forced-to-login mode is active, privacy page was being blocked<br />
    * BugFix: duplicate-key bug on db_cache method<br />
    * BugFix: Free Charger payment module had order-status conflict with &#36;0 orders caused by GV<br />
    * BugFix: added 5-min timer to Store Manager update actions<br />
    * BugFix: Fix dropdown errors when Alpha sorter is disabled and stopping normal Cats and Manufacturer dropdown from displaying<br />
    * BugFix: some category name html was showing in metatags<br />
    * BugFix: when add-to-cart doesn't redirect to shopping cart, sometimes product_id was lost<br />
    * BugFix: text-only emails were missing the email-disclaimer text<br />
    * BugFix: 'SHOW_PRODUCT_INFO_COLUMNS_ALSO_PURCHASED_PRODUCTS ' key was updated incorrectly from v127 to v130. Is now fixed by upgrading database.<br />
    * BugFix: media manager template was using duplicate CSS IDs. Changed to classes in stylesheet<br />
    * BugFix: tell-a-friend "back" button invalid ALT text<br />
    * BugFix: zen_clean_html function wasn't stripping all required tags<br />
    * BugFix: fixed missing body tag on salemaker editor<br />
    * BugFix: trim trailing spaces from image data, which were causing empty image placeholders<br />
    * BugFix: empty html content in emails now handled properly<br />
    * BugFix: shipping estimator pages not rendering consistently, also fixed address display<br />
    * BugFix: shipping estimator was not showing quotes if module limited to certain zone<br />
    * BugFix: UPS - updated Worldwide Saver option<br />
    * BugFix: Fix bug on shopping-cart with shipping by price where attributes prices were not being included/excluded for Virtual or Always Free Shipping proucts<br />
    * BugFix: Fix Order Totals to not include javascript code for coupon names<br />
    * BugFix: Fix Order Totals to not include javascript code for coupon names<br />
    * BugFix: Discount Coupons were missing start and end dates on HTML/TEXT emails<br />
    * BugFix: admin no longer asks for customer fax number if disabled<br />
    * BugFix: no longer shows "send a GV" after GV balance is fully used<br />
    * BugFix: coupon-restriction page had conflicts in naming of some html objects, breaking inputs<br />
    * BugFix: if you deleted the active language but didn't switch to another one before adding another, then you'd end up with blank product/category names/descriptions for the new lang<br />
    * BugFix: specials-expiry wasn't honoring midnight properly<br />
    * BugFix: admin order-search no longer mistakenly loses search criteria if empty info entered<br />
    * BugFix: fix ez-pages behaviour -- incorrect use of target=_blank<br />
    * BugFix: fix missing fax/phone information on create-account "extra" emails<br />
    * BugFix: use native session_write_close to ensure session stuff is always written out, regardless<br />
    * BugFix: HTML emails were not always sharing full footer details with text emails<br />
    * BugFix: HTML emails were now always showing proper line-breaks between product details<br />
    * BugFix: HTML emails from payment modules weren't sending content properly<br />
    * BugFix: restored sort order to the list of products on a purchase<br />
    * BugFix: company name missing on edit of additional addresses<br />
    * BugFix: record-company filter wasn't properly filtered for records, and was focused on music<br />
    * BugFix: fixed notifier typo in order class<br />
    * BugFix: some payment modules were not using "default" order-status properly, thus orders could disappear from list unless searched for specifically<br />
    * BugFix: split-login-page mistaken error messages removed<br />
    * BugFix: PDF downloads were sometimes encountering symlink errors, or streaming bad data. Now captures those errors. Also handles filenames containing symbols<br />
    * BugFix: changed download timeout to 20 minutes if server allows it, to aid in larger downloads not ending prematurely<br />
    * BugFix: restrictions were not being passed to newly created sub-categories<br />
    * BugFix: item shipping was mistakenly resetting order count<br />
    * BugFix: tpl_main_page had wrong ID-- is now indexHome on home page<br />
    * BugFix: Fixed Salemaker error on popup for More Info missing Categories Name<br />
    * BugFix: group pricing division-by-zero error when tax amount was 0<br />
    * BugFix: customer_authorization problem fixed, including left/right/header/footer issues<br />
    * BugFix: when deleting categories, meta-tag data wasn't being removed properly<br />
    * BugFix: prevent drawing of extra fieldsets on checkout-shipping page if modules disabled<br />
    * BugFix: document-general price was showing sale pricing ... but shouldn't<br />
    * BugFix: shipping estimator page was showing weights differently from shopping cart<br />
    * BugFix: media manager interface in admin wasn't handling pagination properly<br />
    * BugFix: text-only emails from coupon-admin weren't including description<br />
    * BugFix: text emails weren't including disclaimers properly, thus getting rejected in some cases<br />
    * BugFix: PayPal Express checkout wasn't passing coupon discounts or shipping taxes properly<br />
    * BugFix: fmod_round problems resolved -- was causing problems with min/max calcs<br />
    * BugFix: text-only email "previews" in admin weren't handling line-breaks correctly<br />
    * BugFix: coupon code wasn't releasing properly post-order or on invalid product<br />
    * BugFix: admin tax-class page was allowing deletion of actively-assigned tax classes<br />
    * BugFix: PayPal Express Checkout button was enabled even if module was restricted or if order was over the 10,000 USD threshold<br />
    * BugFix: use onKeyUp instead of onChange in coupon-redemption field (onchange is for pulldowns)<br />
    * BugFix: search engine spiders could trigger PHP errors in shopping_cart sidebox<br />
    * BugFix: techsupp.php was using php "short" tags in a few places. Changed to normal tags.</blockquote>
]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Preview of Zen Cart 1.4/1.5 changes]]></title>
			<link>https://community.tuliptools.com/thread-9216.html</link>
			<pubDate>Tue, 18 Sep 2007 04:07:02 -0400</pubDate>
			<dc:creator><![CDATA[<a href="https://community.tuliptools.com/member.php?action=profile&uid=1">mandy</a>]]></dc:creator>
			<guid isPermaLink="false">https://community.tuliptools.com/thread-9216.html</guid>
			<description><![CDATA[Changes in upcoming Zen Cart 1.4:<br />
<br />
<blockquote class="mycode_quote"><cite>Quote:</cite>Here is an update on what to look forward to in v1.4 when it is released in 2008. The following components have been built or are being built presently. There is still more to come, some of which is outlined in the previous roadmap notice.<br />
<br />
WHAT TO LOOK FORWARD TO IN V1.4<br />
The following hardly does justice to the vast number of improvements made so far:<br />
<br />
    * Minimum PHP 5.2 required. Now uses class support components dependent on PHP 5 including interfaces, exception handlers, etc<br />
    * large amounts of procedural code converted into classes/objects, making code more efficient and faster, and reducing database queries<br />
    * new db/cache classes and interfaces<br />
    * dao classes added to compartmentalize and optimize SQL queries, making it easier to expand to alternate engines, and reducing number of queries used. MySQL 5 compatibility improvements included also.<br />
    * productPricing and product Factory classes added -- saves 700+ queries on home page alone<br />
    * category structure converted to MPTT format -- saves significant number of queries<br />
    * performance gain comparisons are "night and day" for sites heavily laden with attributes<br />
    * large portions of function libraries converted to utility classes, and duplicated components now shared between admin and catalog<br />
    * template system enhancements to remove layout tables and allow for admin-driven dynamic layout settings where desired, or overridden by template<br />
    * notifier/observer system improvements -- numerous additional notifier points added for easy hooking by plugins<br />
    * InnoDB transaction support added<br />
    * email infrastructure replaced with SwiftMailer instead of phpMailer which is faltering in light of contemporary server configurations<br />
    * attribute stock/sku support added. Uses some ajax catalog-side.<br />
    * security enhancements to allow for greater prevention against spoofed logins<br />
    * ... and LOTS MORE !!! (and more to be done yet)<br />
<br />
<br />
And for 1.5 ...<br />
As to v1.5, keep in mind that the target there is usability and flexibility improvements for the Checkout process. There will be a large focus on tweaks to empower shopowners to increase conversions, etc, including page layouts, checkout flow, promotions and reminders, and so on -- all related to best practice methods to increase sales...</blockquote>
<br />
full announcement: <a href="http://www.zen-cart.com/forum/showthread.php?p=431805#post431805" target="_blank" rel="noopener" class="mycode_url">http://www.zen-cart.com/forum/showthread...post431805</a><br />
more: <a href="http://www.zen-cart.com/forum/showthread.php?t=36912" target="_blank" rel="noopener" class="mycode_url">http://www.zen-cart.com/forum/showthread.php?t=36912</a>]]></description>
			<content:encoded><![CDATA[Changes in upcoming Zen Cart 1.4:<br />
<br />
<blockquote class="mycode_quote"><cite>Quote:</cite>Here is an update on what to look forward to in v1.4 when it is released in 2008. The following components have been built or are being built presently. There is still more to come, some of which is outlined in the previous roadmap notice.<br />
<br />
WHAT TO LOOK FORWARD TO IN V1.4<br />
The following hardly does justice to the vast number of improvements made so far:<br />
<br />
    * Minimum PHP 5.2 required. Now uses class support components dependent on PHP 5 including interfaces, exception handlers, etc<br />
    * large amounts of procedural code converted into classes/objects, making code more efficient and faster, and reducing database queries<br />
    * new db/cache classes and interfaces<br />
    * dao classes added to compartmentalize and optimize SQL queries, making it easier to expand to alternate engines, and reducing number of queries used. MySQL 5 compatibility improvements included also.<br />
    * productPricing and product Factory classes added -- saves 700+ queries on home page alone<br />
    * category structure converted to MPTT format -- saves significant number of queries<br />
    * performance gain comparisons are "night and day" for sites heavily laden with attributes<br />
    * large portions of function libraries converted to utility classes, and duplicated components now shared between admin and catalog<br />
    * template system enhancements to remove layout tables and allow for admin-driven dynamic layout settings where desired, or overridden by template<br />
    * notifier/observer system improvements -- numerous additional notifier points added for easy hooking by plugins<br />
    * InnoDB transaction support added<br />
    * email infrastructure replaced with SwiftMailer instead of phpMailer which is faltering in light of contemporary server configurations<br />
    * attribute stock/sku support added. Uses some ajax catalog-side.<br />
    * security enhancements to allow for greater prevention against spoofed logins<br />
    * ... and LOTS MORE !!! (and more to be done yet)<br />
<br />
<br />
And for 1.5 ...<br />
As to v1.5, keep in mind that the target there is usability and flexibility improvements for the Checkout process. There will be a large focus on tweaks to empower shopowners to increase conversions, etc, including page layouts, checkout flow, promotions and reminders, and so on -- all related to best practice methods to increase sales...</blockquote>
<br />
full announcement: <a href="http://www.zen-cart.com/forum/showthread.php?p=431805#post431805" target="_blank" rel="noopener" class="mycode_url">http://www.zen-cart.com/forum/showthread...post431805</a><br />
more: <a href="http://www.zen-cart.com/forum/showthread.php?t=36912" target="_blank" rel="noopener" class="mycode_url">http://www.zen-cart.com/forum/showthread.php?t=36912</a>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[New Zen Cart mods add eBay Listing and TurboLister support to Zen]]></title>
			<link>https://community.tuliptools.com/thread-8905.html</link>
			<pubDate>Tue, 14 Aug 2007 09:27:10 -0400</pubDate>
			<dc:creator><![CDATA[<a href="https://community.tuliptools.com/member.php?action=profile&uid=1">mandy</a>]]></dc:creator>
			<guid isPermaLink="false">https://community.tuliptools.com/thread-8905.html</guid>
			<description><![CDATA[2 new Zen Cart mods for eBay users:<br />
<br />
<blockquote class="mycode_quote"><cite>Quote:</cite>Auction Lister Pro for Zen Cart<br />
<br />
Auction Lister Pro allows you to list your Zen Inventory directly to eBay without having to create the products manually on eBay.com.<br />
<br />
This release includes a graphical web based installer. At the present time there is no checkout function which allows eBay users to checkout on your cart. This will be introduced in future versions.<br />
<br />
ALP has a rapid release schedule so you can expect to see eBay checkout on your cart soon. </blockquote>
<br />
more info and downloads: <a href="http://www.zen-cart.com/index.php?main_page=product_contrib_info&amp;cPath=40_47&amp;products_id=673" target="_blank" rel="noopener" class="mycode_url">http://www.zen-cart.com/index.php?main_page=product_contrib_info&cPath=40_47&products_id=673</a><br />
support thread: <a href="http://www.zen-cart.com/forum/showthread.php?t=71781" target="_blank" rel="noopener" class="mycode_url">http://www.zen-cart.com/forum/showthread.php?t=71781</a><br />
<br />
<br />
eBay Turbo Lister 2.0 Exporter (beta)- creates a .csv file which can be imported into TurboLister 2.0 and Selling Manager Pro<br />
support thread: <a href="http://www.zen-cart.com/forum/showthread.php?t=71475" target="_blank" rel="noopener" class="mycode_url">http://www.zen-cart.com/forum/showthread.php?t=71475</a><br />
downloads: <a href="http://www.numinix.com/index.php?main_page=page&amp;id=42&amp;chapter=0" target="_blank" rel="noopener" class="mycode_url">http://www.numinix.com/index.php?main_page=page&id=42&chapter=0</a>]]></description>
			<content:encoded><![CDATA[2 new Zen Cart mods for eBay users:<br />
<br />
<blockquote class="mycode_quote"><cite>Quote:</cite>Auction Lister Pro for Zen Cart<br />
<br />
Auction Lister Pro allows you to list your Zen Inventory directly to eBay without having to create the products manually on eBay.com.<br />
<br />
This release includes a graphical web based installer. At the present time there is no checkout function which allows eBay users to checkout on your cart. This will be introduced in future versions.<br />
<br />
ALP has a rapid release schedule so you can expect to see eBay checkout on your cart soon. </blockquote>
<br />
more info and downloads: <a href="http://www.zen-cart.com/index.php?main_page=product_contrib_info&amp;cPath=40_47&amp;products_id=673" target="_blank" rel="noopener" class="mycode_url">http://www.zen-cart.com/index.php?main_page=product_contrib_info&cPath=40_47&products_id=673</a><br />
support thread: <a href="http://www.zen-cart.com/forum/showthread.php?t=71781" target="_blank" rel="noopener" class="mycode_url">http://www.zen-cart.com/forum/showthread.php?t=71781</a><br />
<br />
<br />
eBay Turbo Lister 2.0 Exporter (beta)- creates a .csv file which can be imported into TurboLister 2.0 and Selling Manager Pro<br />
support thread: <a href="http://www.zen-cart.com/forum/showthread.php?t=71475" target="_blank" rel="noopener" class="mycode_url">http://www.zen-cart.com/forum/showthread.php?t=71475</a><br />
downloads: <a href="http://www.numinix.com/index.php?main_page=page&amp;id=42&amp;chapter=0" target="_blank" rel="noopener" class="mycode_url">http://www.numinix.com/index.php?main_page=page&id=42&chapter=0</a>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Zen Cart versions 1.40+ to require PHP 5.2+, Zen Changes Support Policy]]></title>
			<link>https://community.tuliptools.com/thread-8899.html</link>
			<pubDate>Tue, 14 Aug 2007 06:21:57 -0400</pubDate>
			<dc:creator><![CDATA[<a href="https://community.tuliptools.com/member.php?action=profile&uid=1">mandy</a>]]></dc:creator>
			<guid isPermaLink="false">https://community.tuliptools.com/thread-8899.html</guid>
			<description><![CDATA[2 announcements from Zen Cart:<br />
<br />
<blockquote class="mycode_quote"><cite>Quote:</cite>Zen Cart moves to PHP 5<br />
<br />
Zen Cart continues to be developed with a view to staying current with where technology and customer behaviours/trends are going. In considering the big-picture of ensuring that the Zen Cart code base is not only contemporary but also compliant with current and evolving standards, Zen Cart will be adopting PHP 5.2 as its minimum requirement effective with the v1.4.0 release, or on Feb 5, 2008, whichever comes first.<br />
<br />
Background:<br />
<br />
1. PHP has announced that PHP 4 will no longer be supported as of the end of year 2007. Ref: <a href="http://www.php.net/index.php#2007-07-13-1" target="_blank" rel="noopener" class="mycode_url">http://www.php.net/index.php#2007-07-13-1</a><br />
<br />
2. PHP 5 has been deployed and tested in production environments for three years, and many hosting companies have already adopted it in some way.<br />
<br />
3. Several of the leading PHP projects and web hosting providers are working together to push for PHP 5 adoption at GoPHP5.org. Zen Cart is pleased to announce our participation in this movement.<br />
<br />
<br />
Additional Clarifications<br />
Zen Cart v1.3.8 is currently in development and will continue to support a minimum version of PHP 4.3.2, and security fixes will continue to be applied to Zen Cart v1.3.8 for at least six months after our first release requiring PHP 5.2 (ie: Zen Cart v1.4.0).<br />
<br />
If you want to use the cool new features that will be available in future releases (v1.4 and higher), you should make sure that your web host supports PHP 5.2 and encourage them to upgrade if they don't! We feel that requiring PHP 5 is important for Zen Cart and its future development.<br />
<br />
PHP 5.2 has been chosen instead of earlier versions of PHP 5 because PHP 5.2 has shown to perform better and be significantly more stable than earlier versions<br />
<br />
WHAT THIS MEANS<br />
<br />
    * Zen Cart v1.4.0 and higher will be incompatible with PHP 4.x. The minimum supported PHP version will be PHP 5.2.<br />
    * Zen Cart v1.3.x will continue to have updates and will remain PHP 4.3-compatible.</blockquote>
<br />
full announcement: <a href="http://www.zen-cart.com/forum/showthread.php?t=72869" target="_blank" rel="noopener" class="mycode_url">http://www.zen-cart.com/forum/showthread.php?t=72869</a><br />
<br />
<blockquote class="mycode_quote"><cite>Quote:</cite> Zen Cart Software Support Life Cycle<br />
<br />
Zen Cart continues to make strides in feature and functionality development. With every new release comes expanded capability and improved functionality.<br />
<br />
Until now, support has been offered on pretty much any version of Zen Cart that's been released. But that must change.<br />
<br />
In an effort to ensure that the development team is able to respond effectively to issues related to current software releases, and still focus on future development, Zen Cart has adopted an end-of-life policy for older software versions.<br />
<br />
Zen Cart now officially supports a given release for 6 months after a subsequent release is made.<br />
Software older than that may still receive support as a courtesy by the community or the development team; however, extensive research on issues affecting older releases will not be given priority by the development team members. If a problem is fixed in a newer, released version, the announced solution will be the need to upgrade.<br />
<br />
<br />
HOW THIS AFFECTS YOU<br />
The best way to explain this is likely with some examples:<br />
<br />
Zen Cart v1.3.8 will be supported for 6 months after v1.4.0 is released.<br />
<br />
Zen Cart v1.3.7 will be supported for 6 months after v1.3.8 is released.<br />
<br />
Zen Cart v1.3.6 is technically no longer supported, with v1.3.7 released on 12/30/2006 and v1.3.7.1 patch released 07/01/2007.<br />
<br />
Zen Cart v1.2.x series is officially no longer supported, effective immediately.<br />
<br />
Zen Cart v1.1.x and v1.0.x series are no longer supported.</blockquote>
<br />
full announcement: <a href="http://www.zen-cart.com/forum/showthread.php?t=72868" target="_blank" rel="noopener" class="mycode_url">http://www.zen-cart.com/forum/showthread.php?t=72868</a>]]></description>
			<content:encoded><![CDATA[2 announcements from Zen Cart:<br />
<br />
<blockquote class="mycode_quote"><cite>Quote:</cite>Zen Cart moves to PHP 5<br />
<br />
Zen Cart continues to be developed with a view to staying current with where technology and customer behaviours/trends are going. In considering the big-picture of ensuring that the Zen Cart code base is not only contemporary but also compliant with current and evolving standards, Zen Cart will be adopting PHP 5.2 as its minimum requirement effective with the v1.4.0 release, or on Feb 5, 2008, whichever comes first.<br />
<br />
Background:<br />
<br />
1. PHP has announced that PHP 4 will no longer be supported as of the end of year 2007. Ref: <a href="http://www.php.net/index.php#2007-07-13-1" target="_blank" rel="noopener" class="mycode_url">http://www.php.net/index.php#2007-07-13-1</a><br />
<br />
2. PHP 5 has been deployed and tested in production environments for three years, and many hosting companies have already adopted it in some way.<br />
<br />
3. Several of the leading PHP projects and web hosting providers are working together to push for PHP 5 adoption at GoPHP5.org. Zen Cart is pleased to announce our participation in this movement.<br />
<br />
<br />
Additional Clarifications<br />
Zen Cart v1.3.8 is currently in development and will continue to support a minimum version of PHP 4.3.2, and security fixes will continue to be applied to Zen Cart v1.3.8 for at least six months after our first release requiring PHP 5.2 (ie: Zen Cart v1.4.0).<br />
<br />
If you want to use the cool new features that will be available in future releases (v1.4 and higher), you should make sure that your web host supports PHP 5.2 and encourage them to upgrade if they don't! We feel that requiring PHP 5 is important for Zen Cart and its future development.<br />
<br />
PHP 5.2 has been chosen instead of earlier versions of PHP 5 because PHP 5.2 has shown to perform better and be significantly more stable than earlier versions<br />
<br />
WHAT THIS MEANS<br />
<br />
    * Zen Cart v1.4.0 and higher will be incompatible with PHP 4.x. The minimum supported PHP version will be PHP 5.2.<br />
    * Zen Cart v1.3.x will continue to have updates and will remain PHP 4.3-compatible.</blockquote>
<br />
full announcement: <a href="http://www.zen-cart.com/forum/showthread.php?t=72869" target="_blank" rel="noopener" class="mycode_url">http://www.zen-cart.com/forum/showthread.php?t=72869</a><br />
<br />
<blockquote class="mycode_quote"><cite>Quote:</cite> Zen Cart Software Support Life Cycle<br />
<br />
Zen Cart continues to make strides in feature and functionality development. With every new release comes expanded capability and improved functionality.<br />
<br />
Until now, support has been offered on pretty much any version of Zen Cart that's been released. But that must change.<br />
<br />
In an effort to ensure that the development team is able to respond effectively to issues related to current software releases, and still focus on future development, Zen Cart has adopted an end-of-life policy for older software versions.<br />
<br />
Zen Cart now officially supports a given release for 6 months after a subsequent release is made.<br />
Software older than that may still receive support as a courtesy by the community or the development team; however, extensive research on issues affecting older releases will not be given priority by the development team members. If a problem is fixed in a newer, released version, the announced solution will be the need to upgrade.<br />
<br />
<br />
HOW THIS AFFECTS YOU<br />
The best way to explain this is likely with some examples:<br />
<br />
Zen Cart v1.3.8 will be supported for 6 months after v1.4.0 is released.<br />
<br />
Zen Cart v1.3.7 will be supported for 6 months after v1.3.8 is released.<br />
<br />
Zen Cart v1.3.6 is technically no longer supported, with v1.3.7 released on 12/30/2006 and v1.3.7.1 patch released 07/01/2007.<br />
<br />
Zen Cart v1.2.x series is officially no longer supported, effective immediately.<br />
<br />
Zen Cart v1.1.x and v1.0.x series are no longer supported.</blockquote>
<br />
full announcement: <a href="http://www.zen-cart.com/forum/showthread.php?t=72868" target="_blank" rel="noopener" class="mycode_url">http://www.zen-cart.com/forum/showthread.php?t=72868</a>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Question about moving a Zen Cart...]]></title>
			<link>https://community.tuliptools.com/thread-8196.html</link>
			<pubDate>Wed, 30 May 2007 11:27:56 -0400</pubDate>
			<dc:creator><![CDATA[<a href="https://community.tuliptools.com/member.php?action=profile&uid=176">RiverRat</a>]]></dc:creator>
			<guid isPermaLink="false">https://community.tuliptools.com/thread-8196.html</guid>
			<description><![CDATA[I've got a Zen Cart hosted with Sashbox.  <img class="postimage" src="https://community.tuliptools.com/Smileys/Lots_O_Smileys/angryfire.gif" alt="Angryfire" title="Angryfire" class="smilie smilie_479" /><br />
<br />
Currently, the site is not open for business so that part is not a problem.<br />
<br />
<br />
I'm wanting to move it and I don't care if I lose the customer database.  <br />
The only thing I want to make sure I preserve is the site with it's installed mods.  <br />
Is this possible and if so, how do I do this?  <br />
<br />
Thanks!! ]]></description>
			<content:encoded><![CDATA[I've got a Zen Cart hosted with Sashbox.  <img class="postimage" src="https://community.tuliptools.com/Smileys/Lots_O_Smileys/angryfire.gif" alt="Angryfire" title="Angryfire" class="smilie smilie_479" /><br />
<br />
Currently, the site is not open for business so that part is not a problem.<br />
<br />
<br />
I'm wanting to move it and I don't care if I lose the customer database.  <br />
The only thing I want to make sure I preserve is the site with it's installed mods.  <br />
Is this possible and if so, how do I do this?  <br />
<br />
Thanks!! ]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Getting Started with Zen]]></title>
			<link>https://community.tuliptools.com/thread-8054.html</link>
			<pubDate>Thu, 17 May 2007 10:46:06 -0400</pubDate>
			<dc:creator><![CDATA[<a href="https://community.tuliptools.com/member.php?action=profile&uid=248">princessmirandajo</a>]]></dc:creator>
			<guid isPermaLink="false">https://community.tuliptools.com/thread-8054.html</guid>
			<description><![CDATA[I have registered my domain name just about 30 minutes ago. I'd like to have Zen installed on the domain name, but I'm not even sure the name is ready yet. How can I know ?<br />
<br />
I'll just keep this thread running cuz I know I'll need help with my Zen site. <img class="postimage" src="https://community.tuliptools.com/images/smilies/biggrin.gif" alt="Big Grin" title="Big Grin" class="smilie smilie_4" />]]></description>
			<content:encoded><![CDATA[I have registered my domain name just about 30 minutes ago. I'd like to have Zen installed on the domain name, but I'm not even sure the name is ready yet. How can I know ?<br />
<br />
I'll just keep this thread running cuz I know I'll need help with my Zen site. <img class="postimage" src="https://community.tuliptools.com/images/smilies/biggrin.gif" alt="Big Grin" title="Big Grin" class="smilie smilie_4" />]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Zen Cart RSS Feed Instructions and Examples]]></title>
			<link>https://community.tuliptools.com/thread-7914.html</link>
			<pubDate>Fri, 04 May 2007 03:42:43 -0400</pubDate>
			<dc:creator><![CDATA[<a href="https://community.tuliptools.com/member.php?action=profile&uid=9">bargainbloodhound</a>]]></dc:creator>
			<guid isPermaLink="false">https://community.tuliptools.com/thread-7914.html</guid>
			<description><![CDATA[Instructions for the free RSS2.0 feed mod from berezin:<br />
<br />
-------<br />
<br />
Upload all files to the root and then add the button and the appropriate link from below wherever you want it on your template.<br />
<br />
The limit number on the end of the link below is the number of items you want to display.  It can be set to any number.  That feed displays new products.<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>http://www.tulipbling.com/rss2.php?feed=new_products&amp;limit=120</code></div></div><br />
The feed below is featured products (change to featured_random to display random featured products.  The _random can also be added to new products, bestsellers, upcoming):<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>http://www.tulipbling.com/rss2.php?feed=featured</code></div></div><br />
The feed below returns a list of categories:<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>http://www.tulipbling.com/rss2.php?feed=categories</code></div></div><br />
Best sellers:<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>http://www.tulipbling.com/rss2.php?feed=best_sellers</code></div></div><br />
Upcoming products:<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>http://www.tulipbling.com/rss2.php?feed=upcoming</code></div></div><br />
Products in a specific category.  Change the cPath number to the number of the category you want to display.<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>http://www.tulipbling.com/rss2.php?feed=products&amp;cPath=3_18</code></div></div><br />
The code below displays a specific product:<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>http://www.tulipbling.com/rss2.php?feed=products&amp;products_id=203</code></div></div><br />
You can use &limit=xx with any of the above (except the specific product one) to limit the number of items displayed<br />
<br />
]]></description>
			<content:encoded><![CDATA[Instructions for the free RSS2.0 feed mod from berezin:<br />
<br />
-------<br />
<br />
Upload all files to the root and then add the button and the appropriate link from below wherever you want it on your template.<br />
<br />
The limit number on the end of the link below is the number of items you want to display.  It can be set to any number.  That feed displays new products.<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>http://www.tulipbling.com/rss2.php?feed=new_products&amp;limit=120</code></div></div><br />
The feed below is featured products (change to featured_random to display random featured products.  The _random can also be added to new products, bestsellers, upcoming):<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>http://www.tulipbling.com/rss2.php?feed=featured</code></div></div><br />
The feed below returns a list of categories:<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>http://www.tulipbling.com/rss2.php?feed=categories</code></div></div><br />
Best sellers:<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>http://www.tulipbling.com/rss2.php?feed=best_sellers</code></div></div><br />
Upcoming products:<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>http://www.tulipbling.com/rss2.php?feed=upcoming</code></div></div><br />
Products in a specific category.  Change the cPath number to the number of the category you want to display.<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>http://www.tulipbling.com/rss2.php?feed=products&amp;cPath=3_18</code></div></div><br />
The code below displays a specific product:<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>http://www.tulipbling.com/rss2.php?feed=products&amp;products_id=203</code></div></div><br />
You can use &limit=xx with any of the above (except the specific product one) to limit the number of items displayed<br />
<br />
]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[ZenCart Checkout Without An Account Mod]]></title>
			<link>https://community.tuliptools.com/thread-7693.html</link>
			<pubDate>Sat, 14 Apr 2007 16:18:09 -0400</pubDate>
			<dc:creator><![CDATA[<a href="https://community.tuliptools.com/member.php?action=profile&uid=9">bargainbloodhound</a>]]></dc:creator>
			<guid isPermaLink="false">https://community.tuliptools.com/thread-7693.html</guid>
			<description><![CDATA[It works.Â  :turkey1:Â  I just finished installing it on 6 sites (2 v1.37 and 4 v1.35 stores).<br />
<br />
mod Wiki pages: <a href="http://www.zen-cart.com/wiki/index.php/Contribution:Integrated_Checkout_Without_Account" target="_blank" rel="noopener" class="mycode_url">http://www.zen-cart.com/wiki/index.php/C...ut_Account</a><br />
download: <a href="http://dev.schilzhaus.com/COWOA/IntegratedCOWOAbeta.zip" target="_blank" rel="noopener" class="mycode_url">http://dev.schilzhaus.com/COWOA/IntegratedCOWOAbeta.zip</a><br />
<br />
<br />
The mod instructions are for v1.37. To install it on 1.35 you need to add the following steps in blue (installation of the the split panel mod is also required for 1.35/1.36):<br />
<br />
<span style="color: blue;" class="mycode_color">1. install the split panel login mod.Â  Available here: <a href="http://www.zen-cart.com/index.php?main_page=download_contrib&amp;contrib_id=169&amp;update_id=5" target="_blank" rel="noopener" class="mycode_url">http://www.zen-cart.com/index.php?main_page=download_contrib&contrib_id=169&update_id=5</a></span><br />
2.Â  a. install the checkout without account mod following the mod instructions (found in the install/overides-write.txt file).Â  <br />
Â  Â  b1. make the first change suggested in auxiliaryreadme.txt to /includes/templates/YOUR_TEMPLATE/templates/tpl_modules_no_account.php<br />
Â   <span style="color: blue;" class="mycode_color">b2.Â  ignore the instructions for the changes to /includes/templates/YOUR_TEMPLATE/templates/tpl_checkout_success_default.php and instead just add the following code to the bottom of the template</span><br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>&lt;!--bof logoff--&gt;
&lt;div id="checkoutSuccessLogoff"&gt;
&lt;?php
if (&#36;_SESSION['COWOA']) {
Â  zen_session_destroy();
} else {
Â  if (isset(&#36;_SESSION['customer_guest_id'])) {
Â  Â  echo TEXT_CHECKOUT_LOGOFF_GUEST;
Â  } elseif (isset(&#36;_SESSION['customer_id'])) {
Â  Â  echo TEXT_CHECKOUT_LOGOFF_CUSTOMER;
Â  } ?&gt;
&lt;div class="buttonRow forward"&gt;&lt;a href="&lt;?php echo zen_href_link(FILENAME_LOGOFF, '', 'SSL'); ?&gt;"&gt;&lt;?php echo zen_image_button(BUTTON_IMAGE_LOG_OFF , BUTTON_LOG_OFF_ALT); ?&gt;&lt;/a&gt;&lt;/div&gt;
&lt;?php } ?&gt;
&lt;/div&gt;
&lt;!--eof logoff--&gt;</code></div></div><br />
Â Â  c. and d. install the ordersteps and order_status mods found in the mod's add_ons directory<br />
Â  Â  e. (for superorders users): make the changes suggested on the checkout mod's wiki page<br />
<span style="color: blue;" class="mycode_color">3.Â  add the following code to the language defines:<br />
<br />
/includes/languages/english/YOUR_TEMPLATE/login.php</span><br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>define('HEADING_RETURNING_CUSTOMER_SPLIT', 'Returning Customers');</code></div></div><br />
<span style="color: blue;" class="mycode_color">/includes/languages/english/YOUR_TEMPLATE/checkout_success.php</span><br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>define('TEXT_CHECKOUT_LOGOFF_GUEST', 'NOTE: To complete your order, a temporary account was created. You may close this account by clicking Log Off. Clicking Log Off also ensures that your receipt and purchase information is not visible to the next person using this computer. If you wish to continue shopping, feel free! You may log off at anytime using the link at the top of the page.');
define('TEXT_CHECKOUT_LOGOFF_CUSTOMER', 'Thank you for shopping. Please click the Log Off link to ensure that your receipt and purchase information is not visible to the next person using this computer.');</code></div></div><br />
<span style="color: blue;" class="mycode_color">/includes/languages/english/YOUR_TEMPLATE/button_names.php</span><br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>define('BUTTON_LOG_OFF_ALT', 'Log out');
define('BUTTON_IMAGE_LOG_OFF', 'button_logout.gif');</code></div></div><br />
<span style="color: blue;" class="mycode_color">create a logoff button, name it button_logout.gif and upload it to:<br />
/includes/templates/YOUR_TEMPLATE/buttons/english/</span><br />
<br />
<br />
<br />
<br />
<br />
<br />
]]></description>
			<content:encoded><![CDATA[It works.Â  :turkey1:Â  I just finished installing it on 6 sites (2 v1.37 and 4 v1.35 stores).<br />
<br />
mod Wiki pages: <a href="http://www.zen-cart.com/wiki/index.php/Contribution:Integrated_Checkout_Without_Account" target="_blank" rel="noopener" class="mycode_url">http://www.zen-cart.com/wiki/index.php/C...ut_Account</a><br />
download: <a href="http://dev.schilzhaus.com/COWOA/IntegratedCOWOAbeta.zip" target="_blank" rel="noopener" class="mycode_url">http://dev.schilzhaus.com/COWOA/IntegratedCOWOAbeta.zip</a><br />
<br />
<br />
The mod instructions are for v1.37. To install it on 1.35 you need to add the following steps in blue (installation of the the split panel mod is also required for 1.35/1.36):<br />
<br />
<span style="color: blue;" class="mycode_color">1. install the split panel login mod.Â  Available here: <a href="http://www.zen-cart.com/index.php?main_page=download_contrib&amp;contrib_id=169&amp;update_id=5" target="_blank" rel="noopener" class="mycode_url">http://www.zen-cart.com/index.php?main_page=download_contrib&contrib_id=169&update_id=5</a></span><br />
2.Â  a. install the checkout without account mod following the mod instructions (found in the install/overides-write.txt file).Â  <br />
Â  Â  b1. make the first change suggested in auxiliaryreadme.txt to /includes/templates/YOUR_TEMPLATE/templates/tpl_modules_no_account.php<br />
Â   <span style="color: blue;" class="mycode_color">b2.Â  ignore the instructions for the changes to /includes/templates/YOUR_TEMPLATE/templates/tpl_checkout_success_default.php and instead just add the following code to the bottom of the template</span><br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>&lt;!--bof logoff--&gt;
&lt;div id="checkoutSuccessLogoff"&gt;
&lt;?php
if (&#36;_SESSION['COWOA']) {
Â  zen_session_destroy();
} else {
Â  if (isset(&#36;_SESSION['customer_guest_id'])) {
Â  Â  echo TEXT_CHECKOUT_LOGOFF_GUEST;
Â  } elseif (isset(&#36;_SESSION['customer_id'])) {
Â  Â  echo TEXT_CHECKOUT_LOGOFF_CUSTOMER;
Â  } ?&gt;
&lt;div class="buttonRow forward"&gt;&lt;a href="&lt;?php echo zen_href_link(FILENAME_LOGOFF, '', 'SSL'); ?&gt;"&gt;&lt;?php echo zen_image_button(BUTTON_IMAGE_LOG_OFF , BUTTON_LOG_OFF_ALT); ?&gt;&lt;/a&gt;&lt;/div&gt;
&lt;?php } ?&gt;
&lt;/div&gt;
&lt;!--eof logoff--&gt;</code></div></div><br />
Â Â  c. and d. install the ordersteps and order_status mods found in the mod's add_ons directory<br />
Â  Â  e. (for superorders users): make the changes suggested on the checkout mod's wiki page<br />
<span style="color: blue;" class="mycode_color">3.Â  add the following code to the language defines:<br />
<br />
/includes/languages/english/YOUR_TEMPLATE/login.php</span><br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>define('HEADING_RETURNING_CUSTOMER_SPLIT', 'Returning Customers');</code></div></div><br />
<span style="color: blue;" class="mycode_color">/includes/languages/english/YOUR_TEMPLATE/checkout_success.php</span><br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>define('TEXT_CHECKOUT_LOGOFF_GUEST', 'NOTE: To complete your order, a temporary account was created. You may close this account by clicking Log Off. Clicking Log Off also ensures that your receipt and purchase information is not visible to the next person using this computer. If you wish to continue shopping, feel free! You may log off at anytime using the link at the top of the page.');
define('TEXT_CHECKOUT_LOGOFF_CUSTOMER', 'Thank you for shopping. Please click the Log Off link to ensure that your receipt and purchase information is not visible to the next person using this computer.');</code></div></div><br />
<span style="color: blue;" class="mycode_color">/includes/languages/english/YOUR_TEMPLATE/button_names.php</span><br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>define('BUTTON_LOG_OFF_ALT', 'Log out');
define('BUTTON_IMAGE_LOG_OFF', 'button_logout.gif');</code></div></div><br />
<span style="color: blue;" class="mycode_color">create a logoff button, name it button_logout.gif and upload it to:<br />
/includes/templates/YOUR_TEMPLATE/buttons/english/</span><br />
<br />
<br />
<br />
<br />
<br />
<br />
]]></content:encoded>
		</item>
	</channel>
</rss>