<?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></title>
		<link>http://www.silverstripe.org/forums/rss</link>
		<atom:link href="http://www.silverstripe.org/forums/rss" rel="self" type="application/rss+xml" />
		<description></description>

		
		<item>
			<title>Re: Drop Down Menu for Product Variations</title>
			<link>http://www.silverstripe.org/e-commerce-module-forum/show/18916#post311647</link>
			<description>&lt;p&gt;Still waiting on a response to this - can anyone provide some insight please?&lt;/p&gt;&lt;p&gt;Please note: The product variation example url is no longer valid:  Here is another example from the SSU Demo for what i'm wanting to do.&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;http://www.silverstripe-ecommerce.com/shop/product-group-Carrot/product-group-Tangerine/product-group-Jujube/product-group-Watermelon/product-Watermelon-443/&quot; rel=&quot;nofollow&quot;&gt;http://www.silverstripe-ecommerce.com/shop/product-group-Carrot/product-group-Tangerine/product-group-Jujube/product-group-Watermelon/product-Watermelon-443/&lt;/a&gt;&lt;/p&gt;&lt;p&gt;Thanks,&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Drop Down Menu for Product Variations &lt;a href=&quot;http://www.silverstripe.org/e-commerce-module-forum/show/18916#post311647&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/e-commerce-module-forum/reply/18916&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Tue, 07 Feb 2012 11:01:57 +1300</pubDate>
			<dc:creator>SnowBoarder82</dc:creator>
			<guid>http://www.silverstripe.org/e-commerce-module-forum/show/18916#post311647</guid>
		</item>
		
		<item>
			<title>Re: How to show CustomerOrderNote field in checkout</title>
			<link>http://www.silverstripe.org/e-commerce-module-forum/show/19024#post311255</link>
			<description>&lt;p&gt;I was able to get CustomerOrderNote to work:&lt;br /&gt;$rightFields-&amp;gt;push(new TextField('CustomerOrderNote','Order Notes')); in OrderForm&lt;/p&gt;&lt;p&gt;works great, showing in order summery and CMS order view. So cool once sorted!!&lt;/p&gt;&lt;p&gt;no surprise there, i think my problem was trying to get it to show with the shipping fieldset $shippingfields. So now i need to figure out how to get the alt shipping fields to show and ill be rolling. any pointers would be appreciated.&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: How to show CustomerOrderNote field in checkout &lt;a href=&quot;http://www.silverstripe.org/e-commerce-module-forum/show/19024#post311255&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/e-commerce-module-forum/reply/19024&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Thu, 19 Jan 2012 03:57:31 +1300</pubDate>
			<dc:creator>Benwitz</dc:creator>
			<guid>http://www.silverstripe.org/e-commerce-module-forum/show/19024#post311255</guid>
		</item>
		
		<item>
			<title>How to show CustomerOrderNote field in checkout</title>
			<link>http://www.silverstripe.org/e-commerce-module-forum/show/19024</link>
			<description>&lt;p&gt;I need order notes field for customer to input at checkout.&lt;/p&gt;&lt;p&gt;I see a CustomerOrderNote field in the order db but cant seem to get it to show on the CheckoutPage class. Im not finding where the fields are being compiled, thought this was looped through in saphire form.ss but theres something else going on here. any guidance would be helpful. I have not been able to get 'use different ship address' to show either.&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: How to show CustomerOrderNote field in checkout &lt;a href=&quot;http://www.silverstripe.org/e-commerce-module-forum/show/19024&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/e-commerce-module-forum/reply/19024&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Tue, 17 Jan 2012 10:03:54 +1300</pubDate>
			<dc:creator>Benwitz</dc:creator>
			<guid>http://www.silverstripe.org/e-commerce-module-forum/show/19024</guid>
		</item>
		
		<item>
			<title>Product Item Translation</title>
			<link>http://www.silverstripe.org/e-commerce-module-forum/show/19010</link>
			<description>&lt;p&gt;Hello,&lt;/p&gt;&lt;p&gt;I've two language website English and French... I'm using E-commence module + brand browsing. &lt;br /&gt;SilverStripe v2.4.6 + E-commerce module  v0.8.1&lt;br /&gt;Page and Product Group translations are working properly but when I translate a product item I get the following error:&lt;/p&gt;&lt;p&gt;[User Error] Uncaught Exception: Object-&amp;gt;__call(): the method 'variations_original' does not exist on 'Product'&lt;br /&gt;GET /SilverStripe-v2.4.6/admin/show/14/?locale=fr_FR&lt;/p&gt;&lt;p&gt;Line 724 in D:\server\&lt;a href=&quot;http://wwwSilverStripe-v2.4.6sapphirecoreObject.php/&quot; rel=&quot;nofollow&quot;&gt;www\SilverStripe-v2.4.6\sapphire\core\Object.php&lt;/a&gt;&lt;/p&gt;&lt;p&gt;Source&lt;/p&gt;&lt;p&gt;715 &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;br /&gt;716 &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;default :&lt;br /&gt;717 &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;throw new Exception (&lt;br /&gt;718 &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&quot;Object-&amp;gt;__call(): extra method $method is invalid on $this-&amp;gt;class:&quot; . var_export($config, true)&lt;br /&gt;719 &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;);&lt;br /&gt;720 &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;br /&gt;721 &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;} else {&lt;br /&gt;722 &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;// Please do not change the exception code number below.&lt;br /&gt;723 &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;br /&gt;724 &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;throw new Exception(&quot;Object-&amp;gt;__call(): the method '$method' does not exist on '$this-&amp;gt;class'&quot;, 2175);&lt;br /&gt;725 &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;br /&gt;726 &amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;br /&gt;727 &amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;br /&gt;728 &amp;nbsp;&amp;nbsp;&amp;nbsp;// -----------------------------------------------------------------------------------------------------------------&lt;br /&gt;729 &amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;br /&gt;730 &amp;nbsp;&amp;nbsp;&amp;nbsp;/**&lt;br /&gt;Trace&lt;/p&gt;&lt;p&gt;Object-&amp;gt;__call(Variations_original,Array) &lt;br /&gt;Line 117 of HasManyComplexTableField.php&lt;br /&gt;Product-&amp;gt;Variations_original() &lt;br /&gt;Line 117 of HasManyComplexTableField.php&lt;br /&gt;HasManyComplexTableField-&amp;gt;selectedItemIDs() &lt;br /&gt;Line 126 of HasManyComplexTableField.php&lt;br /&gt;HasManyComplexTableField-&amp;gt;ExtraData() &lt;br /&gt;Line 369 of ViewableData.php&lt;br /&gt;ViewableData-&amp;gt;obj(ExtraData,,,1) &lt;br /&gt;Line 446 of ViewableData.php&lt;br /&gt;ViewableData-&amp;gt;XML_val(ExtraData,,1) &lt;br /&gt;Line 763 of .cache.sapphire.templates.RelationComplexTableField.ss&lt;br /&gt;include(C:\Windows\Temp\silverstripe-cacheD--server-&lt;a href=&quot;http://www-SilverStripe-v2.4.6.cache.sapphire.templates.RelationComplexTableField.ss/&quot; rel=&quot;nofollow&quot;&gt;www-SilverStripe-v2.4.6\.cache.sapphire.templates.RelationComplexTableField.ss&lt;/a&gt;) &lt;br /&gt;Line 429 of SSViewer.php&lt;br /&gt;SSViewer-&amp;gt;process(HasManyComplexTableField) &lt;br /&gt;Line 342 of ViewableData.php&lt;br /&gt;ViewableData-&amp;gt;renderWith(RelationComplexTableField) &lt;br /&gt;Line 275 of ComplexTableField.php&lt;br /&gt;ComplexTableField-&amp;gt;FieldHolder() &lt;br /&gt;Line 64 of HasManyComplexTableField.php&lt;br /&gt;HasManyComplexTableField-&amp;gt;FieldHolder() &lt;br /&gt;Line 93 of CompositeField.php&lt;br /&gt;CompositeField-&amp;gt;FieldHolder() &lt;br /&gt;Line 369 of ViewableData.php&lt;br /&gt;ViewableData-&amp;gt;obj(FieldHolder,,,1) &lt;br /&gt;Line 446 of ViewableData.php&lt;br /&gt;ViewableData-&amp;gt;XML_val(FieldHolder,,1) &lt;br /&gt;Line 73 of .cache.sapphire.templates.TabSetFieldHolder.ss&lt;br /&gt;include(C:\Windows\Temp\silverstripe-cacheD--server-&lt;a href=&quot;http://www-SilverStripe-v2.4.6.cache.sapphire.templates.TabSetFieldHolder.ss/&quot; rel=&quot;nofollow&quot;&gt;www-SilverStripe-v2.4.6\.cache.sapphire.templates.TabSetFieldHolder.ss&lt;/a&gt;) &lt;br /&gt;Line 429 of SSViewer.php&lt;br /&gt;SSViewer-&amp;gt;process(TabSet) &lt;br /&gt;Line 342 of ViewableData.php&lt;br /&gt;ViewableData-&amp;gt;renderWith(TabSetFieldHolder) &lt;br /&gt;Line 80 of TabSet.php&lt;br /&gt;TabSet-&amp;gt;FieldHolder() &lt;br /&gt;Line 369 of ViewableData.php&lt;br /&gt;ViewableData-&amp;gt;obj(FieldHolder,,,1) &lt;br /&gt;Line 446 of ViewableData.php&lt;br /&gt;ViewableData-&amp;gt;XML_val(FieldHolder,,1) &lt;br /&gt;Line 58 of .cache.sapphire.templates.TabSetFieldHolder.ss&lt;br /&gt;include(C:\Windows\Temp\silverstripe-cacheD--server-&lt;a href=&quot;http://www-SilverStripe-v2.4.6.cache.sapphire.templates.TabSetFieldHolder.ss/&quot; rel=&quot;nofollow&quot;&gt;www-SilverStripe-v2.4.6\.cache.sapphire.templates.TabSetFieldHolder.ss&lt;/a&gt;) &lt;br /&gt;Line 429 of SSViewer.php&lt;br /&gt;SSViewer-&amp;gt;process(TabSet) &lt;br /&gt;Line 342 of ViewableData.php&lt;br /&gt;ViewableData-&amp;gt;renderWith(TabSetFieldHolder) &lt;br /&gt;Line 80 of TabSet.php&lt;br /&gt;TabSet-&amp;gt;FieldHolder() &lt;br /&gt;Line 369 of ViewableData.php&lt;br /&gt;ViewableData-&amp;gt;obj(FieldHolder,,,1) &lt;br /&gt;Line 446 of ViewableData.php&lt;br /&gt;ViewableData-&amp;gt;XML_val(FieldHolder,,1) &lt;br /&gt;Line 77 of .cache.sapphire.templates.Includes.Form.ss&lt;br /&gt;include(C:\Windows\Temp\silverstripe-cacheD--server-&lt;a href=&quot;http://www-SilverStripe-v2.4.6.cache.sapphire.templates.Includes.Form.ss/&quot; rel=&quot;nofollow&quot;&gt;www-SilverStripe-v2.4.6\.cache.sapphire.templates.Includes.Form.ss&lt;/a&gt;) &lt;br /&gt;Line 429 of SSViewer.php&lt;br /&gt;SSViewer-&amp;gt;process(Form) &lt;br /&gt;Line 342 of ViewableData.php&lt;br /&gt;ViewableData-&amp;gt;renderWith(Array) &lt;br /&gt;Line 1108 of Form.php&lt;br /&gt;Form-&amp;gt;forTemplate() &lt;br /&gt;Line 447 of ViewableData.php&lt;br /&gt;ViewableData-&amp;gt;XML_val(EditForm,,1) &lt;br /&gt;Line 13 of .cache.cms.templates.Includes.CMSMain_right.ss&lt;br /&gt;include(C:\Windows\Temp\silverstripe-cacheD--server-&lt;a href=&quot;http://www-SilverStripe-v2.4.6.cache.cms.templates.Includes.CMSMain_right.ss/&quot; rel=&quot;nofollow&quot;&gt;www-SilverStripe-v2.4.6\.cache.cms.templates.Includes.CMSMain_right.ss&lt;/a&gt;) &lt;br /&gt;Line 429 of SSViewer.php&lt;br /&gt;SSViewer-&amp;gt;process(ViewableData_Customised) &lt;br /&gt;Line 342 of ViewableData.php&lt;br /&gt;ViewableData-&amp;gt;renderWith(Array) &lt;br /&gt;Line 492 of LeftAndMain.php&lt;br /&gt;LeftAndMain-&amp;gt;Right() &lt;br /&gt;Line 369 of ViewableData.php&lt;br /&gt;ViewableData-&amp;gt;obj(Right,,,1,) &lt;br /&gt;Line 823 of ViewableData.php&lt;br /&gt;ViewableData_Customised-&amp;gt;obj(Right,,,1) &lt;br /&gt;Line 446 of ViewableData.php&lt;br /&gt;ViewableData-&amp;gt;XML_val(Right,,1) &lt;br /&gt;Line 71 of .cache.cms.templates.LeftAndMain.ss&lt;br /&gt;include(C:\Windows\Temp\silverstripe-cacheD--server-&lt;a href=&quot;http://www-SilverStripe-v2.4.6.cache.cms.templates.LeftAndMain.ss/&quot; rel=&quot;nofollow&quot;&gt;www-SilverStripe-v2.4.6\.cache.cms.templates.LeftAndMain.ss&lt;/a&gt;) &lt;br /&gt;Line 429 of SSViewer.php&lt;br /&gt;SSViewer-&amp;gt;process(ViewableData_Customised) &lt;br /&gt;Line 197 of Controller.php&lt;br /&gt;Controller-&amp;gt;handleAction(SS_HTTPRequest) &lt;br /&gt;Line 143 of RequestHandler.php&lt;br /&gt;RequestHandler-&amp;gt;handleRequest(SS_HTTPRequest) &lt;br /&gt;Line 147 of Controller.php&lt;br /&gt;Controller-&amp;gt;handleRequest(SS_HTTPRequest) &lt;br /&gt;Line 282 of Director.php&lt;br /&gt;Director::handleRequest(SS_HTTPRequest,Session) &lt;br /&gt;Line 125 of Director.php&lt;br /&gt;Director::direct(/admin/show/14/) &lt;br /&gt;Line 127 of main.php&lt;/p&gt;&lt;p&gt;I've pasted the above in sspaste.com:&lt;br /&gt;&lt;a href=&quot;http://www.sspaste.com/paste/show/4f12ebad5f70e&quot; rel=&quot;nofollow&quot;&gt;http://www.sspaste.com/paste/show/4f12ebad5f70e&lt;/a&gt;&lt;/p&gt;&lt;p&gt;Do you face such a problem with E-commerce module?&lt;/p&gt;&lt;p&gt;Many thanks in advance.&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Product Item Translation &lt;a href=&quot;http://www.silverstripe.org/e-commerce-module-forum/show/19010&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/e-commerce-module-forum/reply/19010&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Mon, 16 Jan 2012 04:31:30 +1300</pubDate>
			<dc:creator>Nareg</dc:creator>
			<guid>http://www.silverstripe.org/e-commerce-module-forum/show/19010</guid>
		</item>
		
		<item>
			<title>Re: Some Questions about the eCommerce Module</title>
			<link>http://www.silverstripe.org/e-commerce-module-forum/show/18954#post311032</link>
			<description>&lt;p&gt;Bump. Anyone got any tips on this?&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Some Questions about the eCommerce Module &lt;a href=&quot;http://www.silverstripe.org/e-commerce-module-forum/show/18954#post311032&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/e-commerce-module-forum/reply/18954&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Thu, 12 Jan 2012 07:10:38 +1300</pubDate>
			<dc:creator>neilcreagh</dc:creator>
			<guid>http://www.silverstripe.org/e-commerce-module-forum/show/18954#post311032</guid>
		</item>
		
		<item>
			<title>Re: How i got the latest eCommerce trunk to work with paypal</title>
			<link>http://www.silverstripe.org/e-commerce-module-forum/show/13438?start=32#post311027</link>
			<description>&lt;p&gt;@Jedateach&lt;/p&gt;&lt;p&gt;I had to change line 348 in &lt;a href=&quot;http://code.google.com/p/silverstripe-ecommerce/source/browse/modules/payment_paypal/trunk/code/PayPalExpressCheckoutPayment.php&quot; rel=&quot;nofollow&quot;&gt;http://code.google.com/p/silverstripe-ecommerce/source/browse/modules/payment_paypal/trunk/code/PayPalExpressCheckoutPayment.php&lt;/a&gt; from&lt;br /&gt;&lt;div class=&quot;codesnippet&quot;&gt;&lt;p&gt;$response = $paystation-&amp;gt;request('','POST',http_build_query($postfields));&lt;/p&gt;&lt;/div&gt;&lt;br /&gt;to&lt;br /&gt;&lt;div class=&quot;codesnippet&quot;&gt;&lt;p&gt;$response = $paystation-&amp;gt;request('','POST',http_build_query($postfields, null, &quot;&amp;amp;&quot;));&lt;/p&gt;&lt;/div&gt; for it to work on my test site. &lt;/p&gt;&lt;p&gt;I received the error &lt;br /&gt;&lt;div class=&quot;codesnippet&quot;&gt;&lt;p&gt;PayPal Debug:&lt;br /&gt;Mode: live&lt;br /&gt;API url: &lt;a href=&quot;https://api-3t.paypal.com/nvp&quot; rel=&quot;nofollow&quot;&gt;https://api-3t.paypal.com/nvp&lt;/a&gt;&lt;br /&gt;Redirect url: &lt;a href=&quot;https://www.paypal.com/cgi-bin/webscr?cmd=_express-checkout&amp;amp;token=TOKENGOESHERE&amp;amp;useraction=commit&quot; rel=&quot;nofollow&quot;&gt;https://www.paypal.com/cgi-bin/webscr?cmd=_express-checkout&amp;amp;token=TOKENGOESHERE&amp;amp;useraction=commit&lt;/a&gt;&lt;br /&gt;Username: PaypalAPIUsername&lt;br /&gt;Password: PaypalAPIPassword&lt;br /&gt;Signature: PaypalSignature&lt;br /&gt;Response Array&lt;br /&gt;(&lt;br /&gt;    [TIMESTAMP] =&amp;gt; 2012-01-11T16:58:47Z&lt;br /&gt;    [CORRELATIONID] =&amp;gt; 5d610f6c4a96e&lt;br /&gt;    [ACK] =&amp;gt; Failure&lt;br /&gt;    [VERSION] =&amp;gt; 0.000000&lt;br /&gt;    [BUILD] =&amp;gt; 2271164&lt;br /&gt;    [L_ERRORCODE0] =&amp;gt; 10002&lt;br /&gt;    [L_SHORTMESSAGE0] =&amp;gt; Authentication/Authorization Failed&lt;br /&gt;    [L_LONGMESSAGE0] =&amp;gt; You do not have permissions to make this API call&lt;br /&gt;    [L_SEVERITYCODE0] =&amp;gt; Error&lt;br /&gt;)&lt;/p&gt;&lt;/div&gt;&lt;br /&gt;this was caused by sending encoded &amp;amp;amp; instead of &amp;amp; in between the POST request elements.&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: How i got the latest eCommerce trunk to work with paypal &lt;a href=&quot;http://www.silverstripe.org/e-commerce-module-forum/show/13438?start=32#post311027&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/e-commerce-module-forum/reply/13438&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Thu, 12 Jan 2012 06:00:18 +1300</pubDate>
			<dc:creator>MarijnKampf</dc:creator>
			<guid>http://www.silverstripe.org/e-commerce-module-forum/show/13438?start=32#post311027</guid>
		</item>
		
		<item>
			<title>Re: ajaxQuantityField</title>
			<link>http://www.silverstripe.org/e-commerce-module-forum/show/18914#post310981</link>
			<description>&lt;p&gt;and in addition to that, huuge issue with variations, this code:&lt;/p&gt;&lt;p&gt;&lt;div class=&quot;codesnippet&quot;&gt;&lt;p&gt;function AJAXLinkHiddenField(){&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;if($quantitylink = ShoppingCart::set_quantity_item_link($this-&amp;gt;item-&amp;gt;getProductVariationIDForSerialization(), null,$this-&amp;gt;parameters)){&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;$attributes = array(&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;'type' =&amp;gt; 'hidden',&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;'class' =&amp;gt; 'ajaxQuantityField_qtylink',&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;'name' =&amp;gt; $this-&amp;gt;item-&amp;gt;MainID() . '_Quantity_SetQuantityLink',&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;'value' =&amp;gt; $quantitylink&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;$formfield = new FormField('hack'); &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;return $formfield-&amp;gt;createTag('input', $attributes);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;/p&gt;&lt;/div&gt;&lt;/p&gt;&lt;p&gt;is creating link to change quantity of the productID rather than productVariationID, lets say i have product 200 with variations 55 and 56, changing quantity for both with this server response:&lt;/p&gt;&lt;p&gt;shoppingcart/setquantityitem/200?quantity=XX , what means that only first variation is changed no matter what!&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: ajaxQuantityField &lt;a href=&quot;http://www.silverstripe.org/e-commerce-module-forum/show/18914#post310981&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/e-commerce-module-forum/reply/18914&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Wed, 11 Jan 2012 01:22:32 +1300</pubDate>
			<dc:creator>janulka</dc:creator>
			<guid>http://www.silverstripe.org/e-commerce-module-forum/show/18914#post310981</guid>
		</item>
		
		<item>
			<title>Some Questions about the eCommerce Module</title>
			<link>http://www.silverstripe.org/e-commerce-module-forum/show/18954</link>
			<description>&lt;p&gt;Hi, The documentation for the eCommerce Module is really lacking, and navigating the forums for information results in a lot of mixed messages between old and new versions. I'm new to the eCommerce Module so I have a few questions I wonder if anyone could help me with:&lt;/p&gt;&lt;p&gt;I'm using the latest release v0.8.1&lt;/p&gt;&lt;p&gt;1. Do I need to create a new folder for my theme or not? eg. myThemeName_ecommerce? Some of the images don't show up in Safari (Like the + and - images to change quantity) it looks like it's looking for my theme folder with _ecommerce after it - but in Firefox these images appear?!  &lt;/p&gt;&lt;p&gt;2. The admin email is not being sent (or at least I'm not getting it). It looks like the email to the customer is going out but not copied to the admin. I have Email::setAdminEmail('neil@fuel.ie'); in my main config file but this hasn't done the trick - is there anything else I need to do? &lt;/p&gt;&lt;p&gt;3. I'm using 'Cheque' payment (so customers can make an order without payment) and also a Paypal Express Checkout option. When I try to make an order using the 'cheque' option the next screen either says:&lt;br /&gt;&quot;You can not checkout this order because you are not logged in. To do so, please login first, otherwise you can checkout your current order.&quot; &lt;/p&gt;&lt;p&gt;or if I'm logged in as a customer it says:&lt;br /&gt;&quot;You do not have any order corresponding to that ID, so you can't checkout this order.&quot;&lt;br /&gt;The confirmation order email to the customer still gets sent though, so this appears to be working  - I'm just wondering if I've left something out or am doing something wrong?&lt;/p&gt;&lt;p&gt;Any assistance would be really appreciated, thanks.&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Some Questions about the eCommerce Module &lt;a href=&quot;http://www.silverstripe.org/e-commerce-module-forum/show/18954&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/e-commerce-module-forum/reply/18954&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Wed, 11 Jan 2012 00:52:49 +1300</pubDate>
			<dc:creator>neilcreagh</dc:creator>
			<guid>http://www.silverstripe.org/e-commerce-module-forum/show/18954</guid>
		</item>
		
		<item>
			<title>Re: ajaxQuantityField</title>
			<link>http://www.silverstripe.org/e-commerce-module-forum/show/18914#post310976</link>
			<description>&lt;p&gt;Well, I have to remove quantity field from Product.ss and ProductGroupItem.ss since I have no idea how to get this work.&lt;/p&gt;&lt;p&gt;On Cart.ss, I have added onchange window.location.reload() this way:&lt;/p&gt;&lt;p&gt;&lt;div class=&quot;codesnippet&quot;&gt;&lt;p&gt;function Field() {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;$size = 3; //make these customisable&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;$maxlength = 3;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;$attributes = array(&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;'type' =&amp;gt; 'text',&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;'class' =&amp;gt; implode(' ',$this-&amp;gt;classes),&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;'name' =&amp;gt; $this-&amp;gt;item-&amp;gt;MainID() . '_Quantity',&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;'value' =&amp;gt; ($this-&amp;gt;item-&amp;gt;Quantity) ? $this-&amp;gt;item-&amp;gt;Quantity : &quot;&quot;,&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;'maxlength' =&amp;gt; $maxlength,&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;'size' =&amp;gt; $size ,&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;'disabled' =&amp;gt; 'disabled',&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;strong&gt;'onchange' =&amp;gt; &quot;window.location.reload();&quot;&lt;/strong&gt;&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;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;//IMPROVE ME: hack to use the form field createTag method ...perhaps this should become a form field instead&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;$formfield = new FormField('hack'); &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;return $formfield-&amp;gt;createTag('input', $attributes);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;/p&gt;&lt;/div&gt;&lt;/p&gt;&lt;p&gt;This works - sometimes.. When the server is fast enough to response with quantity update, then it is updated, when it is not fast enough to respond, the page is reloaded without quantity update.&lt;/p&gt;&lt;p&gt;Plz, I seriously really need help , now with javascript function how to make javascript wait for server response, and then reload page - after the quantity has been sent to server..&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: ajaxQuantityField &lt;a href=&quot;http://www.silverstripe.org/e-commerce-module-forum/show/18914#post310976&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/e-commerce-module-forum/reply/18914&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Wed, 11 Jan 2012 00:39:56 +1300</pubDate>
			<dc:creator>janulka</dc:creator>
			<guid>http://www.silverstripe.org/e-commerce-module-forum/show/18914#post310976</guid>
		</item>
		
		<item>
			<title>DPSPayment module - recurring payments</title>
			<link>http://www.silverstripe.org/e-commerce-module-forum/show/18939</link>
			<description>&lt;p&gt;I am using DPSpayment and DPSRecurringPayment and I am a bit confused. From reading the DPS doco, if you set EnableAddBillCard to 1, a DPSBillingID will be returned. However &lt;br /&gt;DPSPayment doesn't appear to support EnableAddBillCard whereas DPSRecurringPayment does. However I would have thought you would use DPSPayment to create&lt;br /&gt;the recurring payment in the first place i.e. a customer pays for a product or service via credit card and also by setting EnableAddBillCard to 1, this allows &lt;br /&gt;further billing against this credit card. Or are they separate transactions i.e. the auth transaction for $1 must be separate.&lt;/p&gt;&lt;p&gt;Can anyone offer any insight on the above?&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: DPSPayment module - recurring payments &lt;a href=&quot;http://www.silverstripe.org/e-commerce-module-forum/show/18939&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/e-commerce-module-forum/reply/18939&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Sun, 08 Jan 2012 20:15:21 +1300</pubDate>
			<dc:creator>peldridg</dc:creator>
			<guid>http://www.silverstripe.org/e-commerce-module-forum/show/18939</guid>
		</item>
		
		<item>
			<title>Re: Use Shipping Address Issue</title>
			<link>http://www.silverstripe.org/e-commerce-module-forum/show/9394#post310868</link>
			<description>&lt;p&gt;Hi there,&lt;/p&gt;&lt;p&gt;I'm trying to fix someone else's code, and running into the form fields being cleared when OrderForm useDifferentShippingAddress function does a redirectBack() issue. Anyone found a solution for it in the end to prevent fields to be cleared? Please help.&lt;/p&gt;&lt;p&gt;Thanks a lot.&lt;br /&gt;Sam&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/9394#post310868&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/e-commerce-module-forum/reply/9394&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Fri, 06 Jan 2012 16:21:39 +1300</pubDate>
			<dc:creator>SamIAm</dc:creator>
			<guid>http://www.silverstripe.org/e-commerce-module-forum/show/9394#post310868</guid>
		</item>
		
		<item>
			<title>Payment module: PaymentSense?</title>
			<link>http://www.silverstripe.org/e-commerce-module-forum/show/18918</link>
			<description>&lt;p&gt;Has anybody ever used Payment Sense &lt;a href=&quot;http://www.paymentsense.co.uk/&quot; rel=&quot;nofollow&quot;&gt;http://www.paymentsense.co.uk/&lt;/a&gt; as their payment system? How difficult is it likely to be to write or modify and existing payment module?&lt;/p&gt;&lt;p&gt;Thanks&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Payment module: PaymentSense? &lt;a href=&quot;http://www.silverstripe.org/e-commerce-module-forum/show/18918&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/e-commerce-module-forum/reply/18918&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Fri, 06 Jan 2012 00:02:50 +1300</pubDate>
			<dc:creator>bones</dc:creator>
			<guid>http://www.silverstripe.org/e-commerce-module-forum/show/18918</guid>
		</item>
		
		<item>
			<title>Using Different Billing Address Issue</title>
			<link>http://www.silverstripe.org/e-commerce-module-forum/show/18917</link>
			<description>&lt;p&gt;Hi everyone,&lt;/p&gt;&lt;p&gt;When I click on &quot;using different billing address&quot; button on the checkout page, it clears out all the details I have entered in before. The same thing happens when I decide not to use a different billing address, the details are cleared again.&lt;/p&gt;&lt;p&gt;I have been searching online and found some posts had the same issue but nobody offered any solution. I tried to alter the code to fix this, but unsuccessful so far. I'm wondering has anyone run into this before who knows how to fix it please?&lt;/p&gt;&lt;p&gt;Thanks very much.&lt;/p&gt;&lt;p&gt;Sam&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Using Different Billing Address Issue &lt;a href=&quot;http://www.silverstripe.org/e-commerce-module-forum/show/18917&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/e-commerce-module-forum/reply/18917&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Thu, 05 Jan 2012 15:04:00 +1300</pubDate>
			<dc:creator>SamIAm</dc:creator>
			<guid>http://www.silverstripe.org/e-commerce-module-forum/show/18917</guid>
		</item>
		
		<item>
			<title>Drop Down Menu for Product Variations</title>
			<link>http://www.silverstripe.org/e-commerce-module-forum/show/18916</link>
			<description>&lt;p&gt;Hi there, &lt;/p&gt;&lt;p&gt;Hoping someone can point me in the right direction for adding a dropdown menu to select product variations on a product page.&lt;br /&gt;Using the &quot;ecommerce module v0.8.1&quot;, as well as the &quot;E-commerce Product Variations Colour Extension&quot; from the SSU Demo Site, So far i've created size and color variations for an example product (screenshot below).&lt;br /&gt;However, I now want to change this to a dropdown menu as in the SSU Demo Site example found here:&lt;br /&gt;&lt;a href=&quot;http://www.silverstripe-ecommerce.com/shop/product-group-Carrot/product-group-Vanilla/product-group-Pineapple/product-group-Mango/product-Mango-13/&quot; rel=&quot;nofollow&quot;&gt;http://www.silverstripe-ecommerce.com/shop/product-group-Carrot/product-group-Vanilla/product-group-Pineapple/product-group-Mango/product-Mango-13/&lt;/a&gt;&lt;br /&gt;ie: selecting color and size rather than a cluttered list of every product variation.&lt;/p&gt;&lt;p&gt;Can anyone help that has already implemented this or something similar?  &lt;/p&gt;&lt;p&gt;Thank you,&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Drop Down Menu for Product Variations &lt;a href=&quot;http://www.silverstripe.org/e-commerce-module-forum/show/18916&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/e-commerce-module-forum/reply/18916&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Thu, 05 Jan 2012 11:49:51 +1300</pubDate>
			<dc:creator>SnowBoarder82</dc:creator>
			<guid>http://www.silverstripe.org/e-commerce-module-forum/show/18916</guid>
		</item>
		
		<item>
			<title>ajaxQuantityField</title>
			<link>http://www.silverstripe.org/e-commerce-module-forum/show/18914</link>
			<description>&lt;p&gt;Hello,&lt;/p&gt;&lt;p&gt;ajaxQuantityField is not working properly for me.. &lt;/p&gt;&lt;p&gt;on Checkout/Cart page:&lt;br /&gt;when customer changes quantity by typing in the text field, it is sent to server (e.g..../shoppingcart/setquantityitem/235?quantity=25), but the total price is not updated until I manually refresh the page&lt;/p&gt;&lt;p&gt;on Product page:&lt;br /&gt;when changing quantity here by typing in the field, absolutely nothing happens.. &lt;/p&gt;&lt;p&gt;can someone help me with this?&lt;/p&gt;&lt;p&gt;is there possibility for customers to change quantity already when purchasing items, what I mean is to have small text field next to &quot;purchase&quot; button, so they can buy 5 items straight away instead of having to change quantity in cart afterwards?&lt;/p&gt;&lt;p&gt;Thank you!&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: ajaxQuantityField &lt;a href=&quot;http://www.silverstripe.org/e-commerce-module-forum/show/18914&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/e-commerce-module-forum/reply/18914&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Thu, 05 Jan 2012 09:36:55 +1300</pubDate>
			<dc:creator>janulka</dc:creator>
			<guid>http://www.silverstripe.org/e-commerce-module-forum/show/18914</guid>
		</item>
		
		<item>
			<title>Re: [SOLVED] Delivery Price Modifier based on Cart Quantity</title>
			<link>http://www.silverstripe.org/e-commerce-module-forum/show/18877#post310749</link>
			<description>&lt;p&gt;Solved.  So managed to figure this out and have achieved the desired result by adjusting SimpleShippingModifier.php as below:&lt;/p&gt;&lt;p&gt;[line 63]&lt;/p&gt;&lt;p&gt;function LiveAmount() {&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;//Get the Current Order&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;$o = ShoppingCart::current_order();&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;$total = $o-&amp;gt;SubTotal();&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;$orderItems = $o-&amp;gt;Items();&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;  // Calculate the total quantity of the order&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;if($orderItems){&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;foreach($orderItems as $orderItem){&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;$totalQuantity += $orderItem-&amp;gt;Quantity;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&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;}&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&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 ($this-&amp;gt;LiveCountry() == &quot;NZ&quot;){&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;$postage = $totalQuantity / 3;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;$postage = ceil($postage);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;  &amp;nbsp;&amp;nbsp;&amp;nbsp;$postage = 7.50 * $postage;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;  &amp;nbsp;&amp;nbsp;&amp;nbsp;return $postage; &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;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;else {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;$postage = $totalQuantity * 15;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;return $postage; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;}&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;//return $this-&amp;gt;LiveIsDefaultCharge() ? self::$default_charge : self::$charges_by_country[$this-&amp;gt;LiveCountry()];&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;/p&gt;&lt;p&gt;Cheers,&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: [SOLVED] Delivery Price Modifier based on Cart Quantity &lt;a href=&quot;http://www.silverstripe.org/e-commerce-module-forum/show/18877#post310749&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/e-commerce-module-forum/reply/18877&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Sat, 31 Dec 2011 10:58:56 +1300</pubDate>
			<dc:creator>SnowBoarder82</dc:creator>
			<guid>http://www.silverstripe.org/e-commerce-module-forum/show/18877#post310749</guid>
		</item>
		
		<item>
			<title>[SOLVED] Delivery Price Modifier based on Cart Quantity</title>
			<link>http://www.silverstripe.org/e-commerce-module-forum/show/18877</link>
			<description>&lt;p&gt;Hey guys, &lt;/p&gt;&lt;p&gt;I am looking to set up a delivery modifier that will adjust the pricing based on the following:&lt;/p&gt;&lt;p&gt;Domestic Shipping (within NZ) will be $7.50 for up to 3 items, and the same for any additional items ordered, &lt;br /&gt;for example 1-3 items: $7.50, 4-6 items: $15.00, 7-9 items: $22.50 and so on. &lt;/p&gt;&lt;p&gt;International Shipping will be $15.00 per item flat rate.  &lt;/p&gt;&lt;p&gt;Any thoughts on the best way to go about this?&lt;/p&gt;&lt;p&gt;I have started by setting the default rate to $15.00 and then will be looking to adjust the SimpleShippingModifier.  My thoughts are to create a formula in here based on the number of items in the cart but being a bit of a newb i'm not sure of the best way to get / reference this variable in the modifier?  &lt;/p&gt;&lt;p&gt;Any clues?&lt;/p&gt;&lt;p&gt;Thank you,&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: [SOLVED] Delivery Price Modifier based on Cart Quantity &lt;a href=&quot;http://www.silverstripe.org/e-commerce-module-forum/show/18877&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/e-commerce-module-forum/reply/18877&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Fri, 30 Dec 2011 08:52:26 +1300</pubDate>
			<dc:creator>SnowBoarder82</dc:creator>
			<guid>http://www.silverstripe.org/e-commerce-module-forum/show/18877</guid>
		</item>
		
		<item>
			<title>Re: themed css for cart/checkout pages : issue fixed?</title>
			<link>http://www.silverstripe.org/e-commerce-module-forum/show/17169#post310598</link>
			<description>&lt;p&gt;Thanks for sharing this Futureweb!  Was just looking for a solution to this and yours worked perfectly.&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: themed css for cart/checkout pages : issue fixed? &lt;a href=&quot;http://www.silverstripe.org/e-commerce-module-forum/show/17169#post310598&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/e-commerce-module-forum/reply/17169&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Sun, 18 Dec 2011 07:05:38 +1300</pubDate>
			<dc:creator>SnowBoarder82</dc:creator>
			<guid>http://www.silverstripe.org/e-commerce-module-forum/show/17169#post310598</guid>
		</item>
		
		<item>
			<title>Re: Cart Issues and Code Showing with new install</title>
			<link>http://www.silverstripe.org/e-commerce-module-forum/show/18538#post310566</link>
			<description>&lt;p&gt;So definitely seems like this was caused by my local dev environment as uploading the site to another server the problem does not appear... &lt;/p&gt;&lt;p&gt;Anyone have any clues on what adjustments I could make to my local XAMPP environment to fix this.  Not too worried by it now that I know it will disappear once I upload the site, but would be nice to fix it...&lt;/p&gt;&lt;p&gt;Thanks,&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Cart Issues and Code Showing with new install &lt;a href=&quot;http://www.silverstripe.org/e-commerce-module-forum/show/18538#post310566&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/e-commerce-module-forum/reply/18538&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Fri, 16 Dec 2011 11:22:56 +1300</pubDate>
			<dc:creator>SnowBoarder82</dc:creator>
			<guid>http://www.silverstripe.org/e-commerce-module-forum/show/18538#post310566</guid>
		</item>
		
		<item>
			<title>Re: Cart Issues and Code Showing with new install</title>
			<link>http://www.silverstripe.org/e-commerce-module-forum/show/18538#post310422</link>
			<description>&lt;p&gt;Thanks Rog &amp;amp; Nicolaas, &lt;/p&gt;&lt;p&gt;The code is literally a fresh install of Silverstripe (v 2.4.6), as well as the e-commerce (v 0.8.1) and payment module (v 0.3.0).  I have not touched the code anywhere...&lt;/p&gt;&lt;p&gt;I am using XAMPP Lite 1.7.3 for Windows as my local test environment...&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Cart Issues and Code Showing with new install &lt;a href=&quot;http://www.silverstripe.org/e-commerce-module-forum/show/18538#post310422&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/e-commerce-module-forum/reply/18538&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Fri, 09 Dec 2011 13:28:51 +1300</pubDate>
			<dc:creator>SnowBoarder82</dc:creator>
			<guid>http://www.silverstripe.org/e-commerce-module-forum/show/18538#post310422</guid>
		</item>
		
		<item>
			<title>setDecimalDelimiter / setThousandDelimiter</title>
			<link>http://www.silverstripe.org/e-commerce-module-forum/show/18764</link>
			<description>&lt;p&gt;Hello,&lt;/p&gt;&lt;p&gt;I have in my config:&lt;/p&gt;&lt;p&gt;&lt;div class=&quot;codesnippet&quot;&gt;&lt;p&gt;EcommerceCurrency::setDecimalDelimiter(','); //for Money formating&lt;br /&gt;EcommerceCurrency::setThousandDelimiter('.'); //for Money formating&lt;/p&gt;&lt;/div&gt;&lt;/p&gt;&lt;p&gt;But still, the number is formatted 1,500.00 instead of 1.500,00&lt;/p&gt;&lt;p&gt;What do I do to get this right?&lt;/p&gt;&lt;p&gt;Thank you!&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: setDecimalDelimiter / setThousandDelimiter &lt;a href=&quot;http://www.silverstripe.org/e-commerce-module-forum/show/18764&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/e-commerce-module-forum/reply/18764&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Wed, 07 Dec 2011 01:27:15 +1300</pubDate>
			<dc:creator>janulka</dc:creator>
			<guid>http://www.silverstripe.org/e-commerce-module-forum/show/18764</guid>
		</item>
		
		<item>
			<title>Re: 1-country store / default country and remove country field</title>
			<link>http://www.silverstripe.org/e-commerce-module-forum/show/18635#post310168</link>
			<description>&lt;p&gt;Thank you for your reply.&lt;/p&gt;&lt;p&gt;I am really having trouble with this one..&lt;/p&gt;&lt;p&gt;&lt;div class=&quot;codesnippet&quot;&gt;&lt;p&gt;Geoip::$default_country_code = &quot;NO&quot;;&lt;/p&gt;&lt;/div&gt;&lt;br /&gt;does nothing, default country is still Afghanistan&lt;/p&gt;&lt;p&gt;&lt;div class=&quot;codesnippet&quot;&gt;&lt;p&gt;OrderFormWithoutShippingAddress::set_fixed_country_code(&quot;NO&quot;);&lt;/p&gt;&lt;/div&gt;&lt;br /&gt;does nothing, default country is still Afghanistan&lt;/p&gt;&lt;p&gt;&lt;div class=&quot;codesnippet&quot;&gt;&lt;p&gt;ShoppingCart::set_fixed_country_code(&quot;NO&quot;);&lt;/p&gt;&lt;/div&gt;&lt;br /&gt;is giving Fatal error: Call to undefined method ShoppingCart::set_fixed_country_code()&lt;/p&gt;&lt;p&gt;&lt;div class=&quot;codesnippet&quot;&gt;&lt;p&gt;EcommerceCountry::EcommerceCountry::set_fixed_country_code(&quot;NO&quot;);&lt;/p&gt;&lt;/div&gt;&lt;br /&gt;is giving Parse error: syntax error, unexpected T_PAAMAYIM_NEKUDOTAYIM&lt;/p&gt;&lt;p&gt;&lt;div class=&quot;codesnippet&quot;&gt;&lt;p&gt;EcommerceCountry::set_fixed_country_code(&quot;NO&quot;);&lt;/p&gt;&lt;/div&gt;&lt;br /&gt;Fatal error: Class 'EcommerceCountry' not found&lt;/p&gt;&lt;p&gt;Help? Thank you&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: 1-country store / default country and remove country field &lt;a href=&quot;http://www.silverstripe.org/e-commerce-module-forum/show/18635#post310168&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/e-commerce-module-forum/reply/18635&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Tue, 29 Nov 2011 22:21:21 +1300</pubDate>
			<dc:creator>janulka</dc:creator>
			<guid>http://www.silverstripe.org/e-commerce-module-forum/show/18635#post310168</guid>
		</item>
		
		<item>
			<title>Re: &quot;Add this item to cart&quot; does not work</title>
			<link>http://www.silverstripe.org/e-commerce-module-forum/show/15195#post310152</link>
			<description>&lt;p&gt;Did you ever find a solution to this? Having the exact same issue.&lt;/p&gt;&lt;p&gt;-Ross&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: &quot;Add this item to cart&quot; does not work &lt;a href=&quot;http://www.silverstripe.org/e-commerce-module-forum/show/15195#post310152&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/e-commerce-module-forum/reply/15195&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Tue, 29 Nov 2011 10:52:24 +1300</pubDate>
			<dc:creator>3pointross</dc:creator>
			<guid>http://www.silverstripe.org/e-commerce-module-forum/show/15195#post310152</guid>
		</item>
		
		<item>
			<title>Re: Subscriber Database</title>
			<link>http://www.silverstripe.org/e-commerce-module-forum/show/18649#post310119</link>
			<description>&lt;p&gt;Hi Arthur&lt;/p&gt;&lt;p&gt;This is what I would do&lt;/p&gt;&lt;p&gt;1. create a standard product&lt;/p&gt;&lt;p&gt;2. create a data object that stores (a) member (link to order) (b) time product bought (link to order(item)) (c) product. THis data object then becomes the central manager for access.  Everytime the member tries to access the premium content, it firstly checks with this Data Object. &lt;/p&gt;&lt;p&gt;3.  Create a task to send out reminders about expiring access. This task could also pre-create the order for them so everything is setup for the customer to pay.&lt;/p&gt;&lt;p&gt;Those are just my initial thoughts. You can look at the repeating order module for lots of code around repeating orders.&lt;/p&gt;&lt;p&gt;If you are writing this module then you are super welcome to add it to the e-commerce module, as it would be a welcome addition.&lt;/p&gt;&lt;p&gt;Nicolaas&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Subscriber Database &lt;a href=&quot;http://www.silverstripe.org/e-commerce-module-forum/show/18649#post310119&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/e-commerce-module-forum/reply/18649&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Mon, 28 Nov 2011 19:16:48 +1300</pubDate>
			<dc:creator>Nicolaas</dc:creator>
			<guid>http://www.silverstripe.org/e-commerce-module-forum/show/18649#post310119</guid>
		</item>
		
		<item>
			<title>Re: Subscriber Database</title>
			<link>http://www.silverstripe.org/e-commerce-module-forum/show/18649#post310110</link>
			<description>&lt;p&gt;Sounds great Nicholaas. Unfortunately I need it 'today', but I'll keep an eye out for your work in future!&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Subscriber Database &lt;a href=&quot;http://www.silverstripe.org/e-commerce-module-forum/show/18649#post310110&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/e-commerce-module-forum/reply/18649&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Mon, 28 Nov 2011 08:20:57 +1300</pubDate>
			<dc:creator>arthurdent</dc:creator>
			<guid>http://www.silverstripe.org/e-commerce-module-forum/show/18649#post310110</guid>
		</item>
		
		<item>
			<title>Re: SortLinks not showing other Groups</title>
			<link>http://www.silverstripe.org/e-commerce-module-forum/show/18239#post310054</link>
			<description>&lt;p&gt;yeah - I think that is pretty much a &quot;bug&quot;&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: SortLinks not showing other Groups &lt;a href=&quot;http://www.silverstripe.org/e-commerce-module-forum/show/18239#post310054&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/e-commerce-module-forum/reply/18239&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Fri, 25 Nov 2011 19:34:25 +1300</pubDate>
			<dc:creator>Nicolaas</dc:creator>
			<guid>http://www.silverstripe.org/e-commerce-module-forum/show/18239#post310054</guid>
		</item>
		
		<item>
			<title>Re: 2 quick questions</title>
			<link>http://www.silverstripe.org/e-commerce-module-forum/show/18491#post310053</link>
			<description>&lt;p&gt;Hi&lt;/p&gt;&lt;p&gt;I am not sure if you have solved your problem...&lt;/p&gt;&lt;p&gt;For the latter one you metion (tax), you may want to have a look here:&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;https://silverstripe-ecommerce.googlecode.com/svn/modules/ecommerce_tax/trunk&quot; rel=&quot;nofollow&quot;&gt;https://silverstripe-ecommerce.googlecode.com/svn/modules/ecommerce_tax/trunk&lt;/a&gt; (i can email you a download link as well)&lt;/p&gt;&lt;p&gt;I have just upgraded the tax module, if you change the countries to states in e-commerce then it might work for you. &lt;/p&gt;&lt;p&gt;With regards to your first question, I am not really sure how to help... I would need more information.&lt;/p&gt;&lt;p&gt;Nicolaas&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: 2 quick questions &lt;a href=&quot;http://www.silverstripe.org/e-commerce-module-forum/show/18491#post310053&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/e-commerce-module-forum/reply/18491&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Fri, 25 Nov 2011 19:33:53 +1300</pubDate>
			<dc:creator>Nicolaas</dc:creator>
			<guid>http://www.silverstripe.org/e-commerce-module-forum/show/18491#post310053</guid>
		</item>
		
		<item>
			<title>Re: Paypal Express Checkout Pls Help</title>
			<link>http://www.silverstripe.org/e-commerce-module-forum/show/18568#post310051</link>
			<description>&lt;p&gt;Hi Mark&lt;/p&gt;&lt;p&gt;I think that could only be achieved by actually rewriting the paypal module.... I dont think there is a quick fix.&lt;/p&gt;&lt;p&gt;nicolaas&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Paypal Express Checkout Pls Help &lt;a href=&quot;http://www.silverstripe.org/e-commerce-module-forum/show/18568#post310051&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/e-commerce-module-forum/reply/18568&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Fri, 25 Nov 2011 19:29:04 +1300</pubDate>
			<dc:creator>Nicolaas</dc:creator>
			<guid>http://www.silverstripe.org/e-commerce-module-forum/show/18568#post310051</guid>
		</item>
		
		<item>
			<title>Re: commerce coupon module  [User Error] CouponForm form created without a controller</title>
			<link>http://www.silverstripe.org/e-commerce-module-forum/show/18594#post310050</link>
			<description>&lt;p&gt;Hi Roger&lt;/p&gt;&lt;p&gt;I would really like to help you with this problem as I wrote the coupon module ( well, at least one of them).&lt;/p&gt;&lt;p&gt;can you tell me what version of e-commerce you are using? &lt;/p&gt;&lt;p&gt;The coupon thing is working here: &lt;a href=&quot;http://www.silverstripe-ecommerce.com/&quot; rel=&quot;nofollow&quot;&gt;www.silverstripe-ecommerce.com&lt;/a&gt; so in theory it should work ;-)&lt;/p&gt;&lt;p&gt;Any other feedback on the module would also be appreciated.&lt;/p&gt;&lt;p&gt;nicolaas&lt;br /&gt;PS you probably want to get a calling stack to see what calls what in ending up with your error.&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: commerce coupon module  [User Error] CouponForm form created without a controller &lt;a href=&quot;http://www.silverstripe.org/e-commerce-module-forum/show/18594#post310050&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/e-commerce-module-forum/reply/18594&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Fri, 25 Nov 2011 19:28:13 +1300</pubDate>
			<dc:creator>Nicolaas</dc:creator>
			<guid>http://www.silverstripe.org/e-commerce-module-forum/show/18594#post310050</guid>
		</item>
		
		<item>
			<title>Re: Cart Issues and Code Showing with new install</title>
			<link>http://www.silverstripe.org/e-commerce-module-forum/show/18538#post310049</link>
			<description>&lt;p&gt;what is your page encoding?&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Cart Issues and Code Showing with new install &lt;a href=&quot;http://www.silverstripe.org/e-commerce-module-forum/show/18538#post310049&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/e-commerce-module-forum/reply/18538&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Fri, 25 Nov 2011 19:24:56 +1300</pubDate>
			<dc:creator>Nicolaas</dc:creator>
			<guid>http://www.silverstripe.org/e-commerce-module-forum/show/18538#post310049</guid>
		</item>
		
		<item>
			<title>Re: 1-country store / default country and remove country field</title>
			<link>http://www.silverstripe.org/e-commerce-module-forum/show/18635#post310048</link>
			<description>&lt;p&gt;Hi&lt;/p&gt;&lt;p&gt;In our branch of e-commerce (as seen here &lt;a href=&quot;http://www.silverstripe-ecommerce.com/&quot; rel=&quot;nofollow&quot;&gt;www.silverstripe-ecommerce.com&lt;/a&gt;), we have the following directive (add to mysite/_config):&lt;/p&gt;&lt;p&gt;EcommerceCountry::EcommerceCountry::set_fixed_country_code(&quot;NO&quot;);&lt;/p&gt;&lt;p&gt;I would also set:&lt;/p&gt;&lt;p&gt;Geoip::$default_country_code = 'NO';&lt;/p&gt;&lt;p&gt;That seems to work for me, and it turns the country drop-down into a read-only field.&lt;/p&gt;&lt;p&gt;Cheers&lt;/p&gt;&lt;p&gt;Nicolaas&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: 1-country store / default country and remove country field &lt;a href=&quot;http://www.silverstripe.org/e-commerce-module-forum/show/18635#post310048&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/e-commerce-module-forum/reply/18635&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Fri, 25 Nov 2011 19:23:55 +1300</pubDate>
			<dc:creator>Nicolaas</dc:creator>
			<guid>http://www.silverstripe.org/e-commerce-module-forum/show/18635#post310048</guid>
		</item>
		
		<item>
			<title>Re: Subscriber Database</title>
			<link>http://www.silverstripe.org/e-commerce-module-forum/show/18649#post310047</link>
			<description>&lt;p&gt;I dont think there is, but I probably will be building one in the future.  &lt;/p&gt;&lt;p&gt;Nicolaas&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Subscriber Database &lt;a href=&quot;http://www.silverstripe.org/e-commerce-module-forum/show/18649#post310047&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/e-commerce-module-forum/reply/18649&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Fri, 25 Nov 2011 19:19:11 +1300</pubDate>
			<dc:creator>Nicolaas</dc:creator>
			<guid>http://www.silverstripe.org/e-commerce-module-forum/show/18649#post310047</guid>
		</item>
		
		<item>
			<title>Re: Custom Fields added to Site Search</title>
			<link>http://www.silverstripe.org/e-commerce-module-forum/show/16138#post310002</link>
			<description>&lt;p&gt;This has been an issue for me on several sites. I have not been able to find a reasonable fix for searching custom fields. Any input would be greatly appreciated.&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Custom Fields added to Site Search &lt;a href=&quot;http://www.silverstripe.org/e-commerce-module-forum/show/16138#post310002&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/e-commerce-module-forum/reply/16138&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Thu, 24 Nov 2011 21:33:55 +1300</pubDate>
			<dc:creator>WebGem</dc:creator>
			<guid>http://www.silverstripe.org/e-commerce-module-forum/show/16138#post310002</guid>
		</item>
		
		<item>
			<title>Subscriber Database</title>
			<link>http://www.silverstripe.org/e-commerce-module-forum/show/18649</link>
			<description>&lt;p&gt;Hi. I'm creating a site on which members can subscribe to a service on a weekly basis. The idea is that once their week is up they need to pay another subscription to maintain full access to the site (btw, this is a completely legit service, not Porn - just in case anybody was wondering?!). &lt;/p&gt;&lt;p&gt;Is there a SilverStripe module for this? Has anybody done this sort of thing in a SilverStripe site?&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Subscriber Database &lt;a href=&quot;http://www.silverstripe.org/e-commerce-module-forum/show/18649&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/e-commerce-module-forum/reply/18649&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Thu, 24 Nov 2011 12:28:29 +1300</pubDate>
			<dc:creator>arthurdent</dc:creator>
			<guid>http://www.silverstripe.org/e-commerce-module-forum/show/18649</guid>
		</item>
		
		<item>
			<title>1-country store / default country and remove country field</title>
			<link>http://www.silverstripe.org/e-commerce-module-forum/show/18635</link>
			<description>&lt;p&gt;Hello,&lt;/p&gt;&lt;p&gt;I am working on a store, and the products can be shipped to only one country (Norway). &lt;/p&gt;&lt;p&gt;How do I select default Norway value for country field, and at the same time remove country field completely from the checkout / my account page, or even better, display read-only field &quot;country Norway&quot;.&lt;/p&gt;&lt;p&gt;And another thing - how do I translate labels &quot;First name&quot; Surname, etc. on check-out page, to Norwegian?&lt;/p&gt;&lt;p&gt;Thank you!&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: 1-country store / default country and remove country field &lt;a href=&quot;http://www.silverstripe.org/e-commerce-module-forum/show/18635&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/e-commerce-module-forum/reply/18635&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Wed, 23 Nov 2011 02:32:45 +1300</pubDate>
			<dc:creator>janulka</dc:creator>
			<guid>http://www.silverstripe.org/e-commerce-module-forum/show/18635</guid>
		</item>
		
		<item>
			<title>Re: Cart Issues and Code Showing with new install</title>
			<link>http://www.silverstripe.org/e-commerce-module-forum/show/18538#post309883</link>
			<description>&lt;p&gt;My guess is that you have a typo somewhere. Have you looked at the page with firebug? &lt;a href=&quot;http://getfirebug.com/&quot; rel=&quot;nofollow&quot;&gt;http://getfirebug.com/&lt;/a&gt;&lt;/p&gt;&lt;p&gt;It's a fantastic tool for finding html or css errors.&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Cart Issues and Code Showing with new install &lt;a href=&quot;http://www.silverstripe.org/e-commerce-module-forum/show/18538#post309883&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/e-commerce-module-forum/reply/18538&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Mon, 21 Nov 2011 12:51:23 +1300</pubDate>
			<dc:creator>rog</dc:creator>
			<guid>http://www.silverstripe.org/e-commerce-module-forum/show/18538#post309883</guid>
		</item>
		
		<item>
			<title>Re: Email with Paypal</title>
			<link>http://www.silverstripe.org/e-commerce-module-forum/show/18610#post309882</link>
			<description>&lt;p&gt;Hi,&lt;/p&gt;&lt;p&gt;You need to add Order::set_email('sales@example.com'); to your mysite/_config.php &lt;/p&gt;&lt;p&gt;Also, have a look at sapphire/email/Email.php&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Email with Paypal &lt;a href=&quot;http://www.silverstripe.org/e-commerce-module-forum/show/18610#post309882&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/e-commerce-module-forum/reply/18610&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Mon, 21 Nov 2011 12:43:52 +1300</pubDate>
			<dc:creator>rog</dc:creator>
			<guid>http://www.silverstripe.org/e-commerce-module-forum/show/18610#post309882</guid>
		</item>
		
		<item>
			<title>Email with Paypal</title>
			<link>http://www.silverstripe.org/e-commerce-module-forum/show/18610</link>
			<description>&lt;p&gt;Does anyone know  how it would be possible to send the reciept email to the customer/admin with a paypal payment?&lt;/p&gt;&lt;p&gt;Thanks for any help.&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Email with Paypal &lt;a href=&quot;http://www.silverstripe.org/e-commerce-module-forum/show/18610&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/e-commerce-module-forum/reply/18610&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Mon, 21 Nov 2011 12:28:08 +1300</pubDate>
			<dc:creator>markos</dc:creator>
			<guid>http://www.silverstripe.org/e-commerce-module-forum/show/18610</guid>
		</item>
		
		<item>
			<title>Orders with failed/pending payments</title>
			<link>http://www.silverstripe.org/e-commerce-module-forum/show/18605</link>
			<description>&lt;p&gt;Hi,&lt;/p&gt;&lt;p&gt;I notice that when an order is placed and the payment fails or is left pending because the user closes the browser etc then is no notification that the order was placed. I know that this could easily be done in php but I'm a sysadmin at heart. My solution was to run the following as a cron job on  say the 50th minute of every hour or could be as often as you like. This would then let you know that an order as been placed and you could contact the customer to find out why it wasn't completed or what when wrong.&lt;/p&gt;&lt;p&gt;&lt;div class=&quot;codesnippet&quot;&gt;&lt;p&gt;#!/bin/bash&lt;br /&gt;db_username='username'&lt;br /&gt;db_password='paswword'&lt;br /&gt;db_database='`database`'&lt;br /&gt;emailbody=&quot;/tmp/order.txt&quot;&lt;br /&gt;OldestTime=&quot;2&quot;&lt;br /&gt;NewestTime=&quot;1&quot;&lt;br /&gt;TimeType=&quot;HOUR&quot; # HOUR, DAY, MONTH, etc &lt;br /&gt;ORDER_EMAIL=&quot;you@example.com&quot;&lt;/p&gt;&lt;p&gt;dbquery=$(mysql -u$db_username -p$db_password -e &quot;SELECT OrderID, Status, AmountAmount FROM $db_database.Payment WHERE LastEdited &amp;gt; now() - INTERVAL $OldestTime $TimeType and LastEdited &amp;lt; now() - INTERVAL $NewestTime $TimeType ;&quot; | sed '1d' | sed 's/\t/,/g;s/\n//g')&lt;br /&gt;for row in $dbquery ;&lt;br /&gt;do&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;IFS=',' cell=( ${row} )&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;echo &quot;OrderID: ${cell[0]}&quot; &amp;gt; $emailbody&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;echo &quot;Status: ${cell[1]}&quot; &amp;gt;&amp;gt; $emailbody&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;echo &quot;Amount: ${cell[2]}&quot; &amp;gt;&amp;gt; $emailbody&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;Order=$(mysql -u$db_username -p$db_password -e &quot;SELECT MemberID FROM $db_database.Order WHERE ID = \&quot;${cell[0]}\&quot;;&quot; | tail -n 1)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;echo &quot;$Order&quot; &amp;gt;&amp;gt; $emailbody&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;Member=$(mysql -u$db_username -p$db_password -e &quot;SELECT FirstName, Surname, Email FROM $db_database.Member WHERE ID = \&quot;$Order\&quot;;&quot;  | tail -n 1 | sed 's/\t/\n/g')&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;echo &quot;$Member&quot; &amp;gt;&amp;gt; $emailbody&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;cat $emailbody&lt;br /&gt;#&amp;nbsp;&amp;nbsp;&amp;nbsp;mail -s &quot;Order #${cell[0]} Has ${cell[1]} Payments &quot; -a &quot;From:errors@example.com&quot; $ORDER_EMAIL &amp;lt; $emailbody&lt;br /&gt;done&lt;/p&gt;&lt;/div&gt;&lt;/p&gt;&lt;p&gt;The other thing that I notice that happens is that the stock is removed. Is there a simple way of reversing this? Maybe the stock should only be taken once the payment has been received?&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Orders with failed/pending payments &lt;a href=&quot;http://www.silverstripe.org/e-commerce-module-forum/show/18605&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/e-commerce-module-forum/reply/18605&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Sun, 20 Nov 2011 20:28:17 +1300</pubDate>
			<dc:creator>rog</dc:creator>
			<guid>http://www.silverstripe.org/e-commerce-module-forum/show/18605</guid>
		</item>
		
		<item>
			<title>commerce coupon module  [User Error] CouponForm form created without a controller</title>
			<link>http://www.silverstripe.org/e-commerce-module-forum/show/18594</link>
			<description>&lt;p&gt;Hi,&lt;/p&gt;&lt;p&gt;I'm trying to install the commerce coupon module and everything looks to be working ok a part from when I go in to the checkout page I get the following error:&lt;/p&gt;&lt;p&gt;[User Error] CouponForm form created without a controller&lt;br /&gt;GET /checkout&lt;/p&gt;&lt;p&gt;Line 164 in /var/www/projects/readyornot.co.nz-dev/sapphire/forms/Form.php&lt;/p&gt;&lt;p&gt;Thanks,&lt;br /&gt;Roger&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: commerce coupon module  [User Error] CouponForm form created without a controller &lt;a href=&quot;http://www.silverstripe.org/e-commerce-module-forum/show/18594&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/e-commerce-module-forum/reply/18594&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Fri, 18 Nov 2011 23:36:25 +1300</pubDate>
			<dc:creator>rog</dc:creator>
			<guid>http://www.silverstripe.org/e-commerce-module-forum/show/18594</guid>
		</item>
		
		<item>
			<title>Re: Cart Issues and Code Showing with new install</title>
			<link>http://www.silverstripe.org/e-commerce-module-forum/show/18538#post309841</link>
			<description>&lt;p&gt;No feedback on the end of the &amp;lt;a href&amp;gt; and &amp;lt;img&amp;gt; tags showing up...??  Please see start of Post, &lt;/p&gt;&lt;p&gt;Wondering if anyone else has experienced this?&lt;/p&gt;&lt;p&gt;If not, my thoughts are that it may be something to do with my local server environment.&lt;/p&gt;&lt;p&gt;Any clues?&lt;/p&gt;&lt;p&gt;Thanks&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Cart Issues and Code Showing with new install &lt;a href=&quot;http://www.silverstripe.org/e-commerce-module-forum/show/18538#post309841&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/e-commerce-module-forum/reply/18538&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Fri, 18 Nov 2011 09:30:00 +1300</pubDate>
			<dc:creator>SnowBoarder82</dc:creator>
			<guid>http://www.silverstripe.org/e-commerce-module-forum/show/18538#post309841</guid>
		</item>
		
		<item>
			<title>Paypal Express Checkout Pls Help</title>
			<link>http://www.silverstripe.org/e-commerce-module-forum/show/18568</link>
			<description>&lt;p&gt;My question is how do I send the item code/description over to Paypals order summary. At the moment its just sending the price. So the customer does not see a description of the product they would like to purchase or the product number.  &lt;/p&gt;&lt;p&gt;Any help would be greatly apreciated!! &lt;/p&gt;&lt;p&gt;Thanks ever so much.&lt;/p&gt;&lt;p&gt;Mark.&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Paypal Express Checkout Pls Help &lt;a href=&quot;http://www.silverstripe.org/e-commerce-module-forum/show/18568&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/e-commerce-module-forum/reply/18568&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Wed, 16 Nov 2011 18:32:37 +1300</pubDate>
			<dc:creator>markos</dc:creator>
			<guid>http://www.silverstripe.org/e-commerce-module-forum/show/18568</guid>
		</item>
		
		<item>
			<title>Re: brother owe their human-like.</title>
			<link>http://www.silverstripe.org/e-commerce-module-forum/show/18549#post309685</link>
			<description>&lt;p&gt;SPAM&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: brother owe their human-like. &lt;a href=&quot;http://www.silverstripe.org/e-commerce-module-forum/show/18549#post309685&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/e-commerce-module-forum/reply/18549&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Tue, 15 Nov 2011 01:22:36 +1300</pubDate>
			<dc:creator>danzzz</dc:creator>
			<guid>http://www.silverstripe.org/e-commerce-module-forum/show/18549#post309685</guid>
		</item>
		
		<item>
			<title>brother owe their human-like.</title>
			<link>http://www.silverstripe.org/e-commerce-module-forum/show/18549</link>
			<description>&lt;p&gt;Paused, Xiaojing Yi also said: &quot;do not have too many times in the morning one in the afternoon on the line.&quot;&lt;br /&gt;&quot;You mean that I skipped school slipped back?&quot; Yonfan looked Xiaojing Yi said.&lt;br /&gt;Xiaojing Yi nodded, then look to the Zhou Ying, Zhou Ying, asking with his eyes, this approach is feasible.&lt;br /&gt;Zhou Ying thought, nodded silently, Xiaojing Yi agreed to this approach, this is no way of solution.&lt;br /&gt;See Xiaojing Yi and Zhou Ying's eyes are in his body, Fan Yang hit a burp, put down the dishes, said: &quot;You mean I is a poor student, skipped school come back week for me, not the British count things, right? &quot;&lt;br /&gt;Xiaojing Yi said: &quot;I mean you're a boy, speed faster, able to take advantage of the time between classes to catch a back and forth.&quot; Said this time, Xiao Jingyi face slightly red a bit rare.&lt;br /&gt;Obviously she was lying, she would like to put it is Yang Fan, Fan Yang because it is a ruffian, I skipped school came back to him so will not matter.&lt;br /&gt;&quot;Yang Fan, sprained my foot, you are responsible.&quot; Zhou said at this time the British and.&lt;br /&gt;&quot;OK, brother agreed.&quot; Yonfan thought, this is not a big deal, agreed to down: &quot;It's a bar, I'm full, go back. Something went to knock on the door, around the clock free of charge for two services. &quot;&lt;br /&gt;Said, and Fan Yang stood up, back door to rent their own house gone.&lt;br /&gt;Agreed to hear Yonfan down, &lt;a href=&quot;http://www.jerseysauthenticwholesale.com/&quot; rel=&quot;nofollow&quot;&gt;wholesale jerseys from china&lt;/a&gt;&lt;br /&gt;Xiaojing Yi and Zhou Ying also relieved. See Yonfan gone, they subconsciously pick up the chopsticks to eat, but the two plates have long been empty, only the soup of the&lt;br /&gt; Fan Yang Xiaojing Yi and Zhou Ying, from where the food comes out chubby belly, is planning to open his door and Lei Ting shared, but at this time phone rang.&lt;br /&gt;Took out his phone and saw his brother Wu Chenghai is a call, Yonfan quickly connected to the phone: &quot;Big Brother.&quot;&lt;br /&gt;There came the Wu Chenghai telephone voice: &quot;I am in the old place, over it.&quot; Finish the sentence, Wu Chenghai hung up the phone.&lt;br /&gt;Wu Chenghai said the old place, is Wu Chenghai care within a gang wherever he goes. Wu Chenghai personally took this child, equivalent to the parishes where the Wu Chenghai.&lt;br /&gt;Wherever he goes by the name of this night life.&lt;br /&gt;As the name suggests, this is a nightclub.&lt;br /&gt;This night life nightclub, is the best business sites Wu Chenghai wherever he goes, and Wu Chenghai had personally took.&lt;br /&gt;Night life there are five, one for the disco, year-round non-stop performance, two-story bar, and offers billiards and other entertainment projects, three KTV rooms, four bath, providing a rest area. Five separate from the middle, half cafe, &lt;br /&gt;&lt;a href=&quot;http://www.wholesalejerseysauthenntic.com/&quot; rel=&quot;nofollow&quot;&gt;wholesale jerseys from china&lt;/a&gt;&lt;br /&gt;half of the integrated office. Each layer has set up a separate office, five comprehensive report something directly inside office.&lt;br /&gt;Like disco floor Needless to say, we all take for granted. The second floor of billiards entertainment, in many cases, the guests drink in the bar used as a gambling project. Three of KTV box, with a large group of naturally Miss Mommy location. Not to mention four-bath, sauna, massage and the like that is essential.&lt;br /&gt;The most worth mentioning is the fifth floor of the cafe, which also have dining rooms of the cafe. Only, but it is doing the trickery of the acts. Very few people come here to drink tea, but to gamble. This is the real function of the fifth floor cafe, in fact, to those who gamble to provide a venue, is a secret casino.&lt;br /&gt;Of course, there is a big gamble, most people do not afford that. Gambling to be here, not just the money on the line, had to go through Wu Chenghai investigation, the trust achieved Wu Chenghai can on the table. At first, this secret not many guests to the casino, but with the Wu Chenghai promotion, casino night life of the secret is already the first choice for the rich gamble.&lt;br /&gt;The development to the present, most people have not enter the secret casino. New casinos who are described by the old customers. Even the old customers introduced, Wu Chenghai still is careful to investigate the release will come clear.&lt;br /&gt;Yonfan a taxi to the night life, with a nod to the porter's little brother, and went directly to the door. Here's Wu Chenghai Yang Fan's men knew little brother, even if Yonfan for the hair, and it was immediately recognized.&lt;br /&gt;While it is still very early time, &lt;br /&gt;&lt;a href=&quot;http://www.jerseysauthenticchina.com/&quot; rel=&quot;nofollow&quot;&gt;cheap jerseys from china&lt;/a&gt;&lt;br /&gt;may have begun to show the first floor, night club has a full house guests.&lt;br /&gt;Yonfan straight toward the establishment of a separate first floor office, through the office door, night life out of the staff is dedicated elevator. Of course, this elevator only Yonfan this real &quot;staff&quot; open house.&lt;br /&gt;Take the elevator to the fifth floor, Yang Fan came to the fifth largest office outside.&lt;br /&gt;&quot;Xiaofan brother.&quot; Smile at the door with the two younger brother Yang Fan greeting.&lt;br /&gt;Yonfan also smiled, asked: &quot;Brother in?&quot;&lt;br /&gt;&quot;In, Big Brother told, and Xiao-fan brother to go directly.&quot; Brother immediately replied with this name.&lt;br /&gt;&quot;The Raven it?&quot; Yonfan hand on the doorknob asked.&lt;br /&gt;&quot;Big Brother Crow brother was arranged to go to the third floor.&quot;&lt;br /&gt;Yonfan nodded, not ask once what Tuimenzoujin the office.&lt;br /&gt;&quot;Big Brother.&quot; Yonfan door immediately shouted.&lt;br /&gt;Wu Chenghai of a full hundred square meters of office space, spacious and decorated with style. At this point he was leaning against the boss chair, feet resting on the desk, sucking cigarettes are relaxed, come see Yang Fan, Wu Chenghai pointed to a chair opposite his desk: &quot;sit.&quot;&lt;br /&gt;See Yonfan sit down, throw a cigarette to Wu Chenghai Yang Fan, asked: &quot;how? Also used it in school?&quot;&lt;br /&gt;&quot;Fortunately.&quot; Yonfan answer the Wu Chenghai, &lt;br /&gt;&lt;a href=&quot;http://www.jerseyswholesalefromchina.com/&quot; rel=&quot;nofollow&quot;&gt;authentic nfl jerseys&lt;/a&gt;&lt;br /&gt;then lit a cigarette hand, even if not used but also how? Big Brother will not let his back.&lt;br /&gt;&quot;The dean of students that what to call me, you do not something, right?&quot; Wu Chenghai still not assured of this matter, to worry about Yonfan will be expelled from school.&lt;br /&gt;&quot;Cheer up, brother!&quot; Fan Yang smiled and said: &quot;It's a school break, if I can not stand another foot, are we going to be laughable? This thing is not my fault, mainly that the class teacher He Yulan listening too hard to speak, I was top of her a few. dean of students even want to take this issue also can not do. &quot;&lt;br /&gt;&quot;Mom, this year, when a broken ** teacher also felt very, very fast hardware.&quot; Thought He Yulan, Wu Chenghai could not help but curse: &quot;The truth his mother three days is not shit, you feel * * There are stud son insisted on it! &quot;&lt;br /&gt;His brother heard this, Yonfan smile did not say nothing.&lt;br /&gt;&quot;Xiao Jingyi case how?&quot; Wu Chenghai asked again.&lt;br /&gt;Fan Yang said: &quot;Fortunately, nothing special circumstances. Is a small white face spinning around her, yesterday, I just shot his brother taught meal.&quot;&lt;br /&gt;&quot;She spun around bitch, this bitch you do not hit directly into the pig,&quot; Wu Chenghai angrily: &quot;Lessons ass with his brother?&quot;&lt;br /&gt;&quot;They are twins, I got the wrong person.&quot; Yang Fan, explains: &quot;However, this matter also know that bitch, today I have not seen the little white face during the struggle Xiaojing Yi.&quot;&lt;br /&gt;&quot;That's good.&quot; Wu Chenghai nodded and said: &quot;In short, &lt;br /&gt;&lt;a href=&quot;http://www.jerseyswholesalefromchina.com/&quot; rel=&quot;nofollow&quot;&gt;nfl jerseys china&lt;/a&gt;&lt;br /&gt;you want to protect small Ching Yee, things to do.&quot;&lt;br /&gt;&quot;Take it, brother.&quot; Yonfan agree with.&lt;br /&gt;Wu Chenghai Yang Fan looked at, turned around to see out the window, said: &quot;Yang Fan, there is no blame in my heart big brother?&quot;&lt;br /&gt;Pair of faint to hear the tone of his brother, big brother Yonfan know a good mood. So ask yourself, and certainly guess they will blame him in the heart.&lt;br /&gt;Could not help but smile: &quot;Brother to listen to the truth, or to listen to lie?&quot;&lt;br /&gt;&quot;You His mother, also spoke with the brother with the hide?&quot; Wu Chenghai not help Xiao Ma said: &quot;You're in such a small mind, you do not say I guess. Brother know your heart will certainly be some unpleasant , but, Big Brother is no way, you look on the one Shoudi Xia less with it. Then there are things you worry brother, so had to send you to school. &quot;&lt;br /&gt;&quot;Brother, do not say, I know.&quot; Yonfan interrupted his brother, then do not want him to go on, and say something like how much his brother owe their human-like.&lt;br /&gt;&quot;You know enough.&quot; Wu Chenghai stood up and slowly walked a few steps, stood in the position of the window, spoke and said: &quot;You big brother around for so many years, only in my position also under. Brother is long overdue your position to the laid down. &quot;&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: brother owe their human-like. &lt;a href=&quot;http://www.silverstripe.org/e-commerce-module-forum/show/18549&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/e-commerce-module-forum/reply/18549&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Mon, 14 Nov 2011 16:34:33 +1300</pubDate>
			<dc:creator>hfdhdfhdhh</dc:creator>
			<guid>http://www.silverstripe.org/e-commerce-module-forum/show/18549</guid>
		</item>
		
		<item>
			<title>Re: Cart Issues and Code Showing with new install</title>
			<link>http://www.silverstripe.org/e-commerce-module-forum/show/18538#post309661</link>
			<description>&lt;p&gt;# 2 solved - Any new products added just had to be published before the cart could interact with it.&lt;br /&gt;#1 still a mystery...&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Cart Issues and Code Showing with new install &lt;a href=&quot;http://www.silverstripe.org/e-commerce-module-forum/show/18538#post309661&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/e-commerce-module-forum/reply/18538&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Sun, 13 Nov 2011 18:44:25 +1300</pubDate>
			<dc:creator>SnowBoarder82</dc:creator>
			<guid>http://www.silverstripe.org/e-commerce-module-forum/show/18538#post309661</guid>
		</item>
		
		<item>
			<title>Cart Issues and Code Showing with new install</title>
			<link>http://www.silverstripe.org/e-commerce-module-forum/show/18538</link>
			<description>&lt;p&gt;Hey Guys, &lt;/p&gt;&lt;p&gt;Have just started working with the E-commerce module and have a few issues off the bat - hopefully quick fixes... &lt;br /&gt;1) It appears that the end of the &amp;lt;a href&amp;gt; or &amp;lt;img&amp;gt; tags are showing up on screen in the cart and product listings... Below is a screenshot of this on the ProductGroup page&lt;/p&gt;&lt;p&gt;2) The example products function correctly when adding or subtracting them from the cart, but after adding a new product and clicking &quot;add to cart&quot; anywhere, the page loads but nothing happens...&lt;/p&gt;&lt;p&gt;Any Clues?&lt;/p&gt;&lt;p&gt;Using Silverstripe version: 2.4.5&lt;br /&gt;Ecommerce Module: 0.8.1&lt;br /&gt;Payment Module: 0.3.0&lt;/p&gt;&lt;p&gt;Thanks in advance!&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Cart Issues and Code Showing with new install &lt;a href=&quot;http://www.silverstripe.org/e-commerce-module-forum/show/18538&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/e-commerce-module-forum/reply/18538&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Sat, 12 Nov 2011 20:14:22 +1300</pubDate>
			<dc:creator>SnowBoarder82</dc:creator>
			<guid>http://www.silverstripe.org/e-commerce-module-forum/show/18538</guid>
		</item>
		
		<item>
			<title>Re: 2 quick questions</title>
			<link>http://www.silverstripe.org/e-commerce-module-forum/show/18491#post309541</link>
			<description>&lt;p&gt;0.8.2 ecommerce module&lt;br /&gt;2.4.5 silverstripe&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: 2 quick questions &lt;a href=&quot;http://www.silverstripe.org/e-commerce-module-forum/show/18491#post309541&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/e-commerce-module-forum/reply/18491&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Thu, 10 Nov 2011 09:09:06 +1300</pubDate>
			<dc:creator>venofiona</dc:creator>
			<guid>http://www.silverstripe.org/e-commerce-module-forum/show/18491#post309541</guid>
		</item>
		
		<item>
			<title>Re: 2 quick questions</title>
			<link>http://www.silverstripe.org/e-commerce-module-forum/show/18491#post309502</link>
			<description>&lt;p&gt;what version are you using?&lt;/p&gt;&lt;p&gt;Nicolaas&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: 2 quick questions &lt;a href=&quot;http://www.silverstripe.org/e-commerce-module-forum/show/18491#post309502&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/e-commerce-module-forum/reply/18491&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Wed, 09 Nov 2011 19:13:41 +1300</pubDate>
			<dc:creator>Nicolaas</dc:creator>
			<guid>http://www.silverstripe.org/e-commerce-module-forum/show/18491#post309502</guid>
		</item>
		
		<item>
			<title>Re: SortLinks not showing other Groups</title>
			<link>http://www.silverstripe.org/e-commerce-module-forum/show/18239#post309471</link>
			<description>&lt;p&gt;Thanks Nicolaas,&lt;/p&gt;&lt;p&gt;I played around with it a bit but my php is pretty poor so no joy I'm afraid. I wasn't sure exactly how much of the code to copy and how much of the original code to replace  &lt;img src='http://www.silverstripe.org/sapphire/images/smilies/smile.gif'&gt; &lt;/p&gt;&lt;p&gt;Kinda wierd why the ecommerce module doesn't recognise the product count if it comes from a different group.&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: SortLinks not showing other Groups &lt;a href=&quot;http://www.silverstripe.org/e-commerce-module-forum/show/18239#post309471&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/e-commerce-module-forum/reply/18239&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Wed, 09 Nov 2011 05:26:08 +1300</pubDate>
			<dc:creator>ambient</dc:creator>
			<guid>http://www.silverstripe.org/e-commerce-module-forum/show/18239#post309471</guid>
		</item>
		
		<item>
			<title>2 quick questions</title>
			<link>http://www.silverstripe.org/e-commerce-module-forum/show/18491</link>
			<description>&lt;p&gt;First off im pretty new to this CMS so im still getting the hang of it.&lt;/p&gt;&lt;p&gt;First question: when i go to checkout it says &quot;You do not have any order corresponding to that ID, so you can't checkout this order.&quot; I was just wondering what caused this. Im thinking its from the order not being paid since im using the cheque method.&lt;/p&gt;&lt;p&gt;2nd question: Since i live in the US the flat tax idea doesnt really work, so is there a way to say if you live in a certain state then tax is added. If you dont then no tax.&lt;/p&gt;&lt;p&gt;Thanks for any help  &lt;img src='http://www.silverstripe.org/sapphire/images/smilies/smile.gif'&gt; &lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: 2 quick questions &lt;a href=&quot;http://www.silverstripe.org/e-commerce-module-forum/show/18491&quot; class=&quot;showLink&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/e-commerce-module-forum/reply/18491&quot; class=&quot;replyLink&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Tue, 08 Nov 2011 15:23:46 +1300</pubDate>
			<dc:creator>venofiona</dc:creator>
			<guid>http://www.silverstripe.org/e-commerce-module-forum/show/18491</guid>
		</item>
		

	</channel>
</rss>
