@lancom/shared 0.0.321 → 0.0.322

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -8,7 +8,7 @@ export function convertQuoteToOrder(quote, option) {
8
8
  deliveryAfter: quote.deliveryAfter,
9
9
  referenceField: quote.reference,
10
10
  paymentMethod: option.paymentMethod || 'deposit',
11
- billingAddress: quote.address,
11
+ billingAddress: quote.billingAddress || quote.address,
12
12
  notes: (quote.notes || []).filter(({ text }) => !!text),
13
13
  shippingAddress: quote.address,
14
14
  products: option.products.map(p => ({
@@ -71,21 +71,22 @@ export default {
71
71
  types: ['black print', 'full colour print'],
72
72
  icon: 'printed',
73
73
  name: 'DIGITAL',
74
- subName: 'Minimum 12',
74
+ subName: '',
75
75
  description: [
76
- 'Free Setup on all orders',
77
- 'Standard turn around time of 5 days',
78
- 'Same or next day rush service available'
76
+ 'Free Setup on all Black prints',
77
+ 'Standard turn around time of 5-10 days',
78
+ 'Same or next day rush service available',
79
+ 'Pickup from warehouse in Arndell Park'
79
80
  ]
80
81
  // info: 'DIGITAL - minimum 12'
81
82
  }, {
82
83
  types: ['embroidery'],
83
84
  name: 'Embroidery',
84
- subName: 'Minimum 20',
85
+ subName: 'Minimum 10',
85
86
  description: [
86
- 'Free setup on orders over 50 items',
87
- 'Best for polo or high vis shirts',
88
- 'Standard turn around time of 8-10 days'
87
+ 'Free setup on repeat orders',
88
+ 'Standard turn around time of 8-10 days',
89
+ 'Embroidery pricing subject to changes'
89
90
  ],
90
91
  info: 'Embroidery'
91
92
  }, {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lancom/shared",
3
- "version": "0.0.321",
3
+ "version": "0.0.322",
4
4
  "description": "lancom common scripts",
5
5
  "author": "e.tokovenko <e.tokovenko@gmail.com>",
6
6
  "repository": {