<?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>osCommerceCoders.com &#187; osCommerce Tips</title>
	<atom:link href="http://www.oscommercecoders.com/category/oscommerce-tips/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.oscommercecoders.com</link>
	<description>Affordable end to end oscommerce solutions with Search Engine Optimization</description>
	<lastBuildDate>Thu, 02 Feb 2012 20:45:01 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Discount Code currency error in paypal express on osc 2.3.1</title>
		<link>http://www.oscommercecoders.com/discount-code-currency-error-in-paypal-express-on-osc-2-3-1/</link>
		<comments>http://www.oscommercecoders.com/discount-code-currency-error-in-paypal-express-on-osc-2-3-1/#comments</comments>
		<pubDate>Thu, 29 Dec 2011 20:13:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[osCommerce Tips]]></category>

		<guid isPermaLink="false">http://www.oscommercecoders.com/?p=261</guid>
		<description><![CDATA[This is for stores using currencies which is not USD. then follow the steps below modify the catalog/ext/modules/payment/paypal/express.php file. Find: $params = array(); $params['AMT'] = $paypal_express-&#62;format_raw($order-&#62;info['total'], &#8221;, 1); Replace with: $params = array(&#8216;CURRENCYCODE&#8217; =&#62; $order-&#62;info['currency']); $params['AMT'] = $paypal_express-&#62;format_raw($order-&#62;info['total']); &#160; Then discount code works perfect for currencies like GBP, AUD etc which is not the default [...]]]></description>
		<wfw:commentRss>http://www.oscommercecoders.com/discount-code-currency-error-in-paypal-express-on-osc-2-3-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>USPS Methods Jan 2 2011 &#8211; International Shipping Error</title>
		<link>http://www.oscommercecoders.com/usps-methods-jan-2-2011-international-shipping-error/</link>
		<comments>http://www.oscommercecoders.com/usps-methods-jan-2-2011-international-shipping-error/#comments</comments>
		<pubDate>Mon, 03 Jan 2011 17:34:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[oScommerce Issues]]></category>
		<category><![CDATA[osCommerce Tips]]></category>

		<guid isPermaLink="false">http://www.oscommercecoders.com/?p=214</guid>
		<description><![CDATA[in usps.php Locate list($type, $cost) = each($uspsQuote[$i]); Add these lines after it $type = str_replace(&#8216;&#38;lt;sup&#38;gt;&#38;amp;reg;&#38;lt;/sup&#38;gt;&#8217;, &#8221;, $type); $type = str_replace(&#8216;&#38;lt;sup&#38;gt;&#38;amp;trade;&#38;lt;/sup&#38;gt;&#8217;, &#8221;, $type); $type = str_replace(&#8216;**&#8217;, &#8221;, $type); This removes the everything that was added by USPS that was causing errors on the site. It also fixes the international issue (response had added a ** to [...]]]></description>
		<wfw:commentRss>http://www.oscommercecoders.com/usps-methods-jan-2-2011-international-shipping-error/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>osCommerce Virus &amp; Threat Scanner</title>
		<link>http://www.oscommercecoders.com/oscommerce-virus-threat-scanner/</link>
		<comments>http://www.oscommercecoders.com/oscommerce-virus-threat-scanner/#comments</comments>
		<pubDate>Sat, 27 Nov 2010 09:32:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[oScommerce Issues]]></category>
		<category><![CDATA[osCommerce Services]]></category>
		<category><![CDATA[osCommerce Tips]]></category>

		<guid isPermaLink="false">http://www.oscommercecoders.com/?p=211</guid>
		<description><![CDATA[osCommerce V&#038;TS is designed to run on your web server and scan your public web files for malicious code. It is small, portable and efficient, uses minimal server resources, and provides a full report on what has been discovered. It is a great contribution to protect your store.]]></description>
		<wfw:commentRss>http://www.oscommercecoders.com/oscommerce-virus-threat-scanner/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>osCommerce UK VAT</title>
		<link>http://www.oscommercecoders.com/oscommerce-uk-vat/</link>
		<comments>http://www.oscommercecoders.com/oscommerce-uk-vat/#comments</comments>
		<pubDate>Tue, 20 Apr 2010 07:16:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[osCommerce Tips]]></category>

		<guid isPermaLink="false">http://www.oscommercecoders.com/?p=144</guid>
		<description><![CDATA[Steps to configure oscommerce for VAT in UK based stores Login to the Admin section of your osCommerce store SETUP OF TAX ZONES Follow the Location / Taxes link, and then Tax Zones 1. Click the insert button and add the first Zone as below: Zone Name: ROW Description: Rest of World 2. Then click [...]]]></description>
		<wfw:commentRss>http://www.oscommercecoders.com/oscommerce-uk-vat/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to add my logo to paypal web site in oscommerce store</title>
		<link>http://www.oscommercecoders.com/how-to-add-my-logo-to-paypal-web-site-in-oscommerce-store/</link>
		<comments>http://www.oscommercecoders.com/how-to-add-my-logo-to-paypal-web-site-in-oscommerce-store/#comments</comments>
		<pubDate>Sun, 04 Apr 2010 18:59:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[osCommerce Services]]></category>
		<category><![CDATA[osCommerce Tips]]></category>

		<guid isPermaLink="false">http://www.oscommercecoders.com/?p=134</guid>
		<description><![CDATA[You can add your logo the following way: 1) go to your paypal account 2) select Profile 3) Custom Payment Pages 4) add Custom Page Style 5) add header image URL with your logo 6) save your style page 7) make your new style page as primary style page Make sure you have ssl in [...]]]></description>
		<wfw:commentRss>http://www.oscommercecoders.com/how-to-add-my-logo-to-paypal-web-site-in-oscommerce-store/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Shipping and Payment modules not saving in store admin</title>
		<link>http://www.oscommercecoders.com/shipping-and-payment-modules-not-saving-in-store-admin/</link>
		<comments>http://www.oscommercecoders.com/shipping-and-payment-modules-not-saving-in-store-admin/#comments</comments>
		<pubDate>Thu, 11 Mar 2010 03:39:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[oScommerce Issues]]></category>
		<category><![CDATA[osCommerce Tips]]></category>

		<guid isPermaLink="false">http://www.oscommercecoders.com/?p=124</guid>
		<description><![CDATA[This is a known bug in the latest osCommerce 060817 release and has to do with the modules not refreshing with udated changes in the admin. This fix has worked for several users: 1. Open the catalog/admin/includes/functions/compatibility.php. 2. At the end of the “do_magic_quotes_gpc” routine, add the following code reset($ar); It will end up looking [...]]]></description>
		<wfw:commentRss>http://www.oscommercecoders.com/shipping-and-payment-modules-not-saving-in-store-admin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>date format from mm/dd/yyyy to dd/mm/yyyy</title>
		<link>http://www.oscommercecoders.com/date-format-from-mmddyyyy-to-ddmmyyyy/</link>
		<comments>http://www.oscommercecoders.com/date-format-from-mmddyyyy-to-ddmmyyyy/#comments</comments>
		<pubDate>Tue, 18 Aug 2009 16:09:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[osCommerce Tips]]></category>

		<guid isPermaLink="false">http://www.oscommercecoders.com/?p=81</guid>
		<description><![CDATA[Here&#8217;s how to do it. (remember to backup before any modification) Also change the country code to match yours (this example uses GB for UK) ******************************************************************** * Open catalog/includes/languages/english.php (this is for your catalog section) * The changes are highlighted. ******************************************************************** @setlocale(LC_TIME, &#8216;en_GB.ISO_8859-1&#8242;); define(&#8216;DATE_FORMAT_SHORT&#8217;, &#8216;%d/%m/%Y&#8217;); // this is used for strftime() define(&#8216;DATE_FORMAT_LONG&#8217;, &#8216;%A %d %B, [...]]]></description>
		<wfw:commentRss>http://www.oscommercecoders.com/date-format-from-mmddyyyy-to-ddmmyyyy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Model Number field in oscommerce</title>
		<link>http://www.oscommercecoders.com/model-number-field-in-oscommerce/</link>
		<comments>http://www.oscommercecoders.com/model-number-field-in-oscommerce/#comments</comments>
		<pubDate>Fri, 31 Jul 2009 16:54:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[osCommerce Tips]]></category>

		<guid isPermaLink="false">http://www.oscommercecoders.com/?p=78</guid>
		<description><![CDATA[How to Change Product Model Length The default 12 character limit for product model strings may be too short for certain needs, and can be easily increased with phpMyAdmin or directly with MySQL. Two database tables need to be modified when changing the length of the product model field: products, and orders_products. Using phpMyAdmin Select [...]]]></description>
		<wfw:commentRss>http://www.oscommercecoders.com/model-number-field-in-oscommerce/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

