<?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 - Basic Configuration</title>
		<link>http://www.zen-cart.com/</link>
		<description>Topics about general use of the Admin interface</description>
		<language>en</language>
		<lastBuildDate>Tue, 21 May 2013 20:23:39 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>60</ttl>
		<image>
			<url>http://www.zen-cart.com/images/styles/zencart/misc/rss.png</url>
			<title>Zen Cart Support - Basic Configuration</title>
			<link>http://www.zen-cart.com/</link>
		</image>
		<item>
			<title>v151 YOUR_ADMIN/includes/local/configure.php ... a gotcha and a solution</title>
			<link>http://www.zen-cart.com/showthread.php?208177-YOUR_ADMIN-includes-local-configure-php-a-gotcha-and-a-solution&amp;goto=newpost</link>
			<pubDate>Sun, 19 May 2013 19:47:23 GMT</pubDate>
			<description><![CDATA[ALERT: THIS NOTE APPLIES *ONLY* TO THE "includes/*local/*configure.php" 
THIS *DOES *NOT* APPLY TO* either /*includes/configure.php* FILE!!!!!! 
 
--------------- 
 
If you're running a debugging copy of your store in your localhost environment and using the /YOUR_ADMIN/includes/local/configure.php...]]></description>
			<content:encoded><![CDATA[<div>ALERT: THIS NOTE APPLIES <font color="#ff0000"><b>ONLY</b></font> TO THE &quot;includes/<font color="#ff0000"><b>local/</b></font>configure.php&quot;<br />
THIS <font color="#ff0000"><b>DOES *NOT* APPLY TO</b></font> either /<font color="#ff0000"><b>includes/configure.php</b></font> FILE!!!!!!<br />
<br />
---------------<br />
<br />
If you're running a debugging copy of your store in your localhost environment and using the /YOUR_ADMIN/includes/local/configure.php override, there's a teeny gotcha (not present in the /includes/local/configure.php override in your storefront).<br />
<br />
When the directory constant DIR_FS_ADMIN is generated, it's <b>assumed </b> :ohmy: that the configure.php file is in the /includes directory:<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">define('DIR_FS_ADMIN', realpath(dirname(__FILE__) . '/../') . '/');</code><hr />
</div>Unfortunately, it's one directory step down so that the DIR_FS_ADMIN constant winds up being /YOUR_ADMIN/includes/ instead of /YOUR_ADMIN/.  Anyway, the correction is to go back another directory level:<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">define('DIR_FS_ADMIN', realpath(dirname(__FILE__) . '<font color="#FF0000">/..</font>/../') . '/');</code><hr />
</div></div>

]]></content:encoded>
			<category domain="http://www.zen-cart.com/forumdisplay.php?27-Basic-Configuration">Basic Configuration</category>
			<dc:creator>lat9</dc:creator>
			<guid isPermaLink="true">http://www.zen-cart.com/showthread.php?208177-YOUR_ADMIN-includes-local-configure-php-a-gotcha-and-a-solution</guid>
		</item>
		<item>
			<title>v151 Image Urls</title>
			<link>http://www.zen-cart.com/showthread.php?207977-Image-Urls&amp;goto=newpost</link>
			<pubDate>Thu, 09 May 2013 00:01:46 GMT</pubDate>
			<description><![CDATA[Can ZC use remote image files or must they reside with the installation? 
My attempts to utilize remote result in no images & find their url being prefixed with my store's url.]]></description>
			<content:encoded><![CDATA[<div>Can ZC use remote image files or must they reside with the installation?<br />
My attempts to utilize remote result in no images &amp; find their url being prefixed with my store's url.</div>

]]></content:encoded>
			<category domain="http://www.zen-cart.com/forumdisplay.php?27-Basic-Configuration">Basic Configuration</category>
			<dc:creator>rehopper</dc:creator>
			<guid isPermaLink="true">http://www.zen-cart.com/showthread.php?207977-Image-Urls</guid>
		</item>
		<item>
			<title><![CDATA[My Shipping is Taxed and don't want it o]]></title>
			<link>http://www.zen-cart.com/showthread.php?207912-My-Shipping-is-Taxed-and-don-t-want-it-o&amp;goto=newpost</link>
			<pubDate>Sun, 05 May 2013 02:28:12 GMT</pubDate>
			<description>I have looked everywhere. I have the USPS shipping plug in but I think this should be in the store configurations.  
 
There should only be tax on the sub total, not on shipping or handling. Where in ZenCart 1.5.1 do you change it so tax is not on shipping costs? 
 
Thanks 
Karen 
...</description>
			<content:encoded><![CDATA[<div>I have looked everywhere. I have the USPS shipping plug in but I think this should be in the store configurations. <br />
<br />
There should only be tax on the sub total, not on shipping or handling. Where in ZenCart 1.5.1 do you change it so tax is not on shipping costs?<br />
<br />
Thanks<br />
Karen<br />
<br />
############################################################___<br />
<br />
Ooops, after 2 days, I found it. Under Shipping for USPS<br />
<br />
Tax Class<br />
Use the following tax class on the shipping fee.<br />
<br />
Should be NONE</div>

]]></content:encoded>
			<category domain="http://www.zen-cart.com/forumdisplay.php?27-Basic-Configuration">Basic Configuration</category>
			<dc:creator>palmislandinc</dc:creator>
			<guid isPermaLink="true">http://www.zen-cart.com/showthread.php?207912-My-Shipping-is-Taxed-and-don-t-want-it-o</guid>
		</item>
		<item>
			<title><![CDATA[Problem URL "Home"]]></title>
			<link>http://www.zen-cart.com/showthread.php?207900-Problem-URL-quot-Home-quot&amp;goto=newpost</link>
			<pubDate>Sat, 04 May 2013 07:16:15 GMT</pubDate>
			<description><![CDATA[hi everyone,  
i wake up this morning and had a terrefic surprise!!! 
 
the URL of my HOME in my store get to a specific product and didn't work anymore...I try to search in the setting ...but :-(( 
 
Does someone have a idea!!!! 
...]]></description>
			<content:encoded><![CDATA[<div>hi everyone, <br />
i wake up this morning and had a terrefic surprise!!!<br />
<br />
the URL of my HOME in my store get to a specific product and didn't work anymore...I try to search in the setting ...but :-((<br />
<br />
Does someone have a idea!!!!<br />
<br />
<a href="http://scrapfromfrance.fr/shop/index.php?main_page=product_info&amp;products_id=2968" target="_blank" rel="nofollow">http://scrapfromfrance.fr/shop/index...oducts_id=2968</a><br />
<br />
TYSM in advance.<br />
Mariscrap</div>

]]></content:encoded>
			<category domain="http://www.zen-cart.com/forumdisplay.php?27-Basic-Configuration">Basic Configuration</category>
			<dc:creator>Mariscrap</dc:creator>
			<guid isPermaLink="true">http://www.zen-cart.com/showthread.php?207900-Problem-URL-quot-Home-quot</guid>
		</item>
		<item>
			<title>v150 how to show the banner on the header?</title>
			<link>http://www.zen-cart.com/showthread.php?207898-how-to-show-the-banner-on-the-header&amp;goto=newpost</link>
			<pubDate>Sat, 04 May 2013 03:33:01 GMT</pubDate>
			<description><![CDATA[I forgot how to make the banner show up on the header? What banner group name I should put in "banner manager"?  
 
Can anybody guide me? thank you&#65281;]]></description>
			<content:encoded><![CDATA[<div>I forgot how to make the banner show up on the header? What banner group name I should put in &quot;banner manager&quot;? <br />
<br />
Can anybody guide me? thank you&#65281;</div>

]]></content:encoded>
			<category domain="http://www.zen-cart.com/forumdisplay.php?27-Basic-Configuration">Basic Configuration</category>
			<dc:creator>lina0962</dc:creator>
			<guid isPermaLink="true">http://www.zen-cart.com/showthread.php?207898-how-to-show-the-banner-on-the-header</guid>
		</item>
		<item>
			<title>v151 e-mail cc not arriving</title>
			<link>http://www.zen-cart.com/showthread.php?207896-e-mail-cc-not-arriving&amp;goto=newpost</link>
			<pubDate>Sat, 04 May 2013 00:59:00 GMT</pubDate>
			<description><![CDATA[When setting up e-mail notifications using this format for two receivers... Name 1 <email@address1>, Name 2 <email@address2>, the first email address receives notice emails about sales and new members, but the second one does not receive a copy.  Anyone know why? 
 
Putt Fleming]]></description>
			<content:encoded><![CDATA[<div>When setting up e-mail notifications using this format for two receivers... Name 1 &lt;email@address1&gt;, Name 2 &lt;email@address2&gt;, the first email address receives notice emails about sales and new members, but the second one does not receive a copy.  Anyone know why?<br />
<br />
Putt Fleming</div>

]]></content:encoded>
			<category domain="http://www.zen-cart.com/forumdisplay.php?27-Basic-Configuration">Basic Configuration</category>
			<dc:creator>puttfleming</dc:creator>
			<guid isPermaLink="true">http://www.zen-cart.com/showthread.php?207896-e-mail-cc-not-arriving</guid>
		</item>
		<item>
			<title>v151 Shipping Question</title>
			<link>http://www.zen-cart.com/showthread.php?207841-Shipping-Question&amp;goto=newpost</link>
			<pubDate>Wed, 01 May 2013 15:01:26 GMT</pubDate>
			<description>Is there a way to scale shipping based off quanitity. For Example 1-10 items is $10.00 and 10-20 is $15.00? 
 
Thanks!</description>
			<content:encoded><![CDATA[<div>Is there a way to scale shipping based off quanitity. For Example 1-10 items is $10.00 and 10-20 is $15.00?<br />
<br />
Thanks!</div>

]]></content:encoded>
			<category domain="http://www.zen-cart.com/forumdisplay.php?27-Basic-Configuration">Basic Configuration</category>
			<dc:creator>partinrl</dc:creator>
			<guid isPermaLink="true">http://www.zen-cart.com/showthread.php?207841-Shipping-Question</guid>
		</item>
		<item>
			<title>v151 WYSIWYG editor with image upload</title>
			<link>http://www.zen-cart.com/showthread.php?207726-WYSIWYG-editor-with-image-upload&amp;goto=newpost</link>
			<pubDate>Thu, 25 Apr 2013 00:19:01 GMT</pubDate>
			<description>I am looking for a WYSIWYG plugin editor that has direct image upload for the EZ pages. 
 
I am using: 
Zen Cart v1.5.1 
CK Editor v3.6.5 
 
The client would like to upload images directly in the editor for the EZ pages. The CKEditor does not have this ability, you have to upload elsewhere and then...</description>
			<content:encoded><![CDATA[<div>I am looking for a WYSIWYG plugin editor that has direct image upload for the EZ pages.<br />
<br />
I am using:<br />
Zen Cart v1.5.1<br />
CK Editor v3.6.5<br />
<br />
The client would like to upload images directly in the editor for the EZ pages. The CKEditor does not have this ability, you have to upload elsewhere and then just link to it (at least my version does not have image upload capability). I looked for another editor with this capability and found the: TinyMCE Plugin but it looks like the last compatible version is 1.3.9.<br />
<br />
Where can I find a WYSIWYG editor for the EZpages, that has image upload capability? My clients do not have the ability nor know-how to upload images to the server then link to them. I have got to be missing something here.</div>

]]></content:encoded>
			<category domain="http://www.zen-cart.com/forumdisplay.php?27-Basic-Configuration">Basic Configuration</category>
			<dc:creator>sports guy</dc:creator>
			<guid isPermaLink="true">http://www.zen-cart.com/showthread.php?207726-WYSIWYG-editor-with-image-upload</guid>
		</item>
		<item>
			<title><![CDATA[Can't Remember My ZC Admin Page Link]]></title>
			<link>http://www.zen-cart.com/showthread.php?207724-Can-t-Remember-My-ZC-Admin-Page-Link&amp;goto=newpost</link>
			<pubDate>Wed, 24 Apr 2013 21:04:20 GMT</pubDate>
			<description><![CDATA[please help.  i can't remember the link to my zc admin page to be able to login to it.  please help. 
 
my site is squeakeycat.net/shop]]></description>
			<content:encoded><![CDATA[<div>please help.  i can't remember the link to my zc admin page to be able to login to it.  please help.<br />
<br />
my site is squeakeycat.net/shop</div>

]]></content:encoded>
			<category domain="http://www.zen-cart.com/forumdisplay.php?27-Basic-Configuration">Basic Configuration</category>
			<dc:creator>SqueakeyCat</dc:creator>
			<guid isPermaLink="true">http://www.zen-cart.com/showthread.php?207724-Can-t-Remember-My-ZC-Admin-Page-Link</guid>
		</item>
		<item>
			<title>v151 Re-Run Install on Live Store - Help!!!</title>
			<link>http://www.zen-cart.com/showthread.php?207705-Re-Run-Install-on-Live-Store-Help!!!&amp;goto=newpost</link>
			<pubDate>Wed, 24 Apr 2013 00:07:51 GMT</pubDate>
			<description><![CDATA[Hope someone can help...........I was uploading some files to a live store and accidentally (I think) overwrote the configure.php file in the admin folder.  I think that because when I added the module files that I was working on, I just hit the "upload" button without realizing that I had the...]]></description>
			<content:encoded><![CDATA[<div>Hope someone can help...........I was uploading some files to a live store and accidentally (I think) overwrote the configure.php file in the admin folder.  I think that because when I added the module files that I was working on, I just hit the &quot;upload&quot; button without realizing that I had the store admin folder highlighted and my local configure file was uploaded in addition to the other files in the admin folder .... I am getting the page saying &quot;Thank You for uploading Zen Cart&quot;.  The store was live at this time and I can't reach the store nor admin.  I tried manually editing the configre.php file to put in the values for the remote server but the site hasn't come back on line yet.  <br />
<br />
Can I re-run the install script and recover the store?<br />
<br />
Thanks for any help!   AARGH!!!!!!</div>

]]></content:encoded>
			<category domain="http://www.zen-cart.com/forumdisplay.php?27-Basic-Configuration">Basic Configuration</category>
			<dc:creator>shadowpdx</dc:creator>
			<guid isPermaLink="true">http://www.zen-cart.com/showthread.php?207705-Re-Run-Install-on-Live-Store-Help!!!</guid>
		</item>
		<item>
			<title>How to hide warnings from store front?</title>
			<link>http://www.zen-cart.com/showthread.php?207678-How-to-hide-warnings-from-store-front&amp;goto=newpost</link>
			<pubDate>Mon, 22 Apr 2013 18:12:33 GMT</pubDate>
			<description>I would only like the warnings to appear on the admin side and not the store front.  How do I turn off warnings for the store front only?</description>
			<content:encoded><![CDATA[<div>I would only like the warnings to appear on the admin side and not the store front.  How do I turn off warnings for the store front only?</div>

]]></content:encoded>
			<category domain="http://www.zen-cart.com/forumdisplay.php?27-Basic-Configuration">Basic Configuration</category>
			<dc:creator>tifischer</dc:creator>
			<guid isPermaLink="true">http://www.zen-cart.com/showthread.php?207678-How-to-hide-warnings-from-store-front</guid>
		</item>
	</channel>
</rss>
