File tree Expand file tree Collapse file tree 3 files changed +55
-0
lines changed Expand file tree Collapse file tree 3 files changed +55
-0
lines changed Original file line number Diff line number Diff line change @@ -232,6 +232,15 @@ Below you will find possible error codes generated when validating this field al
232
232
233
233
:::
234
234
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
+
235
244
::: danger [ ** <Anchor id =" validation_unknown_currency " title =" validation_unknown_currency " />** ]
236
245
237
246
@@ -293,6 +302,15 @@ member_price
293
302
294
303
:::
295
304
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
+
296
314
:::danger <Anchor id =" validation_unknown_currency " title =" validation_unknown_currency " />
297
315
298
316
``` csv
Original file line number Diff line number Diff line change @@ -243,6 +243,15 @@ Below you will find possible error codes generated when validating this field al
243
243
244
244
:::
245
245
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
+
246
255
::: danger [ ** <Anchor id =" validation_unknown_currency " title =" validation_unknown_currency " />** ]
247
256
248
257
@@ -313,6 +322,15 @@ price
313
322
314
323
:::
315
324
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
+
316
334
:::danger <Anchor id =" validation_unknown_currency " title =" validation_unknown_currency " />
317
335
318
336
``` csv
Original file line number Diff line number Diff line change @@ -251,6 +251,16 @@ Below you will find possible error codes generated when validating this field al
251
251
252
252
:::
253
253
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
+
254
264
::: danger [ ** <Anchor id =" validation_sale_price_is_not_lower_then_price " title =" validation_sale_price_is_not_lower_then_price " />** ]
255
265
256
266
@@ -327,6 +337,15 @@ sale_price,price
327
337
328
338
:::
329
339
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
+
330
349
:::danger <Anchor id =" validation_sale_price_is_not_lower_then_price " title =" validation_sale_price_is_not_lower_then_price " />
331
350
332
351
``` csv
You can’t perform that action at this time.
0 commit comments