Page 1 of 1
Home Office Furniture
Posted: Wed May 23, 2012 10:19 am
by cowtan
Hi - Just finished a new site for selling home office furniture in the UK -
http://www.homeofficeexpress.co.uk/
Based on cmsms 1.10.3 and as well as the core modules it uses CGFeedback 1.5.4, Products 2.17 and SiteMapMadeSimple 1.2.6
It also uses foxycart for the shopping cart funtionality
Re: Home Office Furniture
Posted: Wed May 23, 2012 12:25 pm
by SimonJ
cowtan wrote:Hi - Just finished a new site for selling home office furniture in the UK -
http://www.homeofficeexpress.co.uk/
Based on cmsms 1.10.3 and as well as the core modules it uses CGFeedback 1.5.4, Products 2.17 and SiteMapMadeSimple 1.2.6
It also uses foxycart for the shopping cart funtionality
How much work is involved getting foxycart integrated into cmsms?
Re: Home Office Furniture
Posted: Wed May 23, 2012 1:52 pm
by cowtan
SimonJ wrote:
How much work is involved getting foxycart integrated into cmsms?
Very little. The following is the relevent part out of the 'detail' template from the products module -
Code: Select all
<form id="itemForm" action="https://homeofficeexpress.foxycart.com/cart" method="post" accept-charset="utf-8">
<input type="hidden" name="name" value="{$parent_name} - {$entry->product_name}" />
<input type="hidden" name="price" value="{$entry->price}" />
<input type="submit" name="Add to basket" value="Add to basket" class="button" />
</form>
and the code for the shopping cart looks like -
Code: Select all
<div id="shoppingBasket">
<div id="shoppingBasketText">
<h2>Your basket</h2>
<p><span id="fc_quantity"></span> items - £<span id="fc_total_price"></span></p>
</div>
<form action="https://homeofficeexpress.foxycart.com/cart?cart=view" method="get">
<input type="submit" value="Checkout" class="button" />
</form>
<div class="clearBoth"></div>
</div>
Apart from that it's just a matter of including a couple of javascript and css files in the header.
Re: Home Office Furniture
Posted: Wed May 23, 2012 5:18 pm
by andre_designer
tip/ advise put your pretty urls on.
how you do this, you can find this in the wiki!!
Re: Home Office Furniture
Posted: Wed May 23, 2012 5:23 pm
by cowtan
andre_designer wrote:tip/ advise put your pretty urls on.
how you do this, you can find this in the wiki!!
Well, I would but see -
http://forum.cmsmadesimple.org/viewtopi ... =7&t=61153
Re: Home Office Furniture
Posted: Wed May 23, 2012 5:33 pm
by andre_designer
ow, okay didn't now that!!