<?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>Web Design Philippines &#124; MikeWagan.net &#187; Prestashop</title>
	<atom:link href="http://www.mikewagan.net/category/prestashop/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mikewagan.net</link>
	<description>Web Design, Life, and Everything in Between</description>
	<lastBuildDate>Sat, 10 Jul 2010 06:15:16 +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>Working Paypal Module for Prestashop</title>
		<link>http://www.mikewagan.net/2009/10/working-paypal-module-for-prestashop/</link>
		<comments>http://www.mikewagan.net/2009/10/working-paypal-module-for-prestashop/#comments</comments>
		<pubDate>Wed, 28 Oct 2009 06:28:33 +0000</pubDate>
		<dc:creator>Mike Wagan</dc:creator>
				<category><![CDATA[Prestashop]]></category>
		<category><![CDATA[web development]]></category>

		<guid isPermaLink="false">http://www.mikewagan.net/?p=268</guid>
		<description><![CDATA[I just finished adding the Paypal payment option for our e-commerce site that uses Prestashop as the shopping cart application. I&#8217;m quite getting more comfortable configuring and editing the source code of Prestashop, but along with those modifications is the failure of the default Paypal payment module that came with the Prestashop code package to [...]


Related posts:<ol><li><a href='http://www.mikewagan.net/2009/07/prestashop-remove-default-shipping-fee-being-added-to-total-price-at-shopping-cart/' rel='bookmark' title='Permanent Link: Prestashop: Remove Default Shipping Fee Being Added To Total Price at Shopping Cart'>Prestashop: Remove Default Shipping Fee Being Added To Total Price at Shopping Cart</a> <small>If you&#8217;ve been developing e-commerce websites with Prestashop, one main problem that has not been solved in the latest release...</small></li><li><a href='http://www.mikewagan.net/2009/06/working-from-home-but/' rel='bookmark' title='Permanent Link: Working From Home? But&#8230;'>Working From Home? But&#8230;</a> <small>I don&#8217;t know if others can relate, but some people (like family members, perhaps) have &#8220;stereotyped&#8221; college grads to be...</small></li><li><a href='http://www.mikewagan.net/2008/10/how-to-repair-corrupted-mysql-tables-in-linux/' rel='bookmark' title='Permanent Link: How To Repair Corrupted MySQL Tables in Linux'>How To Repair Corrupted MySQL Tables in Linux</a> <small>I had this problem for days and can&#8217;t find a solution. What I had was .frm, .MYD and .MYI backup...</small></li></ol>]]></description>
			<content:encoded><![CDATA[<p>I just finished adding the Paypal payment option for our e-commerce site that uses Prestashop as the shopping cart application. I&#8217;m quite getting more comfortable configuring and editing the source code of Prestashop, but along with those modifications is the failure of the default Paypal payment module that came with the Prestashop code package to fail. <span id="more-268"></span>
<center>
<table><tr><td>
<script type="text/javascript"><!--
google_ad_client = "pub-4709798263732366";
/* 336x280, created 8/4/09 mikewagan.net */
google_ad_slot = "3873552827";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</td><td>
<script type="text/javascript"><!--
google_ad_client = "pub-4709798263732366";
/* 160x90, created 10/8/09 mikewagan.net */
google_ad_slot = "0020347340";
google_ad_width = 160;
google_ad_height = 90;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script><br />
<script type="text/javascript"><!--
google_ad_client = "pub-4709798263732366";
/* 160x90, created 10/8/09 mikewagan.net */
google_ad_slot = "0020347340";
google_ad_width = 160;
google_ad_height = 90;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></td></tr></table>
</center>
</p>
<p>I was having the error &#8220;cart empty&#8221; when it redirects to the Paypal&#8217;s site, I tried modifying the module files with no luck. I searched over the Prestashop forums on how to make the Paypal module work, or an alternative module for Paypal integration with Prestashop. Here are some solutions I tried:</p>
<ul>
<li>Changed the permissions on the Paypal module directory (/prestashop/modules/paypal) to 777 &#8211; did not work</li>
<li>Code modifications to the Paypal module, and even the sources of the Prestashop installation &#8211; did not work either</li>
</ul>
<p>Then I tried this modified Prestashop Paypal module <a href="http://www.ecartservice.net/08092008/beta-v2-paypal-module-prestashop/" target="_blank">here</a>, and surprisingly it worked like a charm! Here were the steps I did to install the working Paypal module for prestashop:</p>
<ul>
<li>Uninstalled the Paypal module from the Prestashop back office</li>
<li>Deleted the files inside the paypal module folder</li>
<li>Uploaded the modified module to the paypal folder</li>
<li>Installed the paypal module from the back office</li>
<li>Tried it out with some Paypal sandbox accounts</li>
<li>Done!</li>
</ul>
<p>We were using PSBill before for our transactions, but now it doesn&#8217;t allow Mastercard transactions anymore for businesses that do not have permits from Europe (not sure what country) so we had to use Paypal as a payment option.</p>
<p>Thanks to <span id="logo-text">eCartService.net for the great Paypal module! And also to the Prestashop community! I love open source!<br />
</span></p>


<p>Related posts:<ol><li><a href='http://www.mikewagan.net/2009/07/prestashop-remove-default-shipping-fee-being-added-to-total-price-at-shopping-cart/' rel='bookmark' title='Permanent Link: Prestashop: Remove Default Shipping Fee Being Added To Total Price at Shopping Cart'>Prestashop: Remove Default Shipping Fee Being Added To Total Price at Shopping Cart</a> <small>If you&#8217;ve been developing e-commerce websites with Prestashop, one main problem that has not been solved in the latest release...</small></li><li><a href='http://www.mikewagan.net/2009/06/working-from-home-but/' rel='bookmark' title='Permanent Link: Working From Home? But&#8230;'>Working From Home? But&#8230;</a> <small>I don&#8217;t know if others can relate, but some people (like family members, perhaps) have &#8220;stereotyped&#8221; college grads to be...</small></li><li><a href='http://www.mikewagan.net/2008/10/how-to-repair-corrupted-mysql-tables-in-linux/' rel='bookmark' title='Permanent Link: How To Repair Corrupted MySQL Tables in Linux'>How To Repair Corrupted MySQL Tables in Linux</a> <small>I had this problem for days and can&#8217;t find a solution. What I had was .frm, .MYD and .MYI backup...</small></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.mikewagan.net/2009/10/working-paypal-module-for-prestashop/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Prestashop: Remove Default Shipping Fee Being Added To Total Price at Shopping Cart</title>
		<link>http://www.mikewagan.net/2009/07/prestashop-remove-default-shipping-fee-being-added-to-total-price-at-shopping-cart/</link>
		<comments>http://www.mikewagan.net/2009/07/prestashop-remove-default-shipping-fee-being-added-to-total-price-at-shopping-cart/#comments</comments>
		<pubDate>Fri, 24 Jul 2009 09:32:35 +0000</pubDate>
		<dc:creator>Mike Wagan</dc:creator>
				<category><![CDATA[Prestashop]]></category>
		<category><![CDATA[prestashop hacks]]></category>
		<category><![CDATA[web development]]></category>

		<guid isPermaLink="false">http://www.mikewagan.net/?p=138</guid>
		<description><![CDATA[If you&#8217;ve been developing e-commerce websites with Prestashop, one main problem that has not been solved in the latest release (Prestashop 1.1) is that the default shipping is immediately added when checking out at the shopping cart. This poses a problem when there are more than one option for shipping methods, and their prices differ [...]


Related posts:<ol><li><a href='http://www.mikewagan.net/2009/10/working-paypal-module-for-prestashop/' rel='bookmark' title='Permanent Link: Working Paypal Module for Prestashop'>Working Paypal Module for Prestashop</a> <small>I just finished adding the Paypal payment option for our e-commerce site that uses Prestashop as the shopping cart application....</small></li><li><a href='http://www.mikewagan.net/2010/01/how-to-install-recompile-mcrypt-in-php-centos-vps/' rel='bookmark' title='Permanent Link: How to Install/Recompile MCRYPT in PHP (CentOS VPS)'>How to Install/Recompile MCRYPT in PHP (CentOS VPS)</a> <small>I&#8217;m starting to develop sites with the Interspire Shopping Cart system, which I think is totally way better than Prestashop....</small></li><li><a href='http://www.mikewagan.net/2010/03/create-multiple-step-forms-using-cck-fieldgroups-in-drupal/' rel='bookmark' title='Permanent Link: Create multiple-step forms using CCK Fieldgroups in Drupal'>Create multiple-step forms using CCK Fieldgroups in Drupal</a> <small>Lately I&#8217;ve been working on a Drupal project, and one aspect in our priority list is the user-friendliness for the...</small></li></ol>]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" title="prestashop" src="http://demo.opensourcecms.com/prestashop/img/logo.jpg" alt="" width="224" height="73" />If you&#8217;ve been developing e-commerce websites with Prestashop, one main problem that has not been solved in the latest release (Prestashop 1.1) is that the default shipping is immediately added when checking out at the shopping cart. This poses a problem when there are more than one option for shipping methods, and their prices differ from one another. Here is a very simple hack to prevent the default shipping fee from being added to the total price at the Shopping Cart summary page without the need to modify any code:<br />

<center>
<table><tr><td>
<script type="text/javascript"><!--
google_ad_client = "pub-4709798263732366";
/* 336x280, created 8/4/09 mikewagan.net */
google_ad_slot = "3873552827";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</td><td>
<script type="text/javascript"><!--
google_ad_client = "pub-4709798263732366";
/* 160x90, created 10/8/09 mikewagan.net */
google_ad_slot = "0020347340";
google_ad_width = 160;
google_ad_height = 90;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script><br />
<script type="text/javascript"><!--
google_ad_client = "pub-4709798263732366";
/* 160x90, created 10/8/09 mikewagan.net */
google_ad_slot = "0020347340";
google_ad_width = 160;
google_ad_height = 90;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></td></tr></table>
</center>
</p>
<ol>
<li><span id="more-138"></span>Log into your back office, then go to <strong>Shipping</strong> tab</li>
<li>Choose <strong>Carriers</strong> at the options below the tabs</li>
<li>Click <strong>Add New</strong></li>
<li>On the Company field, put a name (for this case we&#8217;ll use &#8220;Shipping Hack&#8221;), fill in the Transit time field, and make sure the Status is set to the green check, then click <strong>Save</strong>.</li>
<li>You should go back to the Carriers page. At the <strong>Carrier options</strong>, choose &#8220;Shipping Hack&#8221; (or whatever name you gave to the newly created carrier) as default carrier, and click <strong>Save</strong>.</li>
<li>Click again on the <strong>Shipping</strong> tab</li>
<li>At the <strong>Fees</strong> field, select &#8220;Shipping Hack&#8221;</li>
<li>At the <strong>Handling</strong> field, Set &#8220;Handling charges&#8221; and both &#8220;Free shipping starts at&#8221; fields to 0 (zero), then click <strong>Save</strong></li>
<li>Click <strong>Carriers</strong> again</li>
<li>Click on &#8220;Shipping Hack&#8221; and set the <strong>Status</strong> to the red X, then <strong>Save</strong></li>
<li>Once you go back again to the <strong>Carriers</strong> page remember NOT TO click <strong>Save</strong> again on the Carrier options field</li>
</ol>
<p>If you do this correctly, no shipping price would be added to the Shopping Cart Summary page in Prestashop until the customer chooses a carrier at the Shipping stage of payment.</p>


<p>Related posts:<ol><li><a href='http://www.mikewagan.net/2009/10/working-paypal-module-for-prestashop/' rel='bookmark' title='Permanent Link: Working Paypal Module for Prestashop'>Working Paypal Module for Prestashop</a> <small>I just finished adding the Paypal payment option for our e-commerce site that uses Prestashop as the shopping cart application....</small></li><li><a href='http://www.mikewagan.net/2010/01/how-to-install-recompile-mcrypt-in-php-centos-vps/' rel='bookmark' title='Permanent Link: How to Install/Recompile MCRYPT in PHP (CentOS VPS)'>How to Install/Recompile MCRYPT in PHP (CentOS VPS)</a> <small>I&#8217;m starting to develop sites with the Interspire Shopping Cart system, which I think is totally way better than Prestashop....</small></li><li><a href='http://www.mikewagan.net/2010/03/create-multiple-step-forms-using-cck-fieldgroups-in-drupal/' rel='bookmark' title='Permanent Link: Create multiple-step forms using CCK Fieldgroups in Drupal'>Create multiple-step forms using CCK Fieldgroups in Drupal</a> <small>Lately I&#8217;ve been working on a Drupal project, and one aspect in our priority list is the user-friendliness for the...</small></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.mikewagan.net/2009/07/prestashop-remove-default-shipping-fee-being-added-to-total-price-at-shopping-cart/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
