Home Office Furniture

Post links to sites running CMS in all its glory.
Locked
cowtan
Forum Members
Forum Members
Posts: 70
Joined: Mon Jan 19, 2009 5:04 pm

Home Office Furniture

Post 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
SimonJ

Re: Home Office Furniture

Post 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?
cowtan
Forum Members
Forum Members
Posts: 70
Joined: Mon Jan 19, 2009 5:04 pm

Re: Home Office Furniture

Post 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 - &pound;<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.
andre_designer
Forum Members
Forum Members
Posts: 233
Joined: Sat Apr 10, 2010 4:26 am
Location: Gorinchem

Re: Home Office Furniture

Post by andre_designer »

tip/ advise put your pretty urls on.

how you do this, you can find this in the wiki!!
cowtan
Forum Members
Forum Members
Posts: 70
Joined: Mon Jan 19, 2009 5:04 pm

Re: Home Office Furniture

Post 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
andre_designer
Forum Members
Forum Members
Posts: 233
Joined: Sat Apr 10, 2010 4:26 am
Location: Gorinchem

Re: Home Office Furniture

Post by andre_designer »

ow, okay didn't now that!!
Locked

Return to “CMS Show Off”