Fetching basket (shop module)

Author Message

Robin Sørlie

Monday 28 July 2003 8:11:05 am

Hi

In my pagelayout template I have a "box" on the right side which show the products in basket and total amount.

I have tried this:

{section name=Basket show=$basket.items|gt(0)}
<input type="hidden" name="ProductItemIDList[]" value="{$Basket:ProductItem:item.id}" />

<table width="100%">
{section name=ProductItem loop=$basket.items}
<tr>
<td class="menybox" width="100%" colspan="2"><a class="menybox" href={concat("/content/view/full/",$Basket:ProductItem:item.node_id,"/")|ezurl}>{$Basket:ProductItem:item.item_count} x {$Basket:ProductItem:item.object_name|wash}{$Basket:ProductItem:item.item_count}</a>
</td> {/section}
</tr>
<tr>
<td class="menybox" width="50%">Total:</td>
<td class="menybox" width="50%"></td>
</tr>
<tr>
<td class="menybox" width="50%">{$basket.total_inc_vat|l10n(currency)}</td>
<td class="menybox" width="50%">{$basket.total_ex_vat|l10n(currency)}</td>
</tr>
</table>
{/section}

{section name=Basket show=$basket.items|lt(1) } You have no products in your basket.
{/section}

This works fine when I'm in /shop/basket/, but not when browsing around for more products. I suppose I need a fetch function here, but how can I fetch from basket?

 

Bjørn Kaarstein

Tuesday 29 July 2003 1:49:26 am

Hi.

How about a little workaround...

If you use an Iframe to display the basket in your box, the box will always be in /shop/basket.

<iframe src={"http://myshop.no/shop/basket"|ezurl} height=800 width=300 scrolling=no frameborder=0></iframe>

If you use position:absolute around it, you can place it where you want.

I had to use something like this to include a mailform that contained checkboxes - linking to an ASP page on another site...

Regards Bjørn.

Robin Sørlie

Tuesday 29 July 2003 5:57:37 am

Yes , thats a way, but this box is going to have another look than the basket page. I know there is supposed to be another way. Found this on the forum [url]http://www.ez.no/developer/ez_publish_3/forum/developer/referencing_shop_baskets_when_continuing_shopping[/url]

But I'm not sure what Bård is thinking about.

-Robin

Robin Sørlie

Tuesday 29 July 2003 6:09:48 am

But thanks for the tips, I will use this in an another part of the site...

Powered by eZ Publish™ CMS Open Source Web Content Management. Copyright © 1999-2014 eZ Systems AS (except where otherwise noted). All rights reserved.

eZ debug

Timing: Jan 31 2025 04:15:56
Script start
Timing: Jan 31 2025 04:15:56
Module start 'layout'
Timing: Jan 31 2025 04:15:56
Module start 'content'
Timing: Jan 31 2025 04:15:57
Module end 'content'
Timing: Jan 31 2025 04:15:57
Script end

Main resources:

Total runtime1.1443 sec
Peak memory usage4,096.0000 KB
Database Queries60

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0052 588.1328151.2109
Module start 'layout' 0.00520.0023 739.343836.6484
Module start 'content' 0.00751.1361 775.9922905.7188
Module end 'content' 1.14360.0007 1,681.710911.8516
Script end 1.1443  1,693.5625 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00320.2765160.0002
Check MTime0.00130.1093160.0001
Mysql Total
Database connection0.00080.066910.0008
Mysqli_queries1.093495.5523600.0182
Looping result0.00050.0442580.0000
Template Total1.116297.520.5581
Template load0.00190.169920.0010
Template processing1.114297.370820.5571
Template load and register function0.00120.104010.0012
states
state_id_array0.00100.091810.0010
state_identifier_array0.00130.114720.0007
Override
Cache load0.00160.1422420.0000
Sytem overhead
Fetch class attribute can translate value0.00100.089020.0005
Fetch class attribute name0.00190.169040.0005
XML
Image XML parsing0.00020.021320.0001
class_abstraction
Instantiating content class attribute0.00000.001040.0000
General
dbfile0.00060.0499100.0001
String conversion0.00000.000740.0000
Note: percentages do not add up to 100% because some accumulators overlap

Templates used to render the page:

UsageRequested templateTemplateTemplate loadedEditOverride
1node/view/full.tplfull/forum_topic.tplextension/sevenx/design/simple/override/templates/full/forum_topic.tplEdit templateOverride template
4content/datatype/view/ezxmltext.tpl<No override>extension/community_design/design/suncana/templates/content/datatype/view/ezxmltext.tplEdit templateOverride template
7content/datatype/view/ezxmltags/paragraph.tpl<No override>extension/ezwebin/design/ezwebin/templates/content/datatype/view/ezxmltags/paragraph.tplEdit templateOverride template
3content/datatype/view/ezxmltags/line.tpl<No override>design/standard/templates/content/datatype/view/ezxmltags/line.tplEdit templateOverride template
1print_pagelayout.tpl<No override>extension/community/design/community/templates/print_pagelayout.tplEdit templateOverride template
 Number of times templates used: 16
 Number of unique templates used: 5

Time used to render debug report: 0.0001 secs