<?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>Tue, 10 Aug 2010 14:48:02 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<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>
