<?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>Indaba and Stuff... &#187; eCommerce</title>
	<atom:link href="http://www.phatolive.com/category/ecommerce/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.phatolive.com</link>
	<description>Making some sense of the www...</description>
	<lastBuildDate>Tue, 09 Mar 2010 21:49:56 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to edit the text on the product_info.php page</title>
		<link>http://www.phatolive.com/2009/12/how-to-edit-the-text-on-the-product_info-php-page/</link>
		<comments>http://www.phatolive.com/2009/12/how-to-edit-the-text-on-the-product_info-php-page/#comments</comments>
		<pubDate>Wed, 16 Dec 2009 22:05:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[eCommerce]]></category>

		<guid isPermaLink="false">http://www.phatolive.com/?p=27</guid>
		<description><![CDATA[





You need to edit the file:- catalog/includes/languages/english/product_info.php.


]]></description>
			<content:encoded><![CDATA[<p><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><br />
<html xmlns="http://www.w3.org/1999/xhtml"><br />
<head><br />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /></p>
<p></head></p>
<p><body><br />
You need to edit the file:- catalog/includes/languages/english/product_info.php.<br />
</body><br />
</html></p>
]]></content:encoded>
			<wfw:commentRss>http://www.phatolive.com/2009/12/how-to-edit-the-text-on-the-product_info-php-page/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Make general changes to the text sent to a customer on osCommerce Store registration.</title>
		<link>http://www.phatolive.com/2009/12/make-general-changes-to-the-text-sent-to-a-customer-on-occommerce-store-registration/</link>
		<comments>http://www.phatolive.com/2009/12/make-general-changes-to-the-text-sent-to-a-customer-on-occommerce-store-registration/#comments</comments>
		<pubDate>Wed, 16 Dec 2009 22:03:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[eCommerce]]></category>

		<guid isPermaLink="false">http://www.phatolive.com/?p=25</guid>
		<description><![CDATA[





When a customer registers at your store they receive an email giving  them generic information about the function of the store they have just  registered with. 
This language can be altered by editing the catalog/includes/languages/english/create_account.php file.


]]></description>
			<content:encoded><![CDATA[<p><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><br />
<html xmlns="http://www.w3.org/1999/xhtml"><br />
<head><br />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /></p>
<p></head></p>
<p><body></p>
<p>When a customer registers at your store they receive an email giving  them generic information about the function of the store they have just  registered with. </p>
<p>This language can be altered by editing the catalog/includes/languages/english/create_account.php file.</p>
<p></body><br />
</html></p>
]]></content:encoded>
			<wfw:commentRss>http://www.phatolive.com/2009/12/make-general-changes-to-the-text-sent-to-a-customer-on-occommerce-store-registration/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fix &#8211; How to have PayPal Order shown in Admin side.</title>
		<link>http://www.phatolive.com/2009/12/fix-how-to-have-paypal-order-shown-in-admin-side/</link>
		<comments>http://www.phatolive.com/2009/12/fix-how-to-have-paypal-order-shown-in-admin-side/#comments</comments>
		<pubDate>Wed, 16 Dec 2009 22:02:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[eCommerce]]></category>

		<guid isPermaLink="false">http://www.phatolive.com/?p=23</guid>
		<description><![CDATA[





When a costumer makes a PAYPAL payment there is no order logged in the admin area of oscommerce.
Step 1: open paypal.php in your /includes/modules/payment/
  Step 2: Add
tep_draw_hidden_field(”rm”,2) .
Just before
  tep_draw_hidden_field(’cancel_return’, tep_href_link(FILENAME_CHECKOUT_PAYMENT, ”, ‘SSL’));
around line 96
Order will now show in admin side.


]]></description>
			<content:encoded><![CDATA[<p><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><br />
<html xmlns="http://www.w3.org/1999/xhtml"><br />
<head><br />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /></p>
<p></head></p>
<p><body></p>
<p>When a costumer makes a PAYPAL payment there is no order logged in the admin area of oscommerce.</p>
<p>Step 1: open paypal.php in your /includes/modules/payment/<br />
  Step 2: Add</p>
<p>tep_draw_hidden_field(”rm”,2) .</p>
<p>Just before<br />
  tep_draw_hidden_field(’cancel_return’, tep_href_link(FILENAME_CHECKOUT_PAYMENT, ”, ‘SSL’));</p>
<p>around line 96</p>
<p>Order will now show in admin side.</p>
<p></body><br />
</html></p>
]]></content:encoded>
			<wfw:commentRss>http://www.phatolive.com/2009/12/fix-how-to-have-paypal-order-shown-in-admin-side/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to recover missing order info from osCommerce DB.</title>
		<link>http://www.phatolive.com/2009/12/how-to-recover-missing-order-info-from-oscommerce-db/</link>
		<comments>http://www.phatolive.com/2009/12/how-to-recover-missing-order-info-from-oscommerce-db/#comments</comments>
		<pubDate>Wed, 16 Dec 2009 22:01:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[eCommerce]]></category>

		<guid isPermaLink="false">http://www.phatolive.com/?p=21</guid>
		<description><![CDATA[





You get an email from PayPal saying that you have received a  payment, but you don’t get an email from osCommerce, and it doesn’t  show up as an order in your osCommerce admin section.
When a customer selects to pay via PayPal, osCommerce sends the  customer to PayPal’s site, and your own osCommerce [...]]]></description>
			<content:encoded><![CDATA[<p><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><br />
<html xmlns="http://www.w3.org/1999/xhtml"><br />
<head><br />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /></p>
<p></head></p>
<p><body></p>
<p>You get an email from PayPal saying that you have received a  payment, but you don’t get an email from osCommerce, and it doesn’t  show up as an order in your osCommerce admin section.</p>
<p>When a customer selects to pay via PayPal, osCommerce sends the  customer to PayPal’s site, and your own osCommerce site has no way of  knowing the status of the transaction until the payment is completed  and PayPal sends the customer back to your site. When PayPal redirects  the customer back to your site, it passes a number of values back to  your site so that osCommerce can tell that the payment has been  completed.</p>
<p>This problem occurs when the customer completes the payment on  PayPal, but doesn’t let PayPal forward them back to your site. This  could occur for several reasons. Probably most often because the  customer closes the window, or goes somewhere else before their browser  is redirected back to your site. Whatever the case, if the browser  doesn’t go back to your site, then osCommerce does not know that the  transaction was completed and therefore doesn’t send you and email or  mark it as complete.</p>
<p>Fortunately, osCommerce does keep track of what was in the  customer’s cart. So it is usually possible to retrieve the contents of  their cart directly from the database. Note that this may not always be  possible as the customer may have gone back to your site and added  something different to their cart.</p>
<p><strong>Find the customer_id</strong><br />
  The first thing you will need to know is the customer’s ID. You can  find this by logging into your osCommerce admin section, then click the  &quot;customers&quot; button on the left side and find the customer that made the  purchase. When you find the customer, click on their name, then look at  the URL that you are currently on. Find the cID= in the URL and the  number after the equals sign is the customer ID.</p>
<p><strong>Find the contents</strong><br />
  Now that you have the  customer ID, you can use it to run a database query and retrieve the  content’s of that members cart you can log into phpMyAdmin using the  instructions provided when your account set up. Please contact us if  you need this information re-sent to you. Once inside of phpMyAdmin,  click on your database name on the left pane, then click the &quot;SQL&quot; tab  at the top. Run the following SQL and substitue the customer’s id for  &lt;PUT CUSTOMERS_ID HERE&gt;</p>
<p> <strong>SELECT products_description.products_name,<br />
  customers_basket.customers_basket_quantity<br />
  FROM customers_basket, products_description<br />
  WHERE customers_basket.customers_id = ‘&lt;PUT CUSTOMERS_ID HERE&gt;’<br />
  AND customers_basket.products_id = products_description.products_id<br />
  AND products_description.language_id = ‘1′</strong></p>
<p>Click Go and voila you have your order details.</p>
<p></body><br />
</html></p>
]]></content:encoded>
			<wfw:commentRss>http://www.phatolive.com/2009/12/how-to-recover-missing-order-info-from-oscommerce-db/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>More Complex integrations of WorldPay within an HTML Page.</title>
		<link>http://www.phatolive.com/2009/12/more-complex-integrations-of-worldpay-within-an-html-page/</link>
		<comments>http://www.phatolive.com/2009/12/more-complex-integrations-of-worldpay-within-an-html-page/#comments</comments>
		<pubDate>Wed, 16 Dec 2009 21:57:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[eCommerce]]></category>

		<guid isPermaLink="false">http://www.phatolive.com/?p=15</guid>
		<description><![CDATA[





http://www.worldpay.com/support/content.php?page=technical&#38;sub=junior&#38;subsub=examples#basic


]]></description>
			<content:encoded><![CDATA[<p><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><br />
<html xmlns="http://www.w3.org/1999/xhtml"><br />
<head><br />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /></p>
<p></head></p>
<p><body><br />
<a href="http://www.worldpay.com/support/content.php?page=technical&amp;sub=junior&amp;subsub=examples#basic">http://www.worldpay.com/support/content.php?page=technical&amp;sub=junior&amp;subsub=examples#basic</a><br />
</body><br />
</html></p>
]]></content:encoded>
			<wfw:commentRss>http://www.phatolive.com/2009/12/more-complex-integrations-of-worldpay-within-an-html-page/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to see what version of osCommerce your store is running.</title>
		<link>http://www.phatolive.com/2009/12/how-to-see-what-version-of-oscommerce-your-store-is-running/</link>
		<comments>http://www.phatolive.com/2009/12/how-to-see-what-version-of-oscommerce-your-store-is-running/#comments</comments>
		<pubDate>Wed, 16 Dec 2009 21:55:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[eCommerce]]></category>

		<guid isPermaLink="false">http://www.phatolive.com/?p=13</guid>
		<description><![CDATA[





Dowload your version of the application-top.php file located in catalog/includes.
  Look for the following line:-
// define the project version
  define(’PROJECT_VERSION’, ‘version-seen-here’);


]]></description>
			<content:encoded><![CDATA[<p><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><br />
<html xmlns="http://www.w3.org/1999/xhtml"><br />
<head><br />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /></p>
<p></head></p>
<p><body></p>
<p>Dowload your version of the application-top.php file located in catalog/includes.<br />
  Look for the following line:-</p>
<p>// define the project version<br />
  define(’PROJECT_VERSION’, ‘version-seen-here’);</p>
<p></body><br />
</html></p>
]]></content:encoded>
			<wfw:commentRss>http://www.phatolive.com/2009/12/how-to-see-what-version-of-oscommerce-your-store-is-running/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Simple Integration of Worldpay Button within an HTML Page.</title>
		<link>http://www.phatolive.com/2009/12/simple-integration-of-worldpay-button-within-an-html-page/</link>
		<comments>http://www.phatolive.com/2009/12/simple-integration-of-worldpay-button-within-an-html-page/#comments</comments>
		<pubDate>Wed, 16 Dec 2009 21:52:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[eCommerce]]></category>

		<guid isPermaLink="false">http://www.phatolive.com/?p=7</guid>
		<description><![CDATA[





&#60;!– The first line of code creates a form, which has the POST method and its action is to send the form to WorldPay.–&#62;
&#60;form action=&#34;https://select.worldpay.com/wcc/purchase&#34;  method=&#34;post&#34;&#62;&#60;!– Place your WorldPay Installation ID inside the  quotes after value= –&#62;
  &#60;input name=&#34;instId&#34; type=&#34;hidden&#34; value=&#34;Your installation ID&#34; /&#62;
&#60;!– Create a reference identifier for the item purchased [...]]]></description>
			<content:encoded><![CDATA[<p><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><br />
<html xmlns="http://www.w3.org/1999/xhtml"><br />
<head><br />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /></p>
<p></head></p>
<p><body></p>
<p>&lt;!– The first line of code creates a form, which has the POST method and its action is to send the form to WorldPay.–&gt;</p>
<p>&lt;form action=&quot;https://select.worldpay.com/wcc/purchase&quot;  method=&quot;post&quot;&gt;&lt;!– Place your WorldPay Installation ID inside the  quotes after value= –&gt;<br />
  <strong>&lt;input name=&quot;instId&quot; type=&quot;hidden&quot; value=&quot;Your installation ID&quot; /&gt;</strong></p>
<p>&lt;!– Create a reference identifier for the item purchased inside the quotes after value= –&gt;<br />
  <strong>&lt;input name=&quot;cartId&quot; type=&quot;hidden&quot; value=&quot;Your ID for the product&quot; /&gt;</strong></p>
<p>&lt;!– Place the cost of the item inside the quotes after value= –&gt;<br />
  <strong>&lt;input name=&quot;amount&quot; type=&quot;hidden&quot; value=&quot;The cost of the product &quot; /&gt;</strong></p>
<p>&lt;!– Place the code for the purchase currency inside the quotes after value= –&gt;<br />
  <strong>&lt;input name=&quot;currency&quot; type=&quot;hidden&quot; value=&quot;currency code e.g. GBP, USD&quot; /&gt;</strong></p>
<p>&lt;!– This line creates the WorlPay button. You can name it as you wish. –&gt;<br />
  <strong>&lt;input type=&quot;submit&quot; value=&quot; Buy This &quot; /&gt;</strong></p>
<p>&lt;/form&gt;</p>
<p></body><br />
</html></p>
]]></content:encoded>
			<wfw:commentRss>http://www.phatolive.com/2009/12/simple-integration-of-worldpay-button-within-an-html-page/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Javascript Code for scrolling text in Page Title!</title>
		<link>http://www.phatolive.com/2009/12/javascript-code-for-scrolling-text-in-page-title/</link>
		<comments>http://www.phatolive.com/2009/12/javascript-code-for-scrolling-text-in-page-title/#comments</comments>
		<pubDate>Wed, 16 Dec 2009 21:49:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[eCommerce]]></category>

		<guid isPermaLink="false">http://www.phatolive.com/?p=5</guid>
		<description><![CDATA[





&#60;head&#62;
  &#60;script language=&#34;javascript&#34;&#62;
  var msg = &#34; bla bla bla bla &#34;;
  var pos = 0;
  var spacer = &#34; … &#34;;
  var time_length = 100;
  function ScrollTitle()
  {
  document.title = msg.substring(pos, msg.length) + spacer + msg.substring(0, pos);
  pos++;
  if (pos &#62; msg.length) pos=0;
  [...]]]></description>
			<content:encoded><![CDATA[<p><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><br />
<html xmlns="http://www.w3.org/1999/xhtml"><br />
<head><br />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /></p>
<p></head></p>
<p><body></p>
<p>&lt;head&gt;<br />
  &lt;script language=&quot;javascript&quot;&gt;<br />
  var msg = &quot; bla bla bla bla &quot;;<br />
  var pos = 0;<br />
  var spacer = &quot; … &quot;;<br />
  var time_length = 100;<br />
  function ScrollTitle()<br />
  {<br />
  document.title = msg.substring(pos, msg.length) + spacer + msg.substring(0, pos);<br />
  pos++;<br />
  if (pos &gt; msg.length) pos=0;<br />
  window.setTimeout(&quot;ScrollTitle()&quot;,time_length);<br />
  }<br />
  ScrollTitle();<br />
  &lt;/script&gt;</p>
</p>
<p>&lt;script src=&quot;Scripts/AC_RunActiveContent.js&quot; type=&quot;text/javascript&quot;&gt;&lt;/script&gt;<br />
  &lt;/head&gt;</p>
<p></body><br />
</html></p>
]]></content:encoded>
			<wfw:commentRss>http://www.phatolive.com/2009/12/javascript-code-for-scrolling-text-in-page-title/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
