Skip to content

Commit e31207e

Browse files
committed
Updated samples and articles from gitlab 29347e0d87e544b4df78fc396ccd84aca140b46a
1 parent 152faa1 commit e31207e

File tree

3 files changed

+55
-0
lines changed

3 files changed

+55
-0
lines changed

docs/feeds/offer/fields/member_price.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,15 @@ Below you will find possible error codes generated when validating this field al
232232

233233
:::
234234

235+
:::danger[**<Anchor id="validation_price_out_of_range" title="validation_price_out_of_range" />**]
236+
237+
238+
```xml
239+
<pj:member_price>1000000000 SEK</pj:member_price>
240+
```
241+
242+
:::
243+
235244
:::danger[**<Anchor id="validation_unknown_currency" title="validation_unknown_currency" />**]
236245

237246

@@ -293,6 +302,15 @@ member_price
293302

294303
:::
295304

305+
:::danger <Anchor id="validation_price_out_of_range" title="validation_price_out_of_range" />
306+
307+
```csv
308+
member_price
309+
1000000000 SEK
310+
```
311+
312+
:::
313+
296314
:::danger <Anchor id="validation_unknown_currency" title="validation_unknown_currency" />
297315

298316
```csv

docs/feeds/offer/fields/price.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,15 @@ Below you will find possible error codes generated when validating this field al
243243

244244
:::
245245

246+
:::danger[**<Anchor id="validation_price_out_of_range" title="validation_price_out_of_range" />**]
247+
248+
249+
```xml
250+
<g:price>1000000000 SEK</g:price>
251+
```
252+
253+
:::
254+
246255
:::danger[**<Anchor id="validation_unknown_currency" title="validation_unknown_currency" />**]
247256

248257

@@ -313,6 +322,15 @@ price
313322

314323
:::
315324

325+
:::danger <Anchor id="validation_price_out_of_range" title="validation_price_out_of_range" />
326+
327+
```csv
328+
price
329+
1000000000 SEK
330+
```
331+
332+
:::
333+
316334
:::danger <Anchor id="validation_unknown_currency" title="validation_unknown_currency" />
317335

318336
```csv

docs/feeds/offer/fields/sale_price.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -251,6 +251,16 @@ Below you will find possible error codes generated when validating this field al
251251

252252
:::
253253

254+
:::danger[**<Anchor id="validation_price_out_of_range" title="validation_price_out_of_range" />**]
255+
256+
257+
```xml
258+
<g:sale_price>1000000000 SEK</g:sale_price>
259+
<g:price>3200000 SEK</g:price>
260+
```
261+
262+
:::
263+
254264
:::danger[**<Anchor id="validation_sale_price_is_not_lower_then_price" title="validation_sale_price_is_not_lower_then_price" />**]
255265

256266

@@ -327,6 +337,15 @@ sale_price,price
327337

328338
:::
329339

340+
:::danger <Anchor id="validation_price_out_of_range" title="validation_price_out_of_range" />
341+
342+
```csv
343+
sale_price,price
344+
1000000000 SEK,3200000 SEK
345+
```
346+
347+
:::
348+
330349
:::danger <Anchor id="validation_sale_price_is_not_lower_then_price" title="validation_sale_price_is_not_lower_then_price" />
331350

332351
```csv

0 commit comments

Comments
 (0)