<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>CSS-OSCommerce</title>
	<atom:link href="http://www.css-oscommerce.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.css-oscommerce.com</link>
	<description>OSCommerce tips, tools &#38; techniques</description>
	<lastBuildDate>Thu, 12 Apr 2012 04:01:08 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.3</generator>
		<item>
		<title>Eliminate line breaks in html emails generated in the Newsletter Manager.</title>
		<link>http://www.css-oscommerce.com/eliminate-line-breaks-in-html-emails-generated-in-the-newsletter-manager/</link>
		<comments>http://www.css-oscommerce.com/eliminate-line-breaks-in-html-emails-generated-in-the-newsletter-manager/#comments</comments>
		<pubDate>Thu, 09 Feb 2012 04:50:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://www.css-oscommerce.com/?p=823</guid>
		<description><![CDATA[Eliminate unwanted line breaks in html emails generated in the Newsletter Manager. in catalog/admin/includes/classes/email.php around line 160 find: function add_html($html, $text = NULL, $images_dir = NULL) { $this-&#62;html = tep_convert_linefeeds(array("\r\n", "\n", "\r"), '&#60;br /&#62;', $html); $this-&#62;html_text = tep_convert_linefeeds(array("\r\n", "\n", "\r"), $this-&#62;lf, $text); and change to this: function add_html($html, $text = NULL, $images_dir = NULL) { <a href="http://www.css-oscommerce.com/eliminate-line-breaks-in-html-emails-generated-in-the-newsletter-manager/"> read more <span class="meta-nav">&#187;</span></a>]]></description>
		<wfw:commentRss>http://www.css-oscommerce.com/eliminate-line-breaks-in-html-emails-generated-in-the-newsletter-manager/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Drop Down JQuery Login Box for OSC to CSSv2</title>
		<link>http://www.css-oscommerce.com/drop-down-jquery-login-box/</link>
		<comments>http://www.css-oscommerce.com/drop-down-jquery-login-box/#comments</comments>
		<pubDate>Fri, 30 Sep 2011 23:29:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Function]]></category>

		<guid isPermaLink="false">http://www.css-oscommerce.com/?p=743</guid>
		<description><![CDATA[Install a drop down login box on OSC to CSSv2. Click the login link and a login box appears. If the user has javascript turned off, the link functions as normal. This mod also changes the text &#8216;login&#8217; to &#8216;account&#8217; once the user has signed in. DEMO click &#8216;login&#8217; at top right. If you are <a href="http://www.css-oscommerce.com/drop-down-jquery-login-box/"> read more <span class="meta-nav">&#187;</span></a>]]></description>
		<wfw:commentRss>http://www.css-oscommerce.com/drop-down-jquery-login-box/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Improved Customer Sort</title>
		<link>http://www.css-oscommerce.com/improved-customer-sort/</link>
		<comments>http://www.css-oscommerce.com/improved-customer-sort/#comments</comments>
		<pubDate>Thu, 22 Sep 2011 00:15:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Function]]></category>

		<guid isPermaLink="false">http://www.css-oscommerce.com/?p=740</guid>
		<description><![CDATA[Improve customer sorting in the admin. Stock OSCommerce simply displays a static alphabetical customer list in admin>orders>customers. This old contribution originally posted on the OSCommmerce site in 2002 by Burt and just recently updated 9/20/2011 by D-Woo allows up and down sorting by first and last name and by date the account was created. It&#8217;s <a href="http://www.css-oscommerce.com/improved-customer-sort/"> read more <span class="meta-nav">&#187;</span></a>]]></description>
		<wfw:commentRss>http://www.css-oscommerce.com/improved-customer-sort/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Simple Admin Order Entry</title>
		<link>http://www.css-oscommerce.com/simple-admin-order-entry/</link>
		<comments>http://www.css-oscommerce.com/simple-admin-order-entry/#comments</comments>
		<pubDate>Sun, 04 Sep 2011 22:27:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Function]]></category>

		<guid isPermaLink="false">http://www.css-oscommerce.com/?p=726</guid>
		<description><![CDATA[Use this mod to enter snail mail or phone orders. Installs a powerful search function in the admin that allows you to quickly select a desired customer, and load their email into the customer login form on the catalog side. If you have installed a master password contribution, then enter the master password and voila, <a href="http://www.css-oscommerce.com/simple-admin-order-entry/"> read more <span class="meta-nav">&#187;</span></a>]]></description>
		<wfw:commentRss>http://www.css-oscommerce.com/simple-admin-order-entry/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Secure Your Images file</title>
		<link>http://www.css-oscommerce.com/secure-your-images-file/</link>
		<comments>http://www.css-oscommerce.com/secure-your-images-file/#comments</comments>
		<pubDate>Tue, 23 Aug 2011 05:26:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://www.css-oscommerce.com/?p=722</guid>
		<description><![CDATA[Protect your images folder with this simple .htaccess file. Create a blank file, add this code to it, name it .htaccess and upload to your images file: &#60;FilesMatch &#34;\.(php([0-9]&#124;s)?&#124;s?p?html&#124;cgi&#124;pl&#124;exe){:content:}quot;&#62;Order Deny,AllowDeny from all&#60;/FilesMatch&#62; This prevents any files with .php or .exe or .cgi to be executed. In other words unauthorized hacker files. For a little bit <a href="http://www.css-oscommerce.com/secure-your-images-file/"> read more <span class="meta-nav">&#187;</span></a>]]></description>
		<wfw:commentRss>http://www.css-oscommerce.com/secure-your-images-file/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mail Manager for OSCommerce: Description</title>
		<link>http://www.css-oscommerce.com/mail-manager-for-oscommerce-operation/</link>
		<comments>http://www.css-oscommerce.com/mail-manager-for-oscommerce-operation/#comments</comments>
		<pubDate>Sat, 06 Aug 2011 16:17:04 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Function]]></category>

		<guid isPermaLink="false">http://www.css-oscommerce.com/?p=703</guid>
		<description><![CDATA[Mail Manager is a comprehensive mail program for OSCommerce. Designed for 2.2RC2a and OSC 2 CSS. Purpose: Send all emails both in html and in text. Allow editing and templating of all emails, to include order confirmation, create account, password forgotten, status update, and tell a friend emails from the admin Add a post sales <a href="http://www.css-oscommerce.com/mail-manager-for-oscommerce-operation/"> read more <span class="meta-nav">&#187;</span></a>]]></description>
		<wfw:commentRss>http://www.css-oscommerce.com/mail-manager-for-oscommerce-operation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mail Manager for OSCommerce: Installation</title>
		<link>http://www.css-oscommerce.com/mail-manager-for-oscommerce/</link>
		<comments>http://www.css-oscommerce.com/mail-manager-for-oscommerce/#comments</comments>
		<pubDate>Sat, 16 Jul 2011 03:49:01 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Function]]></category>

		<guid isPermaLink="false">http://www.css-oscommerce.com/?p=663</guid>
		<description><![CDATA[Files can be downloaded from: Google Code or the OSCommerce site. Mail Manager Description installation: open catalog/includes/languages/english/checkout_process.php, add:define('EMAIL_TEXT_CONFIRM', 'has recommended');define('TEXT_FROM', 'from'); open/admin/includes/languages/english.php add://mail managerdefine('BOX_HEADING_MAIL_MANAGER', 'Mail Manager');define('BOX_MM_BULKMAIL', 'BulkMail Manager');define('BOX_MM_TEMPLATES', 'Template Manager');define('BOX_MM_EMAIL', 'Send Email');define('BOX_MM_RESPONSEMAIL', 'Response Mail'); open admin/includes/filenames.php add://MAIL MANAGERdefine('FILENAME_MM_RESPONSEMAIL', 'mm_responsemail.php');define('FILENAME_MM_TEMPLATES', 'mm_templates.php');define('FILENAME_MM_BULKMAIL', 'mm_bulkmail.php');define('FILENAME_MM_EMAIL', 'mm_email.php'); open admin/includes/database_tables.php add:///Mail Managerdefine('TABLE_MM_RESPONSEMAIL', 'mm_responsemail');define('TABLE_MM_RESPONSEMAIL_RESTORE', 'mm_responsemail_backup');define('TABLE_MM_RESPONSEMAIL_RESET', 'mm_responsemail_reset');define('TABLE_MM_TEMPLATES', 'mm_templates');define('TABLE_MM_NEWSLETTERS', 'mm_newsletters'); open admin/includes/column_left.php add: include(DIR_WS_BOXES <a href="http://www.css-oscommerce.com/mail-manager-for-oscommerce/"> read more <span class="meta-nav">&#187;</span></a>]]></description>
		<wfw:commentRss>http://www.css-oscommerce.com/mail-manager-for-oscommerce/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Previous/Next in Admin Orders List</title>
		<link>http://www.css-oscommerce.com/previousnext-in-admin-orders-list/</link>
		<comments>http://www.css-oscommerce.com/previousnext-in-admin-orders-list/#comments</comments>
		<pubDate>Fri, 10 Jun 2011 17:51:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Function]]></category>

		<guid isPermaLink="false">http://www.css-oscommerce.com/?p=598</guid>
		<description><![CDATA[This simple contribution places &#8216;&#60;&#60;previous&#8217; and &#8216;next&#62;&#62;&#8217; links in the admin orders list. The advantage is that you can click directly to the next order when processing. The original contribution with language capacity can be found here on the OSCommerce website. 1. Add this function to /catalog/admin/includes/functions/general.php before the last ?> tag function get_order_id($orderid,$mode='next'){ if <a href="http://www.css-oscommerce.com/previousnext-in-admin-orders-list/"> read more <span class="meta-nav">&#187;</span></a>]]></description>
		<wfw:commentRss>http://www.css-oscommerce.com/previousnext-in-admin-orders-list/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Recently Viewed Products Infobox for OSCommerce</title>
		<link>http://www.css-oscommerce.com/recently-viewed/</link>
		<comments>http://www.css-oscommerce.com/recently-viewed/#comments</comments>
		<pubDate>Thu, 02 Jun 2011 21:10:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Function]]></category>

		<guid isPermaLink="false">http://www.css-oscommerce.com/?p=584</guid>
		<description><![CDATA[for: OSC 2 CSS. The following code yields a new infobox that displays the last four items viewed. Adapted from this OSCommerce Contribution to fit OSC 2 CSS. Caveat: I have had mixed success with rendering product urls but you can see a successful demo at www.niora.com. View some products and they start showing up <a href="http://www.css-oscommerce.com/recently-viewed/"> read more <span class="meta-nav">&#187;</span></a>]]></description>
		<wfw:commentRss>http://www.css-oscommerce.com/recently-viewed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Account Tabs for OSC to CSSv2</title>
		<link>http://www.css-oscommerce.com/account-tabs/</link>
		<comments>http://www.css-oscommerce.com/account-tabs/#comments</comments>
		<pubDate>Wed, 27 Apr 2011 19:08:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Function]]></category>
		<category><![CDATA[JQuery]]></category>

		<guid isPermaLink="false">http://www.css-oscommerce.com/?p=547</guid>
		<description><![CDATA[On OCS to CSS this combines the files address_book.php, account_edit.php, account_history.php and account_password.php into one file, account.php. The information is accessed with JQuery tabs for really intuitive and easy navigation. Download this file, account.php and the required CSS file from google.code Requires the main JQuery file and the JQuery UI file. You will need to <a href="http://www.css-oscommerce.com/account-tabs/"> read more <span class="meta-nav">&#187;</span></a>]]></description>
		<wfw:commentRss>http://www.css-oscommerce.com/account-tabs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

