<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.1.3" -->
<rss version="0.92">
<channel>
	<title>osCommerce Custom Solutions</title>
	<link>http://oscommerceindia.com/help</link>
	<description>A Blog from our Development Team on how they tackle common issues faced in osCommerce Customisation</description>
	<lastBuildDate>Thu, 17 Jan 2008 09:38:39 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Fedex , osCommerce and Godaddy Hosting</title>
		<description><![CDATA[One of our clients was facing issue with the FedEx Module in osCommerce.
The site was running on Godaddy Hosting.
We disabled Fedex. Then in Fedex1.php, we changed the part that references godaddy to:
curl_setopt($ch, CURLOPT_HTTPPROXYTUNNEL, TRUE);
curl_setopt($ch, CURLOPT_PROXYTYPE, CURLPROXY_HTTP);
curl_setopt($ch, CURLOPT_PROXY, &#8220;http://proxy.shr.secureserver.net:3128&#8243;);
Then enable the module again, and did a rate request, and that&#8217;s it.
Cheers !
]]></description>
		<link>http://oscommerceindia.com/help/2008/01/17/fedex-oscommerce-and-godaddy-hosting/</link>
			</item>
	<item>
		<title>Default country dropdown lists in oscommerce</title>
		<description><![CDATA[A client had this query&#8230; 
How to change the country dropdown lists to default to a specific country. As you know hey default to aphabetical order. I want to be able to have United States to be listed out of order at the top of the list with the others in the normal order. Is this [...]]]></description>
		<link>http://oscommerceindia.com/help/2007/11/18/default-country-dropdown-lists-in-oscommerce/</link>
			</item>
	<item>
		<title>Authorize.net AIM , cURL path !</title>
		<description><![CDATA[Recently one of a customer faced big issues with the Authorize.net AIM Module for osCommerce.
He had his Hosting account with GoDaddy.
We were able to solve the issues with the help of the customer himself !
Thanks to Kevin, the customer !
Common issues : Timeout, Sale Not getting saved in osC Admin
]]></description>
		<link>http://oscommerceindia.com/help/2007/08/25/authorizenet-aim-curl-path/</link>
			</item>
	<item>
		<title>username and password in welcome email of oscommerce</title>
		<description><![CDATA[One of our clients wanted this small thing to be achieved. They wanted the USERNAME And PASSWORD to be shown on the welcome email that an user while registering in an eshop
Here are the steps :
2. Open the create_account.php (catalog/) and :
Change the code FROM:
$email_text .= EMAIL_WELCOME . EMAIL_TEXT . EMAIL_CONTACT . EMAIL_WARNING;
TO:
$email_text .= EMAIL_WELCOME . EMAIL_USERNAME . EMAIL_PASSWORD [...]]]></description>
		<link>http://oscommerceindia.com/help/2007/07/05/username-and-password-in-welcome-email-of-oscommerce/</link>
			</item>
	<item>
		<title>Worldpay and osCommerce !</title>
		<description><![CDATA[Dealing with Worldpay in osCommerce is the most complex when it comes to payment gateways.
The default contrib works fine until someone places a order&#8230; they pay for the item using worldpay and recieve a Confirmatione mail from worldpay however when  you check in the admin panel it displays no orders.
There can be many reasons for this. STS, wpcallback.php, register globals.
We wewre able to sort this out for a client recently !
]]></description>
		<link>http://oscommerceindia.com/help/2007/06/06/worldpay-and-oscommerce/</link>
			</item>
</channel>
</rss>
