How to check if price equals 0

Author Message

Espen R

Thursday 15 March 2007 6:24:40 am

Hi!

I'm trying to get a price to show in a template only if the value is more than 0.

I have tried the following code with no luck. The ezprice attribute is called "pris".

{if $node.object.data_map.pris.content.data_float|not(0)}
    Pris: {attribute_view_gui attribute=$node.object.data_map.pris}	
{/if}

This code shows the price even if it is 0. What stupid mistake am I doing here? :)

Sébastien Antoniotti

Thursday 15 March 2007 7:05:40 am

Hi,

You can try this :

{if gt($node.object.data_map.pris.content.data_float,0)}

eZ Publish Freelance
web : http://www.webaxis.fr

Espen R

Thursday 15 March 2007 7:24:52 am

Thanks for trying, but it doesn't work. It doesn't output anything no matter what the value is.

I have checked that the ezprice object attribute is "data_float" and that is has a value using

{$node.object.data_map.pris|attribute(show)}

but no..

eZ version is 3.6.11 btw.

Sébastien Antoniotti

Thursday 15 March 2007 7:34:50 am

and with

 

{if gt($node.object.data_map.pris,0)}
 

?

eZ Publish Freelance
web : http://www.webaxis.fr

Espen R

Thursday 15 March 2007 8:01:01 am

Sorry but it doesn't work either. It always shows the price. :(

Claudia Kosny

Thursday 15 March 2007 8:18:10 am

Hi Espen

If you check http://ez.no/doc/ez_publish/technical_manual/3_8/reference/datatypes/price you can see that the content of a price attribute is an ezprice object. The documentation about this object here http://ez.no/doc/ez_publish/technical_manual/3_8/reference/objects/ezprice tells you what attributes this object has.

So try

{if $node.object.data_map.pris.content.price|gt(0)}
   Pris: {attribute_view_gui attribute=$node.object.data_map.pris}     
{/if}

Claudia

EDIT:
I replaced ...price|not(0)} with ...price|gt(0).
/EDIT

Espen R

Friday 16 March 2007 5:16:32 am

Thanks Claudia!

That worked like a charm. Thought I had tried that but I apparently hadn't.

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 30 2025 20:31:46
Script start
Timing: Jan 30 2025 20:31:46
Module start 'layout'
Timing: Jan 30 2025 20:31:46
Module start 'content'
Timing: Jan 30 2025 20:31:48
Module end 'content'
Timing: Jan 30 2025 20:31:48
Script end

Main resources:

Total runtime2.4464 sec
Peak memory usage8,192.0000 KB
Database Queries71

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0055 588.1328151.2109
Module start 'layout' 0.00550.0043 739.3438220.7031
Module start 'content' 0.00982.4355 960.04694,531.3125
Module end 'content' 2.44530.0010 5,491.359416.4766
Script end 2.4463  5,507.8359 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00630.2586160.0004
Check MTime0.00160.0643160.0001
Mysql Total
Database connection0.00070.029610.0007
Mysqli_queries2.206590.1943710.0311
Looping result0.00070.0301690.0000
Template Total2.298193.921.1490
Template load0.00190.077620.0009
Template processing2.296293.860821.1481
Template load and register function0.00130.052610.0013
states
state_id_array0.00350.144010.0035
state_identifier_array0.00300.122920.0015
Override
Cache load0.00150.0613430.0000
Sytem overhead
Fetch class attribute can translate value0.00190.075930.0006
Fetch class attribute name0.00540.221290.0006
XML
Image XML parsing0.00840.342230.0028
class_abstraction
Instantiating content class attribute0.00000.0014130.0000
General
dbfile0.01180.4810220.0005
String conversion0.00000.000340.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
6content/datatype/view/ezimage.tpl<No override>extension/sevenx/design/simple/templates/content/datatype/view/ezimage.tplEdit templateOverride template
7content/datatype/view/ezxmltext.tpl<No override>extension/community_design/design/suncana/templates/content/datatype/view/ezxmltext.tplEdit templateOverride template
12content/datatype/view/ezxmltags/paragraph.tpl<No override>extension/ezwebin/design/ezwebin/templates/content/datatype/view/ezxmltags/paragraph.tplEdit templateOverride template
5content/datatype/view/ezxmltags/literal.tpl<No override>extension/community/design/standard/templates/content/datatype/view/ezxmltags/literal.tplEdit templateOverride template
1content/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: 33
 Number of unique templates used: 7

Time used to render debug report: 0.0002 secs