Skip to content

Commit 378c685

Browse files
authored
Improve the doc around percentages in shipping rates. (#4678)
1 parent 4a8cb7e commit 378c685

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

data/ext/pending/issue-3617.ttl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,15 +47,15 @@
4747
:rangeIncludes :Number ;
4848
:source <https://github.com/schemaorg/schemaorg/issues/3617> ;
4949
:isPartOf <https://pending.schema.org> ;
50-
rdfs:comment "Value in the range [0.0 ; 1.0] representing the fraction of the value of the order that is charged as shipping cost." .
50+
rdfs:comment "Value representing the fraction of the value of the order that is charged as shipping cost. Example: 0.10 would mean shipping rate is 10% of the total order value." .
5151

5252
:weightPercentage a rdf:Property ;
5353
rdfs:label "weightPercentage" ;
5454
:domainIncludes :ShippingRateSettings ;
5555
:rangeIncludes :Number ;
5656
:source <https://github.com/schemaorg/schemaorg/issues/3617> ;
5757
:isPartOf <https://pending.schema.org> ;
58-
rdfs:comment "Value in the range [0.0 ; 1.0] representing the fraction of the weight that is used to compute the shipping price." .
58+
rdfs:comment "Value representing the fraction of the weight that is used to compute the shipping price. Example: 0.10 and a shipping weight of 15kg would add $1.5 to the order price, where the $ is the currency of the order." .
5959

6060
# ╔════════════════════════════════════════════════════════╗
6161
# ║ Adding ServicePeriod ║

0 commit comments

Comments
 (0)