<?xml version="1.0"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Forum posts to 'E-Commerce Module'</title>
		<link>http://www.silverstripe.org/e-commerce-module-forum/rss</link>
		<atom:link href="http://www.silverstripe.org/e-commerce-module-forum/rss" rel="self" type="application/rss+xml" />
		<description></description>

		
		<item>
			<title>Grandchild products</title>
			<link>http://www.silverstripe.org/e-commerce-module-forum/show/281200#post281200</link>
			<description>&lt;p&gt;Hey&lt;/p&gt;&lt;p&gt;Trying to get products in a nested product group to appear in the grandparent product group. Featured products sticks the items everywhere, when i want to limit it to a certain group.&lt;/p&gt;&lt;p&gt;Could anyone point me in the right direction? I'm a bit stuck and probably missing the obvious.&lt;/p&gt;&lt;p&gt;Thanks&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Grandchild products &lt;a href=&quot;http://www.silverstripe.org/e-commerce-module-forum/show/281200#post281200&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/e-commerce-module-forum/show/281200#post281200&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Fri, 19 Mar 2010 08:02:54 +1300</pubDate>
			<dc:creator>fvt</dc:creator>
			<guid>http://www.silverstripe.org/e-commerce-module-forum/show/281200#post281200</guid>
		</item>
		
		<item>
			<title>Re: Get Rid of Use Billing/Shipping Address Button</title>
			<link>http://www.silverstripe.org/e-commerce-module-forum/show/263198?start=0#post281189</link>
			<description>&lt;p&gt;Here you go mate I just solve this.&lt;br /&gt;&lt;a href=&quot;http://www.silverstripe.org/e-commerce-module-forum/show/269553?start=8#post281187&quot;&gt;http://www.silverstripe.org/e-commerce-module-forum/show/269553?start=8#post281187&lt;/a&gt;&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Get Rid of Use Billing/Shipping Address Button &lt;a href=&quot;http://www.silverstripe.org/e-commerce-module-forum/show/263198?start=0#post281189&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/e-commerce-module-forum/reply/263198?start=0#post281189&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Fri, 19 Mar 2010 04:11:57 +1300</pubDate>
			<dc:creator>imsas</dc:creator>
			<guid>http://www.silverstripe.org/e-commerce-module-forum/show/263198?start=0#post281189</guid>
		</item>
		
		<item>
			<title>Re: Cannot click on Change Country without checking T&amp;Cs</title>
			<link>http://www.silverstripe.org/e-commerce-module-forum/show/269553?start=8#post281187</link>
			<description>&lt;p&gt;Hey guys,&lt;/p&gt;&lt;p&gt;I see you have same problem  &lt;img src='http://www.silverstripe.org/sapphire/images/smilies/smile.gif'&gt;  I solve this.&lt;/p&gt;&lt;p&gt;First need decorate form class, to effect validators. In ecommerce its all good, but form does not have Processing() function and beforeProcessing() never was in touch.&lt;/p&gt;&lt;p&gt;Soliution (ecommerce OrderForm.php line: ~112):&lt;br /&gt;1. Replace &quot;function beforeProcessing()&quot; =&amp;gt;  &quot;function validate()&quot;&lt;br /&gt;2. Replace &quot;return parent::beforeProcessing()&quot; =&amp;gt;  &quot;return parent::validate()&quot;&lt;/p&gt;&lt;p&gt;&lt;div class=&quot;codesnippet&quot;&gt;&lt;p&gt;function validate() {&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;if(isset($_REQUEST['action_useDifferentShippingAddress']) || isset($_REQUEST['action_useMemberShippingAddress'])){&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;return true;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;else return parent::validate();&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;/p&gt;&lt;/div&gt;&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Cannot click on Change Country without checking T&amp;Cs &lt;a href=&quot;http://www.silverstripe.org/e-commerce-module-forum/show/269553?start=8#post281187&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/e-commerce-module-forum/reply/269553?start=8#post281187&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Fri, 19 Mar 2010 04:07:02 +1300</pubDate>
			<dc:creator>imsas</dc:creator>
			<guid>http://www.silverstripe.org/e-commerce-module-forum/show/269553?start=8#post281187</guid>
		</item>
		
		<item>
			<title>Re: E-Commerce 0.6 beta 1 released</title>
			<link>http://www.silverstripe.org/e-commerce-module-forum/show/262686?start=96#post281178</link>
			<description>&lt;p&gt;Here is the full error: &lt;/p&gt;&lt;p&gt;[User Error] Couldn't run query: SELECT `hasShippingCost` FROM `Order` WHERE `ID` = '1' Unknown column 'hasShippingCost' in 'field list'&lt;br /&gt;GET /dev/build&lt;/p&gt;&lt;p&gt;Line 401 in /home/wwdncouk/public_html/sapphire/core/model/MySQLDatabase.php&lt;br /&gt;Source&lt;/p&gt;&lt;p&gt;392 &amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;br /&gt;393 &amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;br /&gt;394 &amp;nbsp;&amp;nbsp;&amp;nbsp;function databaseError($msg, $errorLevel = E_USER_ERROR) {&lt;br /&gt;395 &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;// try to extract and format query&lt;br /&gt;396 &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;if(preg_match('/Couldn\'t run query: ([^\|]*)\|\s*(.*)/', $msg, $matches)) {&lt;br /&gt;397 &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;$formatter = new SQLFormatter();&lt;br /&gt;398 &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;$msg = &quot;Couldn't run query: \n&quot; . $formatter-&amp;gt;formatPlain($matches[1]) . &quot;\n\n&quot; . $matches[2];&lt;br /&gt;399 &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;br /&gt;400 &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;br /&gt;401 &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;user_error($msg, $errorLevel);&lt;br /&gt;402 &amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;br /&gt;403 }&lt;br /&gt;404 &lt;br /&gt;405 /**&lt;br /&gt;406  * A result-set from a MySQL database.&lt;br /&gt;407  * @package sapphire&lt;/p&gt;&lt;p&gt;Trace&lt;/p&gt;&lt;p&gt;    * Couldn't run query: SELECT `hasShippingCost` FROM `Order` WHERE `ID` = '1' Unknown column 'hasShippingCost' in 'field list'&lt;br /&gt;      Line 401 of MySQLDatabase.php&lt;br /&gt;    * MySQLDatabase-&amp;gt;databaseError(Couldn't run query: SELECT `hasShippingCost` FROM `Order` WHERE `ID` = '1' | Unknown column 'hasShippingCost' in 'field list',256)&lt;br /&gt;      Line 102 of MySQLDatabase.php&lt;br /&gt;    * MySQLDatabase-&amp;gt;query(SELECT `hasShippingCost` FROM `Order` WHERE `ID` = '1',256)&lt;br /&gt;      Line 120 of DB.php&lt;br /&gt;    * DB::query(SELECT `hasShippingCost` FROM `Order` WHERE `ID` = '1')&lt;br /&gt;      Line 694 of Order.php&lt;br /&gt;    * Order-&amp;gt;requireDefaultRecords()&lt;br /&gt;      Line 212 of DatabaseAdmin.php&lt;br /&gt;    * DatabaseAdmin-&amp;gt;doBuild(,1)&lt;br /&gt;      Line 98 of DatabaseAdmin.php&lt;br /&gt;    * DatabaseAdmin-&amp;gt;build()&lt;br /&gt;      Line 136 of DevelopmentAdmin.php&lt;br /&gt;    * DevelopmentAdmin-&amp;gt;build(HTTPRequest)&lt;br /&gt;      Line 129 of RequestHandler.php&lt;br /&gt;    * RequestHandler-&amp;gt;handleRequest(HTTPRequest)&lt;br /&gt;      Line 119 of Controller.php&lt;br /&gt;    * Controller-&amp;gt;handleRequest(HTTPRequest)&lt;br /&gt;      Line 280 of Director.php&lt;br /&gt;    * Director::handleRequest(HTTPRequest,Session)&lt;br /&gt;      Line 121 of Director.php&lt;br /&gt;    * Director::direct(/dev/build)&lt;br /&gt;      Line 118 of main.php&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: E-Commerce 0.6 beta 1 released &lt;a href=&quot;http://www.silverstripe.org/e-commerce-module-forum/show/262686?start=96#post281178&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/e-commerce-module-forum/reply/262686?start=96#post281178&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Fri, 19 Mar 2010 02:44:12 +1300</pubDate>
			<dc:creator>eskimo</dc:creator>
			<guid>http://www.silverstripe.org/e-commerce-module-forum/show/262686?start=96#post281178</guid>
		</item>
		
		<item>
			<title>Re: E-Commerce 0.6 beta 1 released</title>
			<link>http://www.silverstripe.org/e-commerce-module-forum/show/262686?start=96#post281153</link>
			<description>&lt;p&gt;I realised that error was useless - here is the actual error: &lt;/p&gt;&lt;p&gt;User Error] Couldn't run query: SELECT `hasShippingCost` FROM `Order` WHERE `ID` = '1' Unknown column 'hasShippingCost' in 'field list'&lt;br /&gt;GET /dev/build&lt;/p&gt;&lt;p&gt;Line 401 in /home/wwdncouk/public_html/sapphire/core/model/MySQLDatabase.php&lt;/p&gt;&lt;p&gt;Anyone come accross this before ?&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: E-Commerce 0.6 beta 1 released &lt;a href=&quot;http://www.silverstripe.org/e-commerce-module-forum/show/262686?start=96#post281153&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/e-commerce-module-forum/reply/262686?start=96#post281153&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Thu, 18 Mar 2010 12:15:13 +1300</pubDate>
			<dc:creator>eskimo</dc:creator>
			<guid>http://www.silverstripe.org/e-commerce-module-forum/show/262686?start=96#post281153</guid>
		</item>
		
		<item>
			<title>Re: Some basic questions...</title>
			<link>http://www.silverstripe.org/e-commerce-module-forum/show/281086?start=0#post281126</link>
			<description>&lt;p&gt;Have you tried 0.6v?&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Some basic questions... &lt;a href=&quot;http://www.silverstripe.org/e-commerce-module-forum/show/281086?start=0#post281126&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/e-commerce-module-forum/reply/281086?start=0#post281126&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Thu, 18 Mar 2010 04:45:00 +1300</pubDate>
			<dc:creator>biapar</dc:creator>
			<guid>http://www.silverstripe.org/e-commerce-module-forum/show/281086?start=0#post281126</guid>
		</item>
		
		<item>
			<title>Re: E-Commerce 0.6 beta 1 released</title>
			<link>http://www.silverstripe.org/e-commerce-module-forum/show/262686?start=96#post281091</link>
			<description>&lt;p&gt;Tried to re-install and when running /dev/build its gets as far as: &lt;/p&gt;&lt;p&gt;Creating database records&lt;br /&gt;# TrackBackPing&lt;br /&gt;# PageComment&lt;br /&gt;# Order&lt;br /&gt;Website Error&lt;br /&gt;There has been an error&lt;/p&gt;&lt;p&gt;The website server has not been able to respond to your request.&lt;/p&gt;&lt;p&gt;Any ideas?&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: E-Commerce 0.6 beta 1 released &lt;a href=&quot;http://www.silverstripe.org/e-commerce-module-forum/show/262686?start=96#post281091&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/e-commerce-module-forum/reply/262686?start=96#post281091&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Wed, 17 Mar 2010 10:27:56 +1300</pubDate>
			<dc:creator>eskimo</dc:creator>
			<guid>http://www.silverstripe.org/e-commerce-module-forum/show/262686?start=96#post281091</guid>
		</item>
		
		<item>
			<title>Some basic questions...</title>
			<link>http://www.silverstripe.org/e-commerce-module-forum/show/281086#post281086</link>
			<description>&lt;p&gt;Hi there,&lt;br /&gt;             I am just starting to implement the ecommerce module and have a few questions/issues that I would greatly appreciate help with. I am using SS 2.3.6 and have downloaded the latest ecommerce module 0.5.4.&lt;/p&gt;&lt;p&gt;The module has loaded and I can add products etc however I understand there should be a 'Reports' tab at the top of the CMS which in mine there is not. Have I loaded something incorrectly? Or missed something out?&lt;/p&gt;&lt;p&gt;Also in the front end the product names are not showing in the 'cart' or during checkout, which I have looked into briefly but thought if the module has not loaded properly in the CMS then it is likely there are a few things missing for the front end too.&lt;/p&gt;&lt;p&gt;If anyone can help or point me in the right direction it would be much appreciated.&lt;/p&gt;&lt;p&gt;JK.&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Some basic questions... &lt;a href=&quot;http://www.silverstripe.org/e-commerce-module-forum/show/281086#post281086&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/e-commerce-module-forum/show/281086#post281086&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Wed, 17 Mar 2010 09:39:00 +1300</pubDate>
			<dc:creator>jay_kay</dc:creator>
			<guid>http://www.silverstripe.org/e-commerce-module-forum/show/281086#post281086</guid>
		</item>
		
		<item>
			<title>Re: Translations and e-commerce</title>
			<link>http://www.silverstripe.org/e-commerce-module-forum/show/280127?start=0#post280928</link>
			<description>&lt;p&gt;hi&lt;br /&gt;im facing the same problem.&lt;br /&gt;i guess its a bug in the templates, because the includes wont catch the right translation.&lt;br /&gt;just the translations for the parentpage do grip.&lt;/p&gt;&lt;p&gt;so namespaces should be used:&lt;/p&gt;&lt;p&gt;f.e. in the OrderInformation_Editable.ss&lt;br /&gt;it should state for line 1:&lt;br /&gt;&amp;lt;h3 class=&quot;orderInfo&quot;&amp;gt;&amp;lt;% _t(&quot;OrderInformation_Editable.ss.ORDERINFORMATION&quot;,&quot;Order Information&quot;) %&amp;gt;&amp;lt;/h3&amp;gt;&lt;/p&gt;&lt;p&gt;and not just:&lt;br /&gt;&amp;lt;h3 class=&quot;orderInfo&quot;&amp;gt;&amp;lt;% _t(&quot;ORDERINFORMATION&quot;,&quot;Order Information&quot;) %&amp;gt;&amp;lt;/h3&amp;gt;&lt;/p&gt;&lt;p&gt;but im not sure, maybe somebody more experienced can confirm this?&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Translations and e-commerce &lt;a href=&quot;http://www.silverstripe.org/e-commerce-module-forum/show/280127?start=0#post280928&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/e-commerce-module-forum/reply/280127?start=0#post280928&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Mon, 15 Mar 2010 06:54:23 +1300</pubDate>
			<dc:creator>ivo</dc:creator>
			<guid>http://www.silverstripe.org/e-commerce-module-forum/show/280127?start=0#post280928</guid>
		</item>
		
		<item>
			<title>Re: error loading reports?!</title>
			<link>http://www.silverstripe.org/e-commerce-module-forum/show/277721?start=0#post280768</link>
			<description>&lt;p&gt;Did you manage to solve this? I getting exactly the same thing.&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: error loading reports?! &lt;a href=&quot;http://www.silverstripe.org/e-commerce-module-forum/show/277721?start=0#post280768&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/e-commerce-module-forum/reply/277721?start=0#post280768&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Fri, 12 Mar 2010 10:08:25 +1300</pubDate>
			<dc:creator>eskimo</dc:creator>
			<guid>http://www.silverstripe.org/e-commerce-module-forum/show/277721?start=0#post280768</guid>
		</item>
		
		<item>
			<title>Simple Shipping Modifier in PayPal </title>
			<link>http://www.silverstripe.org/e-commerce-module-forum/show/280759#post280759</link>
			<description>&lt;p&gt;Has anyone noticed that the shipping is part of the transaction right up to the point it gets sent to PayPal where it then disappears and just the basket items are part of the total. &lt;/p&gt;&lt;p&gt;Any ideas? &lt;/p&gt;&lt;p&gt;Has anyone had any real sucess with the ecommerce module at all in the UK? If so any recommendations on a payment provider than can work sucessfully with it? &lt;/p&gt;&lt;p&gt;Cheers&lt;/p&gt;&lt;p&gt;Shaun&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Simple Shipping Modifier in PayPal  &lt;a href=&quot;http://www.silverstripe.org/e-commerce-module-forum/show/280759#post280759&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/e-commerce-module-forum/show/280759#post280759&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Fri, 12 Mar 2010 09:13:00 +1300</pubDate>
			<dc:creator>eskimo</dc:creator>
			<guid>http://www.silverstripe.org/e-commerce-module-forum/show/280759#post280759</guid>
		</item>
		
		<item>
			<title>Re: Use Shipping Address Issue</title>
			<link>http://www.silverstripe.org/e-commerce-module-forum/show/271045?start=0#post280705</link>
			<description>&lt;p&gt;Hey guys,&lt;/p&gt;&lt;p&gt;I've been working on an eCommerce site and i got round this by overriding the validate() method in OrderForm.php.&lt;/p&gt;&lt;p&gt;I copied the method, and replaed the first if condition with:&lt;/p&gt;&lt;p&gt;&lt;div class=&quot;codesnippet&quot;&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;if($this-&amp;gt;validator &amp;amp;&amp;amp; !isset($_REQUEST['action_useDifferentShippingAddress']) &amp;amp;&amp;amp; !isset($_REQUEST['action_useMemberShippingAddress'])){&lt;/p&gt;&lt;/div&gt;&lt;/p&gt;&lt;p&gt;Hope that helps you guys.&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Use Shipping Address Issue &lt;a href=&quot;http://www.silverstripe.org/e-commerce-module-forum/show/271045?start=0#post280705&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/e-commerce-module-forum/reply/271045?start=0#post280705&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Thu, 11 Mar 2010 23:33:25 +1300</pubDate>
			<dc:creator>Pigeon</dc:creator>
			<guid>http://www.silverstripe.org/e-commerce-module-forum/show/271045?start=0#post280705</guid>
		</item>
		
		<item>
			<title>Car Dealer Site</title>
			<link>http://www.silverstripe.org/e-commerce-module-forum/show/280683#post280683</link>
			<description>&lt;p&gt;HIya People.&lt;/p&gt;&lt;p&gt;I have just found this website via google.&lt;/p&gt;&lt;p&gt;I need to make a very simple car dealer website for my self. &lt;/p&gt;&lt;p&gt;Has anyone else managed this? I have silverstripe installed, but is there a template for a car dealer as i dont know how to edit files!&lt;/p&gt;&lt;p&gt;Hope someone can help me,&lt;/p&gt;&lt;p&gt;Kindest Regards,&lt;/p&gt;&lt;p&gt;Andy Ferriby&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Car Dealer Site &lt;a href=&quot;http://www.silverstripe.org/e-commerce-module-forum/show/280683#post280683&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/e-commerce-module-forum/show/280683#post280683&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Thu, 11 Mar 2010 13:22:43 +1300</pubDate>
			<dc:creator>andyferriby</dc:creator>
			<guid>http://www.silverstripe.org/e-commerce-module-forum/show/280683#post280683</guid>
		</item>
		
		<item>
			<title>Re: E-Commerce 0.6 beta 1 released</title>
			<link>http://www.silverstripe.org/e-commerce-module-forum/show/262686?start=88#post280682</link>
			<description>&lt;p&gt;I use Paymate, not sure it'll do UK banks though.&lt;/p&gt;&lt;p&gt;Are your templates and other pages all saved as UTF-8? when the encoding is off that's when you get the diamonds etc.&lt;/p&gt;&lt;p&gt;Rich&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: E-Commerce 0.6 beta 1 released &lt;a href=&quot;http://www.silverstripe.org/e-commerce-module-forum/show/262686?start=88#post280682&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/e-commerce-module-forum/reply/262686?start=88#post280682&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Thu, 11 Mar 2010 13:17:54 +1300</pubDate>
			<dc:creator>sicp</dc:creator>
			<guid>http://www.silverstripe.org/e-commerce-module-forum/show/262686?start=88#post280682</guid>
		</item>
		
		<item>
			<title>Re: E-Commerce 0.6 beta 1 released</title>
			<link>http://www.silverstripe.org/e-commerce-module-forum/show/262686?start=88#post280681</link>
			<description>&lt;p&gt;Nope that didn't work - just get a lot of ? in diamonds. &lt;/p&gt;&lt;p&gt;Which payment provider do you use? PayPal is driving me nuts.&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: E-Commerce 0.6 beta 1 released &lt;a href=&quot;http://www.silverstripe.org/e-commerce-module-forum/show/262686?start=88#post280681&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/e-commerce-module-forum/reply/262686?start=88#post280681&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Thu, 11 Mar 2010 13:06:57 +1300</pubDate>
			<dc:creator>eskimo</dc:creator>
			<guid>http://www.silverstripe.org/e-commerce-module-forum/show/262686?start=88#post280681</guid>
		</item>
		
		<item>
			<title>Re: E-Commerce 0.6 beta 1 released</title>
			<link>http://www.silverstripe.org/e-commerce-module-forum/show/262686?start=88#post280680</link>
			<description>&lt;p&gt;yep, it tries to encode the ampersand!&lt;br /&gt;try this in your config instead:&lt;br /&gt;Currency::setCurrencySymbol(&quot;£&quot;);&lt;/p&gt;&lt;p&gt;works when I tested it, perhaps not ideal but it works.&lt;/p&gt;&lt;p&gt;Don't use PayPal so can't help there sorry.&lt;/p&gt;&lt;p&gt;Cheers,&lt;/p&gt;&lt;p&gt;Rich&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: E-Commerce 0.6 beta 1 released &lt;a href=&quot;http://www.silverstripe.org/e-commerce-module-forum/show/262686?start=88#post280680&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/e-commerce-module-forum/reply/262686?start=88#post280680&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Thu, 11 Mar 2010 12:57:09 +1300</pubDate>
			<dc:creator>sicp</dc:creator>
			<guid>http://www.silverstripe.org/e-commerce-module-forum/show/262686?start=88#post280680</guid>
		</item>
		
		<item>
			<title>Re: E-Commerce 0.6 beta 1 released</title>
			<link>http://www.silverstripe.org/e-commerce-module-forum/show/262686?start=88#post280679</link>
			<description>&lt;p&gt;I've done that and now it displays as:&quot; &amp;amp;pound; &quot; Which I think is nearly there. &lt;/p&gt;&lt;p&gt;Also - I've added a Shipping Modifier and it works completely up to the point of going to PayPal - anyone know what that is? &lt;/p&gt;&lt;p&gt;Cheers for all the help&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: E-Commerce 0.6 beta 1 released &lt;a href=&quot;http://www.silverstripe.org/e-commerce-module-forum/show/262686?start=88#post280679&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/e-commerce-module-forum/reply/262686?start=88#post280679&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Thu, 11 Mar 2010 12:43:18 +1300</pubDate>
			<dc:creator>eskimo</dc:creator>
			<guid>http://www.silverstripe.org/e-commerce-module-forum/show/262686?start=88#post280679</guid>
		</item>
		
		<item>
			<title>Re: E-Commerce 0.6 beta 1 released</title>
			<link>http://www.silverstripe.org/e-commerce-module-forum/show/262686?start=88#post280657</link>
			<description>&lt;p&gt;my bad.&lt;/p&gt;&lt;p&gt;I assumed there would be a get method as well as the set method, I discovered this yesterday.&lt;/p&gt;&lt;p&gt;change the code in orderform.php to:&lt;div class=&quot;codesnippet&quot;&gt;&lt;p&gt;$total = new Currency('Amount');&lt;br /&gt;$total-&amp;gt;setValue($currentOrder-&amp;gt;Total());&lt;br /&gt;$paymentFields = Payment::combined_form_fields($total-&amp;gt;Nice().&quot; &quot;.$currentOrder-&amp;gt;Currency(), $currentOrder-&amp;gt;Total());&lt;/p&gt;&lt;/div&gt;&lt;br /&gt;watch out for the line wrap on that last line&lt;/p&gt;&lt;p&gt;If you don't want GBP showing try removing:&lt;br /&gt; .&quot; &quot;.$currentOrder-&amp;gt;Currency()&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: E-Commerce 0.6 beta 1 released &lt;a href=&quot;http://www.silverstripe.org/e-commerce-module-forum/show/262686?start=88#post280657&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/e-commerce-module-forum/reply/262686?start=88#post280657&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Thu, 11 Mar 2010 09:11:31 +1300</pubDate>
			<dc:creator>sicp</dc:creator>
			<guid>http://www.silverstripe.org/e-commerce-module-forum/show/262686?start=88#post280657</guid>
		</item>
		
		<item>
			<title>Re: E-Commerce 0.6 beta 1 released</title>
			<link>http://www.silverstripe.org/e-commerce-module-forum/show/262686?start=88#post280637</link>
			<description>&lt;p&gt;Also how do you set up the page PayPal redirects to? It is currently going to &quot;Paypal/complete/&quot; Which doesn't exist. Any ideas ?&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: E-Commerce 0.6 beta 1 released &lt;a href=&quot;http://www.silverstripe.org/e-commerce-module-forum/show/262686?start=88#post280637&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/e-commerce-module-forum/reply/262686?start=88#post280637&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Thu, 11 Mar 2010 06:19:51 +1300</pubDate>
			<dc:creator>eskimo</dc:creator>
			<guid>http://www.silverstripe.org/e-commerce-module-forum/show/262686?start=88#post280637</guid>
		</item>
		
		<item>
			<title>Re: E-Commerce 0.6 beta 1 released</title>
			<link>http://www.silverstripe.org/e-commerce-module-forum/show/262686?start=88#post280632</link>
			<description>&lt;p&gt;That is there, but I'm still getting the error message: &lt;/p&gt;&lt;p&gt;&quot;Fatal error: Call to undefined method Currency::getcurrencysymbol() in /home/wwdncouk/public_html/ecommerce/code/forms/OrderForm.php on line 70&quot;&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: E-Commerce 0.6 beta 1 released &lt;a href=&quot;http://www.silverstripe.org/e-commerce-module-forum/show/262686?start=88#post280632&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/e-commerce-module-forum/reply/262686?start=88#post280632&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Thu, 11 Mar 2010 05:45:22 +1300</pubDate>
			<dc:creator>eskimo</dc:creator>
			<guid>http://www.silverstripe.org/e-commerce-module-forum/show/262686?start=88#post280632</guid>
		</item>
		
		<item>
			<title>Re: Order Modifiers buggy?</title>
			<link>http://www.silverstripe.org/e-commerce-module-forum/show/279758?start=0#post280627</link>
			<description>&lt;p&gt;We are going to use Avactis (standalone, not hosted). I didn't chose it, but it looks promising. I start on that tomorrow, so we'll see...&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Order Modifiers buggy? &lt;a href=&quot;http://www.silverstripe.org/e-commerce-module-forum/show/279758?start=0#post280627&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/e-commerce-module-forum/reply/279758?start=0#post280627&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Thu, 11 Mar 2010 04:04:31 +1300</pubDate>
			<dc:creator>dbenton</dc:creator>
			<guid>http://www.silverstripe.org/e-commerce-module-forum/show/279758?start=0#post280627</guid>
		</item>
		
		<item>
			<title>Re: E-Commerce 0.6 beta 1 released</title>
			<link>http://www.silverstripe.org/e-commerce-module-forum/show/262686?start=88#post280625</link>
			<description>&lt;p&gt;Hi,&lt;/p&gt;&lt;p&gt;add this in your mysite/_config.php file:&lt;/p&gt;&lt;p&gt;&lt;div class=&quot;codesnippet&quot;&gt;&lt;p&gt;// Set the currency of the site to be in NZD (New Zealand Dollars).&lt;br /&gt;Payment::set_site_currency('GBP');&lt;br /&gt;Currency::setCurrencySymbol('&amp;amp;pound; ');&lt;/p&gt;&lt;/div&gt;&lt;/p&gt;&lt;p&gt;best regards&lt;br /&gt;digital punk&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: E-Commerce 0.6 beta 1 released &lt;a href=&quot;http://www.silverstripe.org/e-commerce-module-forum/show/262686?start=88#post280625&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/e-commerce-module-forum/reply/262686?start=88#post280625&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Thu, 11 Mar 2010 03:09:57 +1300</pubDate>
			<dc:creator>web.take.away</dc:creator>
			<guid>http://www.silverstripe.org/e-commerce-module-forum/show/262686?start=88#post280625</guid>
		</item>
		
		<item>
			<title>Re: E-Commerce 0.6 beta 1 released</title>
			<link>http://www.silverstripe.org/e-commerce-module-forum/show/262686?start=80#post280621</link>
			<description>&lt;p&gt;I'm afraid when I make this change on line 70 to look like:&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;$total = Currency::getCurrencySymbol()   . number_format($currentOrder-&amp;gt;Total(), 2);&lt;/p&gt;&lt;p&gt;I get the following error:&lt;/p&gt;&lt;p&gt;Fatal error: Call to undefined method Currency::getcurrencysymbol() in /home/wwdncouk/public_html/ecommerce/code/forms/OrderForm.php on line 70&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: E-Commerce 0.6 beta 1 released &lt;a href=&quot;http://www.silverstripe.org/e-commerce-module-forum/show/262686?start=80#post280621&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/e-commerce-module-forum/reply/262686?start=80#post280621&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Thu, 11 Mar 2010 02:18:38 +1300</pubDate>
			<dc:creator>eskimo</dc:creator>
			<guid>http://www.silverstripe.org/e-commerce-module-forum/show/262686?start=80#post280621</guid>
		</item>
		
		<item>
			<title>Re: Order Modifiers buggy?</title>
			<link>http://www.silverstripe.org/e-commerce-module-forum/show/279758?start=0#post280603</link>
			<description>&lt;p&gt;Understandable, SS ecommerce has been 90% ready for a couple of years now. What did you run with?&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Order Modifiers buggy? &lt;a href=&quot;http://www.silverstripe.org/e-commerce-module-forum/show/279758?start=0#post280603&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/e-commerce-module-forum/reply/279758?start=0#post280603&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Wed, 10 Mar 2010 19:54:11 +1300</pubDate>
			<dc:creator>kcd</dc:creator>
			<guid>http://www.silverstripe.org/e-commerce-module-forum/show/279758?start=0#post280603</guid>
		</item>
		
		<item>
			<title>Re: Order Modifiers buggy?</title>
			<link>http://www.silverstripe.org/e-commerce-module-forum/show/279758?start=0#post280581</link>
			<description>&lt;p&gt;Thanks for your help, kcd. I've been out of town (left shortly after my first post), and while I was away the client decided to replace the ecommerce module with something a little more mature (but not integrated into SS). I think it was the right decision for this project, but I hope to work with the SS ecommerce module again in the future.&lt;/p&gt;&lt;p&gt;Best,&lt;br /&gt;David&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Order Modifiers buggy? &lt;a href=&quot;http://www.silverstripe.org/e-commerce-module-forum/show/279758?start=0#post280581&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/e-commerce-module-forum/reply/279758?start=0#post280581&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Wed, 10 Mar 2010 11:37:31 +1300</pubDate>
			<dc:creator>dbenton</dc:creator>
			<guid>http://www.silverstripe.org/e-commerce-module-forum/show/279758?start=0#post280581</guid>
		</item>
		
		<item>
			<title>Ability to view orders made and send emails</title>
			<link>http://www.silverstripe.org/e-commerce-module-forum/show/280535#post280535</link>
			<description>&lt;p&gt;Hi everyone,&lt;/p&gt;&lt;p&gt;Im running silverstripe 2.3.3 and currently trying the ecommerce version 5.4 I've got the main functions running at this stage i can select a product and go to the check out and pay via paypal.&lt;/p&gt;&lt;p&gt;What i need is either to email me the order details or some how acccess the report tab in the cms  that doesnt show up on mine  &lt;img src='http://www.silverstripe.org/sapphire/images/smilies/sad.gif'&gt; &lt;/p&gt;&lt;p&gt;Any help would be much appreciated&lt;/p&gt;&lt;p&gt;Thanks, Chris&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Ability to view orders made and send emails &lt;a href=&quot;http://www.silverstripe.org/e-commerce-module-forum/show/280535#post280535&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/e-commerce-module-forum/show/280535#post280535&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Wed, 10 Mar 2010 02:21:12 +1300</pubDate>
			<dc:creator>vintagescooter</dc:creator>
			<guid>http://www.silverstripe.org/e-commerce-module-forum/show/280535#post280535</guid>
		</item>
		
		<item>
			<title>Re: ecommerce 0.6 breaks ss 2.3.6 site</title>
			<link>http://www.silverstripe.org/e-commerce-module-forum/show/279971?start=0#post280389</link>
			<description>&lt;p&gt;Hello,&lt;/p&gt;&lt;p&gt;                    That is good work but i think there is any silly  mistake that is why you are facing some problem. i will shown this coding to some experts so that they recognize it and find its solution then i will tell you about this.&lt;/p&gt;&lt;p&gt;thanks!!&lt;/p&gt;&lt;p&gt;______________&lt;br /&gt;&lt;a href=&quot;http://www.shopdownlite.com/full-size-comforters.php&quot;&gt;full size comforter&lt;/a&gt;&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: ecommerce 0.6 breaks ss 2.3.6 site &lt;a href=&quot;http://www.silverstripe.org/e-commerce-module-forum/show/279971?start=0#post280389&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/e-commerce-module-forum/reply/279971?start=0#post280389&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Sun, 07 Mar 2010 08:44:18 +1300</pubDate>
			<dc:creator>cronyoo</dc:creator>
			<guid>http://www.silverstripe.org/e-commerce-module-forum/show/279971?start=0#post280389</guid>
		</item>
		
		<item>
			<title>Re: Bookings system help needed</title>
			<link>http://www.silverstripe.org/e-commerce-module-forum/show/268476?start=8#post280365</link>
			<description>&lt;p&gt;Hi Rishi,&lt;/p&gt;&lt;p&gt;I have attached a zip with some example code.&lt;br /&gt;Basically you need to include a function in your Workshop_Controller, set the right link in Workshop.ss (see line 22), create the form and the templates for the form.&lt;br /&gt;Make sure to pass the right variables into the form (see line 35 in Forms.php). To get the whole variables passed, in dev mode you can include a&lt;/p&gt;&lt;p&gt;&lt;div class=&quot;codesnippet&quot;&gt;&lt;p&gt;Debug::show;&lt;/p&gt;&lt;/div&gt;&lt;/p&gt;&lt;p&gt;in the Forms.php to see all the variables, which are passed from your event.&lt;/p&gt;&lt;p&gt;Hope this gets you an idea.&lt;/p&gt;&lt;p&gt;mathiasmex&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Bookings system help needed &lt;a href=&quot;http://www.silverstripe.org/e-commerce-module-forum/show/268476?start=8#post280365&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/e-commerce-module-forum/reply/268476?start=8#post280365&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Sat, 06 Mar 2010 23:40:25 +1300</pubDate>
			<dc:creator>mathiasmex</dc:creator>
			<guid>http://www.silverstripe.org/e-commerce-module-forum/show/268476?start=8#post280365</guid>
		</item>
		
		<item>
			<title>Re: Bookings system help needed</title>
			<link>http://www.silverstripe.org/e-commerce-module-forum/show/268476?start=8#post280336</link>
			<description>&lt;p&gt;hello mathiasmex&lt;br /&gt;i have installed event manager and its working fine i need a registration form using which one can reggister for a particular,once register  the information can be seen in admin panel (last part is not tht imp) or is mailed to admin.&lt;br /&gt;If you can help me with  your code  it will br a great help.&lt;br /&gt;thank you in advance&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Bookings system help needed &lt;a href=&quot;http://www.silverstripe.org/e-commerce-module-forum/show/268476?start=8#post280336&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/e-commerce-module-forum/reply/268476?start=8#post280336&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Sat, 06 Mar 2010 07:13:40 +1300</pubDate>
			<dc:creator>Rishi</dc:creator>
			<guid>http://www.silverstripe.org/e-commerce-module-forum/show/268476?start=8#post280336</guid>
		</item>
		
		<item>
			<title>Create Your Own Web Store - Sell Your Product and Service Online </title>
			<link>http://www.silverstripe.org/e-commerce-module-forum/show/280298#post280298</link>
			<description>&lt;p&gt;iHost provding full featured web store service with following benefits. &lt;/p&gt;&lt;p&gt;*Complete e-Commerce Site!&lt;br /&gt;*No software to install&lt;br /&gt;*Simply add your products&lt;br /&gt;*Easy to use order manager&lt;br /&gt;&quot;Add To Cart&quot; checkout experience&lt;br /&gt;*Integrated marketing tools &amp;amp; statistics&lt;br /&gt;*Shipping Methods - FedEx, UPS &amp;amp; USPS&lt;br /&gt;*Accept Payments - Credit, Debit &amp;amp; PayPal&lt;/p&gt;&lt;p&gt;Features &lt;br /&gt;Personalize your Web store using the wide range of tools we provide you with Choose from many stylish themes, &lt;/p&gt;&lt;p&gt;add custom content, and much more...Upload your own graphics and store logo&lt;/p&gt;&lt;p&gt;*Add custom pages, such as a link page&lt;br /&gt;*Insert HTML code or flash movies&lt;br /&gt;*Electronic download support for product type and/or for additional information&lt;br /&gt;*Design your Web store's look and feel, quickly and easily, by selecting one of our skins&lt;br /&gt;*Choose settings that correspond with your business model (i.e. shipping methods, policies and terms)&lt;br /&gt;You can have all those just for $14.95 per month. visit &lt;a href=&quot;http://www.iHost.Net/&quot;&gt;http://www.iHost.Net&lt;/a&gt;.&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Create Your Own Web Store - Sell Your Product and Service Online  &lt;a href=&quot;http://www.silverstripe.org/e-commerce-module-forum/show/280298#post280298&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/e-commerce-module-forum/show/280298#post280298&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Fri, 05 Mar 2010 20:05:47 +1300</pubDate>
			<dc:creator>Jasica mikayani</dc:creator>
			<guid>http://www.silverstripe.org/e-commerce-module-forum/show/280298#post280298</guid>
		</item>
		

	</channel>
</rss>