<?xml version="1.0" encoding="ISO-8859-1"?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title>Zen Cart Support</title>
		<link>https://www.zen-cart.com/</link>
		<description>This is the support site for the popular Zen Cart e-commerce shopping cart software.</description>
		<language>en</language>
		<lastBuildDate>Mon, 11 May 2026 04:47:00 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>60</ttl>
		<image>
			<url>https://www.zen-cart.com/images/styles/zencart/misc/rss.png</url>
			<title>Zen Cart Support</title>
			<link>https://www.zen-cart.com/</link>
		</image>
		<item>
			<title>too many database connections? Robots? not sure</title>
			<link>https://www.zen-cart.com/showthread.php/231110-too-many-database-connections-Robots-not-sure?goto=newpost</link>
			<pubDate>Fri, 08 May 2026 15:01:51 GMT</pubDate>
			<description>ZC version 2.1  
plugins are: 
Export Email Addresses, Helcim Payments	 
How Did You Hear About Us		 
Ty Package Tracker	 
USPS Shipping (RESTful) 
php 8.3.3 
 
Here is the error:</description>
			<content:encoded><![CDATA[<div>ZC version 2.1 <br />
plugins are:<br />
Export Email Addresses, Helcim Payments	<br />
How Did You Hear About Us		<br />
Ty Package Tracker	<br />
USPS Shipping (RESTful)<br />
php 8.3.3<br />
<br />
Here is the error:<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">07-May-2026 11:00:19 America/Boise] Request URI: /, IP address: , Language id not set #0 [internal function]: zen_debug_error_handler() #1 /includes/classes/db/mysql/query_factory.php(90): mysqli_connect() #2 /includes/init_includes/init_database.php(22): queryFactory-&gt;connect() #3 /includes/application_top.php(293): require('/XXXXX/XXXXXXXX..') #4 /index.php(25): require('/XXXXXX/XXXXXX') --&gt; PHP Warning: mysqli_connect(): (HY000/1040): Too many connections in /includes/classes/db/mysql/query_factory.php on line 90.</code><hr />
</div>IP hits on the website: Here are the top 3 IP hits' details: 624 - 174.58.200.157 279 - 103.153.183.126 173 - 45.148.10.166<br />
<br />
How can i use this info to prevent this error?<br />
I believe this is when the site is down for a few mins.  <br />
Are these ips attacking the site?</div>

]]></content:encoded>
			<category domain="https://www.zen-cart.com/forumdisplay.php/128-General-Questions">General Questions</category>
			<dc:creator>spawnie69</dc:creator>
			<guid isPermaLink="true">https://www.zen-cart.com/showthread.php/231110-too-many-database-connections-Robots-not-sure</guid>
		</item>
		<item>
			<title>v210 Ver 2.2.2 Depreciation error in Authorizenet.php</title>
			<link>https://www.zen-cart.com/showthread.php/231109-Ver-2-2-2-Depreciation-error-in-Authorizenet-php?goto=newpost</link>
			<pubDate>Thu, 07 May 2026 21:03:22 GMT</pubDate>
			<description><![CDATA[I am using a fresh install of Ver 2.2.2 
PHP 8.5 
 
I have the following error: 
 
[07-May-2026 20:07:11 UTC] Request URI: /catalog/index.php?main_page=checkout_process&action=confirm, IP address: x.x.x.x, Language id 1 
#0 [internal function]: zen_debug_error_handler() 
#1...]]></description>
			<content:encoded><![CDATA[<div>I am using a fresh install of Ver 2.2.2<br />
PHP 8.5<br />
<br />
I have the following error:<br />
<br />
[07-May-2026 20:07:11 UTC] Request URI: /catalog/index.php?main_page=checkout_process&amp;action=confirm, IP address: x.x.x.x, Language id 1<br />
#0 [internal function]: zen_debug_error_handler()<br />
#1 /home/vxbmhfgk/public_html/catalog/includes/modules/payment/authorizenet.php(680): preg_replace()<br />
#2 /home/vxbmhfgk/public_html/catalog/includes/modules/payment/authorizenet.php(437): authorizenet-&gt;_debugActions()<br />
#3 /home/vxbmhfgk/public_html/catalog/includes/classes/payment.php(382): authorizenet-&gt;before_process()<br />
#4 /home/vxbmhfgk/public_html/catalog/includes/modules/checkout_process.php(110): payment-&gt;before_process()<br />
#5 /home/vxbmhfgk/public_html/catalog/includes/modules/pages/checkout_process/header_php.php(13): require('/home/vxbmhfgk/...')<br />
#6 /home/vxbmhfgk/public_html/catalog/index.php(40): require('/home/vxbmhfgk/...')<br />
--&gt; PHP Deprecated: preg_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /home/vxbmhfgk/public_html/catalog/includes/modules/payment/authorizenet.php on line 680.<br />
<br />
Current code is<br />
<br />
$sql = $db-&gt;bindVars($sql, ':orderID', preg_replace('/[^0-9]/', '', $insert_id), 'integer');<br />
<br />
I updated the code to <br />
<br />
$sql = $db-&gt;bindVars($sql, ':orderID', preg_replace('/[^0-9]/', '', $insert_id ?? ''), 'integer');<br />
<br />
But it seems to be concerning that $insert_id is null.<br />
<br />
Is this a normal behavior and I need to alter the logging params, or is this indicating an issue elsewhere?</div>

]]></content:encoded>
			<category domain="https://www.zen-cart.com/forumdisplay.php/18-Built-in-Shipping-and-Payment-Modules">Built-in Shipping and Payment Modules</category>
			<dc:creator>bustin98</dc:creator>
			<guid isPermaLink="true">https://www.zen-cart.com/showthread.php/231109-Ver-2-2-2-Depreciation-error-in-Authorizenet-php</guid>
		</item>
		<item>
			<title>Currency which is not installed is displayed</title>
			<link>https://www.zen-cart.com/showthread.php/231108-Currency-which-is-not-installed-is-displayed?goto=newpost</link>
			<pubDate>Thu, 07 May 2026 04:11:33 GMT</pubDate>
			<description>I use Zen Cart 2.1.0 with ZCA Bootstrap-4 (3.7.8) as template. 
I got two languages in the shop (Japanese and English), but only one currency (Japanese Yen). For some reasons customers who go to the English page got US$ displayed as currency. When changing the language to Japanese and then back to...</description>
			<content:encoded><![CDATA[<div>I use Zen Cart 2.1.0 with ZCA Bootstrap-4 (3.7.8) as template.<br />
I got two languages in the shop (Japanese and English), but only one currency (Japanese Yen). For some reasons customers who go to the English page got US$ displayed as currency. When changing the language to Japanese and then back to English, the currency is displayed correctly as Yen.<br />
I want to avoid that the currency is displayed in US$. It shouldn't anyways, because this currency is not installed. <br />
Anybody got a solution for this?</div>

]]></content:encoded>
			<category domain="https://www.zen-cart.com/forumdisplay.php/37-Currencies-amp-Sales-Taxes-VAT-GST-etc"><![CDATA[Currencies & Sales Taxes, VAT, GST, etc.]]></category>
			<dc:creator>todoonada</dc:creator>
			<guid isPermaLink="true">https://www.zen-cart.com/showthread.php/231108-Currency-which-is-not-installed-is-displayed</guid>
		</item>
		<item>
			<title>v210 install in localhost</title>
			<link>https://www.zen-cart.com/showthread.php/231107-install-in-localhost?goto=newpost</link>
			<pubDate>Wed, 06 May 2026 21:35:53 GMT</pubDate>
			<description><![CDATA[Hello everyone,  
I have a French and English version 2.1.0 running online.  
I'd like to develop an additional module, so I installed WampServer on my Windows 10 PC and PHP 8.2.30.  
I transferred my files and created the database. On localhost, the front end works perfectly.  
However, when...]]></description>
			<content:encoded><![CDATA[<div>Hello everyone, <br />
I have a French and English version 2.1.0 running online. <br />
I'd like to develop an additional module, so I installed WampServer on my Windows 10 PC and PHP 8.2.30. <br />
I transferred my files and created the database. On localhost, the front end works perfectly. <br />
However, when accessing the administration panel, I get the login page and then a curl error... curl is enabled in php.ini. <br />
How can I get the administration panel to work on localhost? <br />
<br />
Any ideas are welcome. <br />
<br />
Thanks</div>

]]></content:encoded>
			<category domain="https://www.zen-cart.com/forumdisplay.php/12-Installing-on-a-Windows-Server">Installing on a Windows Server</category>
			<dc:creator>Terifick</dc:creator>
			<guid isPermaLink="true">https://www.zen-cart.com/showthread.php/231107-install-in-localhost</guid>
		</item>
		<item>
			<title>Featured Categories not working via zencart 2.2.2</title>
			<link>https://www.zen-cart.com/showthread.php/231106-Featured-Categories-not-working-via-zencart-2-2-2?goto=newpost</link>
			<pubDate>Wed, 06 May 2026 19:50:32 GMT</pubDate>
			<description>The featured categories does not seem to work when you click the features category link.  I am not get anything in my log file or any errors.</description>
			<content:encoded><![CDATA[<div>The featured categories does not seem to work when you click the features category link.  I am not get anything in my log file or any errors.</div>

]]></content:encoded>
			<category domain="https://www.zen-cart.com/forumdisplay.php/171-Upgrading-to-2-x-x">Upgrading to 2.x.x</category>
			<dc:creator>chadlly2003</dc:creator>
			<guid isPermaLink="true">https://www.zen-cart.com/showthread.php/231106-Featured-Categories-not-working-via-zencart-2-2-2</guid>
		</item>
		<item>
			<title><![CDATA["header boxes"  missing in the layout controller]]></title>
			<link>https://www.zen-cart.com/showthread.php/231105-quot-header-boxes-quot-missing-in-the-layout-controller?goto=newpost</link>
			<pubDate>Wed, 06 May 2026 13:22:34 GMT</pubDate>
			<description><![CDATA[Version 2.2.1 
 
Somehow during upgrade we lost the search in the header bar.  Trying to add it back in via layout box controller but for some reason the "header boxes" section is missing.  We have only "active left and right columns boxes" visible. 
 
Any idea how to add the missing "header boxes"...]]></description>
			<content:encoded><![CDATA[<div>Version 2.2.1<br />
<br />
Somehow during upgrade we lost the search in the header bar.  Trying to add it back in via layout box controller but for some reason the &quot;header boxes&quot; section is missing.  We have only &quot;active left and right columns boxes&quot; visible.<br />
<br />
Any idea how to add the missing &quot;header boxes&quot; back into the layout box controller?<br />
<br />
Thanks</div>

]]></content:encoded>
			<category domain="https://www.zen-cart.com/forumdisplay.php/128-General-Questions">General Questions</category>
			<dc:creator>lsde</dc:creator>
			<guid isPermaLink="true">https://www.zen-cart.com/showthread.php/231105-quot-header-boxes-quot-missing-in-the-layout-controller</guid>
		</item>
		<item>
			<title>v158 Newsletter issues</title>
			<link>https://www.zen-cart.com/showthread.php/231099-Newsletter-issues?goto=newpost</link>
			<pubDate>Tue, 05 May 2026 12:03:30 GMT</pubDate>
			<description>Hi there  
I have a weird issue with my shopping cart. 
 
I can receive emails when someone has joined the site. I receive emails when a purchase has been made and even questions about a product, i get the emails. 
 
 
I am unable to send emails through the send email option, nor am i able to send...</description>
			<content:encoded><![CDATA[<div>Hi there <br />
I have a weird issue with my shopping cart.<br />
<br />
I can receive emails when someone has joined the site. I receive emails when a purchase has been made and even questions about a product, i get the emails.<br />
<br />
<br />
I am unable to send emails through the send email option, nor am i able to send any newsletters etc.<br />
<br />
Can anyone help me with this, please?<br />
<b><br />
<br />
Version ZC = 1.5.8a <br />
PHP version = 7.4.33</b></div>

]]></content:encoded>
			<category domain="https://www.zen-cart.com/forumdisplay.php/128-General-Questions">General Questions</category>
			<dc:creator>amebb</dc:creator>
			<guid isPermaLink="true">https://www.zen-cart.com/showthread.php/231099-Newsletter-issues</guid>
		</item>
		<item>
			<title>main_page shows up in Full Name field in Contact Us form</title>
			<link>https://www.zen-cart.com/showthread.php/231097-main_page-shows-up-in-Full-Name-field-in-Contact-Us-form?goto=newpost</link>
			<pubDate>Mon, 04 May 2026 20:32:24 GMT</pubDate>
			<description><![CDATA[With Bootstrap 3.7.9 and Zen Cart 2.2.2, it looks like $name is getting set to 'main_page' and is showing up as the pre-filled value on the Contact Us form in the Full Name field.  Didn't see any obvious places where this might have been done.]]></description>
			<content:encoded><![CDATA[<div>With Bootstrap 3.7.9 and Zen Cart 2.2.2, it looks like $name is getting set to 'main_page' and is showing up as the pre-filled value on the Contact Us form in the Full Name field.  Didn't see any obvious places where this might have been done.</div>

]]></content:encoded>
			<category domain="https://www.zen-cart.com/forumdisplay.php/171-Upgrading-to-2-x-x">Upgrading to 2.x.x</category>
			<dc:creator>swguy</dc:creator>
			<guid isPermaLink="true">https://www.zen-cart.com/showthread.php/231097-main_page-shows-up-in-Full-Name-field-in-Contact-Us-form</guid>
		</item>
		<item>
			<title>Need help after upgrade zen cart</title>
			<link>https://www.zen-cart.com/showthread.php/231089-Need-help-after-upgrade-zen-cart?goto=newpost</link>
			<pubDate>Fri, 01 May 2026 15:26:31 GMT</pubDate>
			<description><![CDATA[We just upgrade the zen cart from 2.0.1 to V2.2.2. everything look OK, except on the mobile view the categories menu not show ALL. Missing (New Products, all products, information), also on ADMIN Page, the Plugin Manager is not show up the new plugin (even the new plugin it's inside the folder) 
...]]></description>
			<content:encoded><![CDATA[<div>We just upgrade the zen cart from 2.0.1 to V2.2.2. everything look OK, except on the mobile view the categories menu not show ALL. Missing (New Products, all products, information), also on ADMIN Page, the Plugin Manager is not show up the new plugin (even the new plugin it's inside the folder)<br />
<br />
PHP 8.4<br />
<br />
<a href="https://www.zen-cart.com/attachment.php?attachmentid=21213&amp;d=1777648805" id="attachment21213" rel="Lightbox_0" target="_blank" ><img src="https://www.zen-cart.com/attachment.php?attachmentid=21213&amp;d=1777648805&amp;thumb=1" border="0" alt="Click image for larger version.&nbsp;

Name:	8cad08353f4212877bb39999508558d2.jpg&nbsp;
Views:	14&nbsp;
Size:	12.6 KB&nbsp;
ID:	21213" class="thumbnail" style="float:CONFIG" /></a><br />
<a href="https://www.zen-cart.com/attachment.php?attachmentid=21214&amp;d=1777649083" id="attachment21214" rel="Lightbox_0" target="_blank" ><img src="https://www.zen-cart.com/attachment.php?attachmentid=21214&amp;d=1777649083&amp;thumb=1" border="0" alt="Click image for larger version.&nbsp;

Name:	zc_plugin.png&nbsp;
Views:	10&nbsp;
Size:	14.7 KB&nbsp;
ID:	21214" class="thumbnail" style="float:CONFIG" /></a><a href="https://www.zen-cart.com/attachment.php?attachmentid=21215&amp;d=1777649092" id="attachment21215" rel="Lightbox_0" target="_blank" ><img src="https://www.zen-cart.com/attachment.php?attachmentid=21215&amp;d=1777649092&amp;thumb=1" border="0" alt="Click image for larger version.&nbsp;

Name:	plugin_manager.jpg&nbsp;
Views:	10&nbsp;
Size:	20.0 KB&nbsp;
ID:	21215" class="thumbnail" style="float:CONFIG" /></a></div>


	<div style="padding:10px">

	
		<fieldset class="fieldset">
			<legend>Attached Thumbnails</legend>
			<div style="padding:10px">
			
<a href="https://www.zen-cart.com/attachment.php?attachmentid=21215&amp;d=1777649092" 
rel="Lightbox_1411307" id="attachment21215"
 target="_blank"><img class="thumbnail" src="https://www.zen-cart.com/attachment.php?attachmentid=21215&amp;stc=1&amp;thumb=1&amp;d=1777649092" 
alt="Click image for larger version.&nbsp;

Name:	plugin_manager.jpg&nbsp;
Views:	N/A&nbsp;
Size:	20.0 KB&nbsp;
ID:	21215"/></a>
&nbsp;

<a href="https://www.zen-cart.com/attachment.php?attachmentid=21214&amp;d=1777649083" 
rel="Lightbox_1411307" id="attachment21214"
 target="_blank"><img class="thumbnail" src="https://www.zen-cart.com/attachment.php?attachmentid=21214&amp;stc=1&amp;thumb=1&amp;d=1777649083" 
alt="Click image for larger version.&nbsp;

Name:	zc_plugin.png&nbsp;
Views:	N/A&nbsp;
Size:	14.7 KB&nbsp;
ID:	21214"/></a>
&nbsp;

<a href="https://www.zen-cart.com/attachment.php?attachmentid=21213&amp;d=1777648805" 
rel="Lightbox_1411307" id="attachment21213"
 target="_blank"><img class="thumbnail" src="https://www.zen-cart.com/attachment.php?attachmentid=21213&amp;stc=1&amp;thumb=1&amp;d=1777648805" 
alt="Click image for larger version.&nbsp;

Name:	8cad08353f4212877bb39999508558d2.jpg&nbsp;
Views:	N/A&nbsp;
Size:	12.6 KB&nbsp;
ID:	21213"/></a>
&nbsp;<br /><br />

			</div>
		</fieldset>
	

	

	

	

	</div>
]]></content:encoded>
			<category domain="https://www.zen-cart.com/forumdisplay.php/171-Upgrading-to-2-x-x">Upgrading to 2.x.x</category>
			<dc:creator>dsc7050</dc:creator>
			<guid isPermaLink="true">https://www.zen-cart.com/showthread.php/231089-Need-help-after-upgrade-zen-cart</guid>
		</item>
		<item>
			<title>v201 Requiring telephone number for USA only</title>
			<link>https://www.zen-cart.com/showthread.php/231088-Requiring-telephone-number-for-USA-only?goto=newpost</link>
			<pubDate>Fri, 01 May 2026 10:18:58 GMT</pubDate>
			<description>Helllo all, 
I am in the UK, and to send to USA it has been for a while a telephone number is required. Though like most, its not required for everywhere elese, so its not forced. But there is a mention of requirement on create account.  
Though sometimes it is overlooked, most people understand...</description>
			<content:encoded><![CDATA[<div>Helllo all,<br />
I am in the UK, and to send to USA it has been for a while a telephone number is required. Though like most, its not required for everywhere elese, so its not forced. But there is a mention of requirement on create account. <br />
Though sometimes it is overlooked, most people understand and send us contact number for us to add to customs. Though like today, one just said cancel order despite saying it most likely won't be used by USPS, but they force it on postage creation.<br />
Is there some way to alter code to force telephone number for only USA customers? I guess it might be tricky as all fields are populated in one go, and no ajax / jscript calls inline. I did try to search forum but could not find anybody else wanting this. The issue is when we cancel order, we lost all the fees associated from the payment people now. Thanks in advance.</div>

]]></content:encoded>
			<category domain="https://www.zen-cart.com/forumdisplay.php/128-General-Questions">General Questions</category>
			<dc:creator>HeathenMagic</dc:creator>
			<guid isPermaLink="true">https://www.zen-cart.com/showthread.php/231088-Requiring-telephone-number-for-USA-only</guid>
		</item>
		<item>
			<title>Return URL from Paypal Standard not working</title>
			<link>https://www.zen-cart.com/showthread.php/231081-Return-URL-from-Paypal-Standard-not-working?goto=newpost</link>
			<pubDate>Mon, 27 Apr 2026 22:36:24 GMT</pubDate>
			<description><![CDATA[https://hardcoresupps.com/cart/ 
ZC v222 
PayPal Standard plugin 
PHP 8.0 
 
Just updated to v222. Everything was working fine until after the update, then the orders weren't showing in the admin, but the payments were showing in PayPal. Turned on IPN at PayPal, that fixed the orders showing in ZC...]]></description>
			<content:encoded><![CDATA[<div><a href="https://hardcoresupps.com/cart/" target="_blank" rel="nofollow noopener">https://hardcoresupps.com/cart/</a><br />
ZC v222<br />
PayPal Standard plugin<br />
PHP 8.0<br />
<br />
Just updated to v222. Everything was working fine until after the update, then the orders weren't showing in the admin, but the payments were showing in PayPal. Turned on IPN at PayPal, that fixed the orders showing in ZC admin, but the auto return, set to <a href="https://hardcoresupps.com/cart/index.php?main_page=checkout_process" target="_blank" rel="nofollow noopener">https://hardcoresupps.com/cart/index...eckout_process</a> would not return to the site. Gave error message - something wrong. Turned off autoreturn and got a static page confirming order payment, but the 'return to site' button also gives error message. What do I need to change?</div>

]]></content:encoded>
			<category domain="https://www.zen-cart.com/forumdisplay.php/18-Built-in-Shipping-and-Payment-Modules">Built-in Shipping and Payment Modules</category>
			<dc:creator>cobaltcat</dc:creator>
			<guid isPermaLink="true">https://www.zen-cart.com/showthread.php/231081-Return-URL-from-Paypal-Standard-not-working</guid>
		</item>
		<item>
			<title>Unable to Import DB into 2X</title>
			<link>https://www.zen-cart.com/showthread.php/231080-Unable-to-Import-DB-into-2X?goto=newpost</link>
			<pubDate>Sun, 26 Apr 2026 20:35:31 GMT</pubDate>
			<description>After months of procrastination I’m revisiting this to upgrade the site. 
 
I’ve revisited the docs and importing DB backup from previous version breaks the new fresh 2.x.x site. How to go forward? 
 
I’m not thrilled about copying and pasting 500+ items. Need some adult supervision here :smile:...</description>
			<content:encoded><![CDATA[<div>After months of procrastination I’m revisiting this to upgrade the site.<br />
<br />
I’ve revisited the docs and importing DB backup from previous version breaks the new fresh 2.x.x site. How to go forward?<br />
<br />
I’m not thrilled about copying and pasting 500+ items. Need some adult supervision here :smile: Thanks.</div>

]]></content:encoded>
			<category domain="https://www.zen-cart.com/forumdisplay.php/171-Upgrading-to-2-x-x">Upgrading to 2.x.x</category>
			<dc:creator>Webskipper</dc:creator>
			<guid isPermaLink="true">https://www.zen-cart.com/showthread.php/231080-Unable-to-Import-DB-into-2X</guid>
		</item>
		<item>
			<title>2.1.0 to 2.2.2 Without Any Custom Code</title>
			<link>https://www.zen-cart.com/showthread.php/231079-2-1-0-to-2-2-2-Without-Any-Custom-Code?goto=newpost</link>
			<pubDate>Sat, 25 Apr 2026 17:51:07 GMT</pubDate>
			<description><![CDATA[My current 2.1.0 application does not have any customizations other than Zencart plugins. Could I just copy the 2.2.2 new code to the destination code and run"Upgrade" then test before moving the upgraded version to production?]]></description>
			<content:encoded><![CDATA[<div>My current 2.1.0 application does not have any customizations other than Zencart plugins. Could I just copy the 2.2.2 new code to the destination code and run&quot;Upgrade&quot; then test before moving the upgraded version to production?</div>

]]></content:encoded>
			<category domain="https://www.zen-cart.com/forumdisplay.php/171-Upgrading-to-2-x-x">Upgrading to 2.x.x</category>
			<dc:creator>jodean</dc:creator>
			<guid isPermaLink="true">https://www.zen-cart.com/showthread.php/231079-2-1-0-to-2-2-2-Without-Any-Custom-Code</guid>
		</item>
		<item>
			<title>Scott Stevens of zencartwebhosting.com is holding my website data hostage!</title>
			<link>https://www.zen-cart.com/showthread.php/231078-Scott-Stevens-of-zencartwebhosting-com-is-holding-my-website-data-hostage!?goto=newpost</link>
			<pubDate>Wed, 22 Apr 2026 17:27:56 GMT</pubDate>
			<description><![CDATA[Scott Stevens, the owner of zencartwebhosting.com, has abruptly shut down his business and is holding his customers data hostage! If anyone in this forum knows Scott I'm begging you to contact him and tell him his customers are not his enemies. There are no justifiable reasons to keep us from...]]></description>
			<content:encoded><![CDATA[<div>Scott Stevens, the owner of zencartwebhosting.com, has abruptly shut down his business and is holding his customers data hostage! If anyone in this forum knows Scott I'm begging you to contact him and tell him his customers are not his enemies. There are no justifiable reasons to keep us from accessing our website data. <br />
I appreciate any, and all, help anyone can offer!<br />
Mike Metzler<br />
205-616-6580<br />
<a href="https://thecolorsofbagleys.com/" target="_blank" rel="nofollow noopener">https://thecolorsofbagleys.com/</a><br />
<a href="https://thecolorsofbagleys.com/PROFISHCO/index.php?main_page=index" target="_blank" rel="nofollow noopener">https://thecolorsofbagleys.com/PROFI...ain_page=index</a></div>

]]></content:encoded>
			<category domain="https://www.zen-cart.com/forumdisplay.php/128-General-Questions">General Questions</category>
			<dc:creator>colorsguy</dc:creator>
			<guid isPermaLink="true">https://www.zen-cart.com/showthread.php/231078-Scott-Stevens-of-zencartwebhosting-com-is-holding-my-website-data-hostage!</guid>
		</item>
		<item>
			<title><![CDATA[Automatic Category Images [Support Thread]]]></title>
			<link>https://www.zen-cart.com/showthread.php/231077-Automatic-Category-Images-Support-Thread?goto=newpost</link>
			<pubDate>Sun, 19 Apr 2026 20:20:23 GMT</pubDate>
			<description>An admin-side plugin for Zen Cart that automatically assigns images to categories that are missing them. It works by scanning your store for empty categories, finding a random product image within that category (or its subcategories), safely copying the image to your categories image folder, and...</description>
			<content:encoded><![CDATA[<div>An admin-side plugin for Zen Cart that automatically assigns images to categories that are missing them. It works by scanning your store for empty categories, finding a random product image within that category (or its subcategories), safely copying the image to your categories image folder, and assigning it to the category.<br />
<br />
<a href="https://github.com/zenexpert/auto_category_images" target="_blank" rel="nofollow noopener">https://github.com/zenexpert/auto_category_images</a><br />
<br />
Question for mods: should I submit to Plugins as a new plugin or would you prefer it as an updated version of the existing old one (<a href="https://www.zen-cart.com/downloads.php?do=file&amp;id=1977" target="_blank">https://www.zen-cart.com/downloads.php?do=file&amp;id=1977</a>)? I'm unsure because it has absolutely nothing in common except for the end result...</div>

]]></content:encoded>
			<category domain="https://www.zen-cart.com/forumdisplay.php/44-All-Other-Contributions-Addons">All Other Contributions/Addons</category>
			<dc:creator>balihr</dc:creator>
			<guid isPermaLink="true">https://www.zen-cart.com/showthread.php/231077-Automatic-Category-Images-Support-Thread</guid>
		</item>
	</channel>
</rss>
