-
Notifications
You must be signed in to change notification settings - Fork 11
/
mkdocs.yml
442 lines (442 loc) · 42.6 KB
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
site_name: Drupal Commerce docs
repo_url: https://github.com/centarro/commerce-docs
nav:
- Introduction:
- index.md
- Getting started: 'v2/getting-started.md'
- Installing and updating: 'v2/installation.md'
- Contributing: 'v2/contribute-code.md'
- User guide:
- v2/user-guide/index.md
- Store setup: 'v2/user-guide/store-setup.md'
- Dashboard and inbox: 'v2/user-guide/dashboard-inbox.md'
- Products: 'v2/user-guide/products.md'
- Orders: 'v2/user-guide/orders.md'
- Payment:
- Payment configuration: 'v2/user-guide/payment/payment-configuration.md'
- Integrations:
- PayPal: 'v2/user-guide/payment/integrations/paypal.md'
- Payment administration: 'v2/user-guide/payment/payment-administration.md'
- Promotions: 'v2/user-guide/promotions.md'
- Taxes: 'v2/user-guide/taxes.md'
- Checkout: 'v2/user-guide/checkout.md'
- Shipping: 'v2/user-guide/shipping.md'
- Developer guide:
- v2/developer-guide/index.md
- Events: 'v2/developer-guide/events.md'
- Core:
- v2/developer-guide/core/core.md
- Conditions: 'v2/developer-guide/core/conditions.md'
- Sending HTML emails: 'v2/developer-guide/core/html_emails.md'
- Understanding resolvers: 'v2/developer-guide/core/understanding_resolvers.md'
- Relationship diagrams: 'v2/developer-guide/core/relationships.md'
- Products:
- Getting started: 'v2/developer-guide/products/getting-started.md'
- Product Information Structure: 'v2/developer-guide/products/product-information-structure.md'
- Product Architecture: 'v2/developer-guide/products/product-architecture.md'
- Product Management: 'v2/developer-guide/products/product-management.md'
- Displaying Products: 'v2/developer-guide/products/displaying-products.md'
- Marketing Products: 'v2/developer-guide/products/marketing-products.md'
- Cart:
- Cart events: 'v2/developer-guide/cart/cart-events.md'
- Customize cart: 'v2/developer-guide/cart/customize-cart.md'
- Customers:
- Getting started: 'v2/developer-guide/customers/getting-started.md'
- Addresses: 'v2/developer-guide/customers/addresses.md'
- Profiles: 'v2/developer-guide/customers/profiles.md'
- Customer Accounts & Groups: 'v2/developer-guide/customers/customer-accounts-groups.md'
- Payments:
- Getting started: 'v2/developer-guide/payments/getting-started.md'
- Gateways: 'v2/developer-guide/payments/gateways.md'
- Creating Payment Gateway: 'v2/developer-guide/payments/creating-payment-gateway.md'
- Payments: 'v2/developer-guide/payments/payments.md'
- Code Recipes: 'v2/developer-guide/payments/code-recipes.md'
- Stores:
- Getting started: 'v2/developer-guide/stores/getting-started.md'
- Code Recipes: 'v2/developer-guide/stores/code-recipes.md'
- Orders:
- Getting started: 'v2/developer-guide/orders/getting-started.md'
- Workflows: 'v2/developer-guide/orders/workflows.md'
- Code Recipes: 'v2/developer-guide/orders/code-recipes.md'
- Checkout: 'v2/developer-guide/checkout/checkout.md'
- Pricing:
- Getting started: 'v2/developer-guide/pricing/getting-started.md'
- Prices: 'v2/developer-guide/pricing/prices.md'
- Adjustments: 'v2/developer-guide/pricing/adjustments.md'
- Currencies: 'v2/developer-guide/pricing/currencies.md'
- Promotions:
- Getting started: 'v2/developer-guide/promotions/getting-started.md'
- Offers: 'v2/developer-guide/promotions/offers.md'
- Activity log:
- Getting started: 'v2/developer-guide/activity-log/getting-started.md'
- Code Recipes: 'v2/developer-guide/activity-log/code-recipes.md'
- Shipping: 'v2/developer-guide/shipping/getting-started.md'
- Recurring:
- Getting started: 'v2/developer-guide/recurring/getting-started.md'
- Subscriptions: 'v2/developer-guide/recurring/subscriptions.md'
- Adapting from 1.x: 'v2/developer-guide/adapting-from-1x.md'
- Commerce 1.x :
- v1/getting-started.md
- Developer Guide:
- Getting started: v1/developer-guide/getting-started.md
- Core Architecture: v1/developer-guide/core-architecture.md
- Utilizing core APIs: v1/developer-guide/utilizing-core-APIs.md
- Code Recipes: v1/developer-guide/code-recipes.md
- User Guide:
- v1/user-guide/index.md
- Installation: v1/user-guide/installation.md
- Products: v1/user-guide/products.md
- Pricing: v1/user-guide/pricing.md
- Shopping cart: v1/user-guide/shopping-cart.md
- Checkout process: v1/user-guide/checkout-process.md
- Payments: v1/user-guide/payments.md
- Managing orders: v1/user-guide/managing-orders.md
- Customer profiles: v1/user-guide/customer-profiles.md
- Shipping: v1/user-guide/shipping.md
- Tax Configuration: v1/user-guide/tax-configuration.md
- Commerce Kickstart 2:
- v1/commerce-kickstart-2/index.md
- Installing and upgrading: v1/commerce-kickstart-2/installing-and-upgrading.md
- Demo store features: v1/commerce-kickstart-2/demo-store-features.md
- Products:
- v1/commerce-kickstart-2/products/index.md
- Adding a new product: v1/commerce-kickstart-2/products/adding-new-product.md
- Adding a taxonomy field to a Product for Attributes: v1/commerce-kickstart-2/products/adding-taxonomy-field.md
- Adding images to variations and dealing with image styles: v1/commerce-kickstart-2/products/adding-images.md
- Choosing between Page or Variation: v1/commerce-kickstart-2/products/choosing-between-page-variation.md
- Product Management Overview: v1/commerce-kickstart-2/products/product-management-overview.md
- Orders overview: v1/commerce-kickstart-2/orders-overview.md
- Checkout overview: v1/commerce-kickstart-2/checkout-overview.md
- Currency overview: v1/commerce-kickstart-2/currency-overview.md
- Taxes overview: v1/commerce-kickstart-2/taxes-overview.md
- Shipping: v1/commerce-kickstart-2/shipping.md
- Translating a Commerce Store: v1/commerce-kickstart-2/translating-store.md
theme:
name: material
features:
- navigation.instant
- navigation.tabs
- navigation.tracking
- navigation.indexes
- toc.integrate
- content.tabs.link
- content.code.copy
- navigation.footer
font:
text: Roboto
code: 'Roboto Mono'
logo: assets/logo.svg
favicon: assets/favicon.png
extra_css:
- stylesheets/extra.css
extra:
social:
- icon: fontawesome/brands/slack
link: https://drupal.slack.com/archives/C1TLCCF9B
- icon: fontawesome/brands/twitter
link: https://twitter.com/centarrohq
- icon: fontawesome/brands/github
link: https://github.com/centarro
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/company/centarro/
copyright:
Copyright © 2024 <a href="https://www.centarro.io" target="_blank">Centarro</a>
plugins:
- search
- exclude-search:
exclude:
- v1/*
- redirects:
redirect_maps:
'commerce2/developer-guide/orders/workflows/react-to-workflow-transitions.md': 'v2/developer-guide/orders/workflows.md#subscribing-to-transition-events'
'commerce2/developer-guide/orders/workflows/create-custom-workflow.md': 'v2/developer-guide/orders/workflows.md#how-to-create-a-custom-order-workflow'
'commerce2/developer-guide/orders/workflows/workflow-transitions.md': 'v2/developer-guide/orders/workflows.md#order-workflow-transitions'
'commerce2/developer-guide/orders/workflows/workflow-states.md': 'v2/developer-guide/orders/workflows.md#order-workflow-states'
'commerce2/developer-guide/orders/workflows/choosing-workflow.md': 'v2/developer-guide/orders/workflows.md#choosing-a-workflow'
'commerce2/developer-guide/orders/customize-order-receipt-emails.md': 'v2/developer-guide/orders/getting-started.md#customize-order-receipt-emails'
'commerce2/developer-guide/orders/basic-order-management.md': 'v2/developer-guide/orders/getting-started.md#basic-order-management'
'commerce2/developer-guide/orders/order-items.md': 'v2/developer-guide/orders/getting-started.md#order-items'
'commerce2/developer-guide/orders/order-types.md': 'v2/developer-guide/orders/getting-started.md#order-types'
'commerce2/developer-guide/orders/order-refresh-and-process.md': 'v2/developer-guide/orders/getting-started.md#order-refresh-and-processing'
'commerce2/developer-guide/stores/create-store-type.md': 'v2/developer-guide/stores/code-recipes.md#create-a-store-type'
'commerce2/developer-guide/stores/create-store.md': 'v2/developer-guide/stores/code-recipes.md#create-a-store'
'commerce2/developer-guide/stores/create-store-from-console.md': 'v2/developer-guide/stores/code-recipes.md#create-a-store-using-drupal-console'
'commerce2/developer-guide/stores/resolve-current-store.md': 'v2/developer-guide/stores/code-recipes.md#resolve-the-current-store'
'commerce2/developer-guide/payments/create-payment-gateway/manual-gateways.md': 'v2/developer-guide/payments/creating-payment-gateway.md#manual-payment-gateways'
'commerce2/developer-guide/payments/create-payment-gateway/off-site-gateways/security-considerations.md': 'v2/developer-guide/payments/creating-payment-gateway.md#security-considerations'
'commerce2/developer-guide/payments/create-payment-gateway/off-site-gateways/handling-ipn.md': 'v2/developer-guide/payments/creating-payment-gateway.md#handling-an-ipn'
'commerce2/developer-guide/payments/create-payment-gateway/off-site-gateways/return-from-payment-provider.md': 'v2/developer-guide/payments/creating-payment-gateway.md#return-from-payment-provider'
'commerce2/developer-guide/payments/create-payment-gateway/off-site-gateways/off-site-iframe.md': 'v2/developer-guide/payments/creating-payment-gateway.md#off-site-iframe-payment-gateways'
'commerce2/developer-guide/payments/create-payment-gateway/off-site-gateways/off-site-redirect.md': 'v2/developer-guide/payments/creating-payment-gateway.md#off-site-redirect-payment-gateways'
'commerce2/developer-guide/payments/create-payment-gateway/off-site-gateways.md': 'v2/developer-guide/payments/creating-payment-gateway.md#off-site-payment-gateways'
'commerce2/developer-guide/payments/create-payment-gateway/on-site-gateways/authorizations-voids-refunds.md': 'v2/developer-guide/payments/creating-payment-gateway.md#authorizations-voids-and-refunds'
'commerce2/developer-guide/payments/create-payment-gateway/on-site-gateways/stored-payment-methods.md': 'v2/developer-guide/payments/creating-payment-gateway.md#stored-payment-methods'
'commerce2/developer-guide/payments/create-payment-gateway/on-site-gateways/creating-payments.md': 'v2/developer-guide/payments/creating-payment-gateway.md#creating-payments'
'commerce2/developer-guide/payments/create-payment-gateway/on-site-gateways.md': 'v2/developer-guide/payments/creating-payment-gateway.md#on-site-payment-gateways'
'commerce2/developer-guide/payments/create-payment-gateway/getting-started.md': 'v2/developer-guide/payments/creating-payment-gateway.md#getting-started'
'commerce2/developer-guide/payments/overriding-payment-config.md': 'v2/developer-guide/payments/payments.md#overriding-payment-gateway-configuration'
'commerce2/developer-guide/payments/install-configure-gateways.md': 'v2/developer-guide/payments/gateways.md#installing-and-configure-a-payment-gateway'
'commerce2/developer-guide/customers/customer-groups.md': 'v2/developer-guide/customers/customer-accounts-groups.md#customer-groups'
'commerce2/developer-guide/customers/profiles/code-recipes.md': 'v2/developer-guide/customers/profiles.md#code-recipes'
'commerce2/developer-guide/customers/profiles/profile-management.md': 'v2/developer-guide/customers/profiles.md#profile-management'
'commerce2/developer-guide/customers/profiles/profile-configuration.md': 'v2/developer-guide/customers/profiles.md#profile-configuration'
'commerce2/developer-guide/customers/profiles/overview.md': 'v2/developer-guide/customers/profiles.md#overview'
'commerce2/developer-guide/customers/addresses/zones-and-territories.md': 'v2/developer-guide/customers/addresses.md#zones-and-territories'
'commerce2/developer-guide/customers/addresses/address-display.md': 'v2/developer-guide/customers/addresses.md#address-display'
'commerce2/developer-guide/customers/addresses/address-entry.md': 'v2/developer-guide/customers/addresses.md#address-entry'
'commerce2/developer-guide/customers/addresses/countries-and-subdivisions.md': 'v2/developer-guide/customers/addresses.md#contries-and-subdivisons'
'commerce2/developer-guide/customers/addresses/address-formats.md': 'v2/developer-guide/customers/addresses.md#address-formats'
'commerce2/developer-guide/customers/overview.md': 'v2/developer-guide/customers/getting-started.md#overview'
'commerce2/developer-guide/cart/customize-cart-block.md': 'v2/developer-guide/cart/customize-cart.md#customizing-the-shopping-cart'
'commerce2/developer-guide/cart/customize-add-to-cart-form.md': 'v2/developer-guide/cart/customize-cart.md#customizing-the-shopping-cart'
'commerce2/developer-guide/cart/quantity-on-cart-form.md': 'v2/developer-guide/cart/customize-cart.md#displaying-quantity-on-add-to-cart-form'
'commerce2/developer-guide/products/marketing-products/product-catalog-facets.md': 'v2/developer-guide/products/marketing-products.md#product-catalog-facets'
'commerce2/developer-guide/products/marketing-products/product-search.md': 'v2/developer-guide/products/marketing-products.md#product-search'
'commerce2/developer-guide/products/displaying-products/code-recipes.md': 'v2/developer-guide/products/displaying-products.md#code-recipes'
'commerce2/developer-guide/products/displaying-products/product-images.md': 'v2/developer-guide/products/displaying-products.md#product-images'
'commerce2/developer-guide/products/displaying-products/multiple-products.md': 'v2/developer-guide/products/displaying-products.md#multiple-products'
'commerce2/developer-guide/products/displaying-products/theme-product.md': 'v2/developer-guide/products/displaying-products.md#theming'
'commerce2/developer-guide/products/displaying-products/product-attributes.md': 'v2/developer-guide/products/displaying-products.md#product-attributes'
'commerce2/developer-guide/products/displaying-products/add-to-cart-form.md': 'v2/developer-guide/products/displaying-products.md#add-to-cart-form'
'commerce2/developer-guide/products/displaying-products/product-display.md': 'v2/developer-guide/products/displaying-products.md#product-display-pages'
'commerce2/developer-guide/products/product-management/code-recipes.md': 'v2/developer-guide/products/displaying-products.md#code-recipes'
'commerce2/developer-guide/products/product-management/image-management.md': 'v2/developer-guide/products/displaying-products.md#product-images'
'commerce2/developer-guide/products/product-management/importing-exporting.md': 'v2/developer-guide/products/product-management.md#importing-and-exporting'
'commerce2/developer-guide/products/product-management/product-overview-page.md': 'v2/developer-guide/products/product-management.md#product-overview-page'
'commerce2/developer-guide/products/product-management/product-data-entry.md': 'v2/developer-guide/products/product-management.md#editing-products'
'commerce2/developer-guide/products/product-management/access-control.md': 'v2/developer-guide/products/product-management.md#access-control'
'commerce2/developer-guide/products/product-architecture/code-recipes.md': 'v2/developer-guide/products/product-architecture.md#code-recipes'
'commerce2/developer-guide/products/product-architecture/multilingual-products.md': 'v2/developer-guide/products/product-architecture.md#multilingual-products'
'commerce2/developer-guide/products/product-architecture/product-architectures.md': 'v2/developer-guide/products/product-architecture.md#most-common-product-architectures'
'commerce2/developer-guide/products/product-architecture/product-categories.md': 'v2/developer-guide/products/product-architecture.md#product-categories'
'commerce2/developer-guide/products/product-architecture/product-attributes.md': 'v2/developer-guide/products/product-architecture.md#product-type-with-attributes'
'commerce2/developer-guide/products/product-architecture/simple-product.md': 'v2/developer-guide/products/product-architecture.md#simple-product-type'
'commerce2/developer-guide/products/overview/terminology.md': 'v2/developer-guide/products/getting-started.md#terminology'
'commerce2/developer-guide/products/overview/concepts.md': 'v2/developer-guide/products/getting-started.md#concepts'
'commerce2/developer-guide/core/libraries-and-dependencies/ief.md': 'v2/developer-guide/core/core.md#inline-entity-form'
'commerce2/developer-guide/core/libraries-and-dependencies/state-machine/code-recipes.md': 'v2/developer-guide/core/core.md#code-recipes'
'commerce2/developer-guide/core/libraries-and-dependencies/state-machine/state-transition-event-subscribers.md': 'v2/developer-guide/core/core.md#state-transition-event-subscribers'
'commerce2/developer-guide/core/libraries-and-dependencies/state-machine/state-transition-guards.md': 'v2/developer-guide/core/core.md#state-transition-guards'
'commerce2/developer-guide/core/libraries-and-dependencies/state-machine/state-fields.md': 'v2/developer-guide/core/core.md#working-with-state-fields'
'commerce2/developer-guide/core/libraries-and-dependencies/state-machine/architecture.md': 'v2/developer-guide/core/core.md#architecture'
'commerce2/developer-guide/core/libraries-and-dependencies/state-machine.md': 'v2/developer-guide/core/core.md#state-machine'
'commerce2/developer-guide/core/libraries-and-dependencies/profile.md': 'v2/developer-guide/core/core.md#profile'
'commerce2/developer-guide/core/libraries-and-dependencies/libraries.md': 'v2/developer-guide/core/core.md#php-libraries'
'commerce2/developer-guide/install-update/maintaining.md': 'v2/installation.md#updating'
'commerce2/developer-guide/install-update/patching.md': 'v2/installation.md#patching'
'commerce2/developer-guide/install-update/extending.md': 'v2/installation.md#extending'
'commerce2/developer-guide/install-update/quick-start.md': 'v2/installation.md#quick-start-with-ddev'
'commerce2/developer-guide/install-update/uninstalling.md': 'v2/installation.md#uninstalling'
'commerce2/developer-guide/install-update/updating.md': 'v2/installation.md#updating'
'commerce2/developer-guide/install-update/installation.md': 'v2/installation.md#installation'
'commerce2/developer-guide/install-update/requirements.md': 'v2/installation.md#requirements'
'commerce2/developer-guide/contributing/get-issue-committed.md': 'v2/contribute.md#reviewing-patches'
'commerce2/developer-guide/contributing/setup-local-environment.md': 'v2/contribute.md#preparing-the-local-environment'
'commerce2/getting-started/getting-help.md': 'v2/getting-started.md#getting-help'
'commerce2/getting-started/using-composer.md': 'v2/getting-started.md#using-composer'
'commerce2/developer-guide/orders.md': 'v2/developer-guide/orders/getting-started.md'
'commerce2/developer-guide/stores.md': 'v2/developer-guide/stores/getting-started.md'
'commerce2/developer-guide/payments/create-payment-gateway.md': 'v2/developer-guide/payments/creating-payment-gateway.md'
'commerce2/developer-guide/payments/payments-information-structure.md': 'v2/developer-guide/payments/payments.md'
'commerce2/developer-guide/payments.md': 'v2/developer-guide/payments/getting-started.md'
'commerce2/developer-guide/customers/customer-accounts.md': 'v2/developer-guide/customers/customer-accounts-groups.md'
'commerce2/developer-guide/customers.md': 'v2/developer-guide/customers/getting-started.md'
'commerce2/developer-guide/cart.md': 'v2/developer-guide/cart/customize-cart.md'
'commerce2/developer-guide/products/overview/product-information-structure.md': 'v2/developer-guide/products/product-information-structure.md'
'commerce2/developer-guide/products/overview/getting-started.md': 'v2/developer-guide/products/getting-started.md'
'commerce2/developer-guide/products.md': 'v2/developer-guide/products/getting-started.md'
'commerce2/developer-guide/core/understanding-resolvers.md': 'v2/developer-guide/core/understanding_resolvers.md'
'commerce2/developer-guide/core/html-emails.md': 'v2/developer-guide/core/html_emails.md'
'commerce2/developer-guide/core/libraries-and-dependencies.md': 'v2/developer-guide/core/core.md'
'commerce2/developer-guide/core.md': 'v2/developer-guide/core/core.md'
'commerce2/developer-guide/install-update.md': 'v2/installation.md'
'commerce2/developer-guide/contributing.md': 'v2/contribute.md'
'commerce2.md': 'v2/getting-started.md'
'commerce2/developer-guide/orders/resolve-order-type.md': 'v2/developer-guide/orders/getting-started.md'
'commerce2/developer-guide/orders/misc-data.md': 'v2/developer-guide/orders/code-recipes.md#saving-and-retreiving-misc-data-on-and-order'
'commerce2/developer-guide/checkout.md': 'v2/developer-guide/checkout/checkout.md'
'commerce2/developer-guide/checkout/resolve-checkout-flow-plugin.md': 'v2/developer-guide/checkout/checkout.md'
'commerce2/developer-guide/checkout/create-custom-checkout-pane.md': 'v2/developer-guide/checkout/checkout.md#create-custom-checkout-pane'
'commerce2/developer-guide/checkout/replacing-existing-checkout-pane.md': 'v2/developer-guide/checkout/checkout.md#replace-existing-checkout-pane'
'commerce2/developer-guide/checkout/checkout.md#replace-existing-checkout-pane.md': 'v2/developer-guide/checkout/checkout.md#changing-the-order-summary'
'commerce2/developer-guide/checkout/create-custom-checkout-flow.md': 'v2/developer-guide/checkout/checkout.md#create-custom-checkout-flow'
'commerce2/developer-guide/pricing.md': 'v2/developer-guide/pricing/getting-started.md'
'commerce2/developer-guide/pricing/formatting-prices.md': 'v2/developer-guide/pricing/prices.md#formatting-prices'
'commerce2/developer-guide/pricing/displaying-prices.md': 'v2/developer-guide/pricing/prices.md#displaying-prices'
'commerce2/developer-guide/pricing/price-resolvers.md': 'v2/developer-guide/pricing/prices.md#price-resolvers'
'commerce2/developer-guide/promotions.md': 'v2/developer-guide/promotions/getting-started.md'
'commerce2/developer-guide/promotions/create-an-offer-type.md': 'v2/developer-guide/promotions/offers.md'
'commerce2/developer-guide/activity-logs.md': 'v2/developer-guide/activity-log/getting-started.md'
'commerce2/developer-guide/activity-logs/architecture.md': 'v2/developer-guide/activity-log/getting-started.md#architecture'
'commerce2/developer-guide/activity-logs/code-recipes.md': 'v2/developer-guide/activity-log/code-recipes.md'
'commerce2/developer-guide/shipping.md': 'v2/developer-guide/shipping/getting-started.md'
'commerce2/developer-guide/shipping/available-shipping-methods.md': 'v2/developer-guide/shipping/getting-started.md#available-shipping-methods'
'commerce2/developer-guide/shipping/create-a-shipping-method.md': 'v2/developer-guide/shipping/getting-started.md#create-a-shipping-method'
'commerce2/developer-guide/adapting-from-1x/understanding-drupal-8.md': 'v2/developer-guide/adapting-from-1x.md#understanding-drupal-8'
'commerce2/developer-guide/adapting-from-1x/product-information-structure.md': 'v2/developer-guide/adapting-from-1x.md#product-information-structure'
'commerce2/developer-guide/adapting-from-1x/taxes-and-vat.md': 'v2/developer-guide/adapting-from-1x.md#taxes-and-vat'
'commerce2/developer-guide/adapting-from-1x/shipping.md': 'v2/developer-guide/adapting-from-1x.md#shipping'
'commerce2/developer-guide/adapting-from-1x/discounts-coupons.md': 'v2/developer-guide/adapting-from-1x.md#discounts-and-coupons'
'commerce2/developer-guide/adapting-from-1x/price-calculation.md': 'v2/developer-guide/adapting-from-1x.md#price-calculation'
'commerce2/developer-guide/adapting-from-1x/commerce-without-rules.md': 'v2/developer-guide/adapting-from-1x.md#commerce-without-rules'
'commerce2/developer-guide/recurring.md': 'v2/developer-guide/recurring/getting-started.md'
'commerce2/developer-guide/recurring/subscriptions-overview.md': 'v2/developer-guide/recurring/getting-started.md#overview'
'commerce2/developer-guide/recurring/create-subscriptions.md': 'v2/developer-guide/recurring/subscriptions.md'
'commerce2/developer-guide/recurring/close-and-renew-subscriptions.md': 'v2/developer-guide/recurring/subscriptions.md#close-and-renew-subscriptions'
'commerce2/developer-guide/recurring/create-standalone-subscriptions.md': 'v2/developer-guide/recurring/subscriptions.md#create-standalone-subscriptions'
'commerce2/developer-guide/recurring/cancel-subscriptions.md': 'v2/developer-guide/recurring/subscriptions.md#cancel-subscriptions'
'commerce2/user-guide/key-features.md': 'v2/user-guide/index.md'
'commerce2/user-guide/setting-up-store/create-edit-store.md': 'v2/user-guide/store-setup.md'
'commerce2/user-guide/setting-up-store/importing-currencies.md': 'v2/user-guide/store-setup.md#adding-a-currency'
'commerce2/user-guide/setting-up-store/change-default-store.md': 'v2/user-guide/store-setup.md#changing-the-default-store'
'commerce2/user-guide/products/introduction.md': 'v2/user-guide/products.md'
'commerce2/user-guide/products/configure-product-attributes.md': 'v2/user-guide/products.md#configure-product-attributes'
'commerce2/user-guide/products/manage-product-structure.md': 'v2/user-guide/products.md#manage-product-structure'
'commerce2/user-guide/products/create-a-product.md': 'v2/user-guide/products.md#create-a-product'
'commerce2/user-guide/products/edit-a-product.md': 'v2/user-guide/products.md#edit-a-product'
'commerce2/user-guide/products/delete-a-product.md': 'v2/user-guide/products.md#delete-a-product'
'commerce2/user-guide/orders/create-order.md': 'v2/user-guide/orders.md#create-an-order'
'commerce2/user-guide/orders/view-orders.md': 'v2/user-guide/orders.md'
'commerce2/user-guide/orders/manage-an-order.md': 'v2/user-guide/orders.md'
'commerce2/user-guide/orders/manage-an-order/order-workflows.md': 'v2/user-guide/orders.md#order-workflows'
'commerce2/user-guide/orders/manage-an-order/processing-an-order.md': 'v2/user-guide/orders.md#processing-an-order'
'commerce2/user-guide/orders/customer-emails.md': 'v2/user-guide/orders.md#receipt-emails.md'
'commerce2/user-guide/payments/authorize.md': 'v2/user-guide/payments.md#create-an-authorization'
'commerce2/user-guide/payments/void.md': 'v2/user-guide/payments.md#voiding-an-authorization'
'commerce2/user-guide/payments/capture.md': 'v2/user-guide/payments.md#capture-an-authorization'
'commerce2/user-guide/payments/refund.md': 'v2/user-guide/payments.md#refunding-a-payment'
'commerce2/user-guide/payments/managing-order-payments.md': 'v2/user-guide/payments.md#manage-payments'
'commerce2/user-guide/promotions/create-promotion.md': 'v2/user-guide/promotions.md#adding-a-new-promotion'
'commerce2/user-guide/promotions/edit-promotion.md': 'v2/user-guide/promotions.md#edit-a-promotion'
'commerce2/user-guide/promotions/delete-promotion.md': 'v2/user-guide/promotions.md#delete-a-promotion'
'commerce2/user-guide/promotions/coupons-with-promotion.md': 'v2/user-guide/promotions.md#using-coupons'
'commerce2/user-guide/promotions/managing-promotions.md': 'v2/user-guide/promotions.md#managing-promotions'
'commerce2/user-guide/taxes/eu-vat.md': 'v2/user-guide/taxes.md#european-vat'
'commerce2/user-guide/taxes/swiss-vat.md': 'v2/user-guide/taxes.md#swiss-vat'
'commerce2/user-guide/taxes/ca-gst.md': 'v2/user-guide/taxes.md#canadian-gst'
'commerce2/user-guide/taxes/us-sales-tax.md': 'v2/user-guide/taxes.md#us-sales-tax'
'commerce2/user-guide/taxes/custom-tax.md': 'v2/user-guide/taxes.md#custom-tax-rules'
'commerce2/user-guide/checkout/configure-checkout.md': 'v2/user-guide/checkout.md#configure-checkout'
'commerce2/user-guide/checkout/control-guest-checkout.md': 'v2/user-guide/checkout.md#controling-guest-checkout'
'commerce2/user-guide/checkout/allow-register-at-checkout.md': 'v2/user-guide/checkout.md#allow-registration-during-checkout'
'commerce2/user-guide/shipping/introduction.md': 'v2/user-guide/shipping.md#before-you-begin'
'commerce2/user-guide/shipping/enable-shipping-products': 'v2/user-guide/shipping.md#enable-shipping-for-products'
'commerce2/user-guide/shipping/install-configure.md': 'v2/user-guide/shipping.md#configure-shipping-methods'
'commerce2/user-guide/shipping/managing-shipments.md': 'v2/user-guide/shipping.md#managing-shipments'
'commerce1.md': 'v1/getting-started.md'
'commerce1/user-guide/installation/installing-from-scratch.md': 'v1/user-guide/installation.md#installing-from-scratch'
'commerce1/user-guide/installation/installing-with-commerce-kickstart-1.x.md': 'v1/user-guide/installation.md#installing-with-commerce-kickstart-1x'
'commerce1/user-guide/installation/migrating-ubercart-stores.md': 'v1/user-guide/installation.md#migrating-from-ubercart-stores'
'commerce1/user-guide/products/product-attributes-and-variations.md': 'v1/user-guide/products.md#product-attributes-variations'
'commerce1/user-guide/products/product-displays.md': 'v1/user-guide/products.md#product-displays'
'commerce1/user-guide/products/administering-products.md': 'v1/user-guide/products.md#administering-products'
'commerce1/user-guide/products/setting-up-a-product-catalog.md': 'v1/user-guide/products.md#setting-up-a-product-catalog'
'commerce1/user-guide/products/importing-products-using-feeds.md': 'v1/user-guide/products.md#importing-products-using-feeds'
'commerce1/user-guide/pricing/product-pricing-rules.md': 'v1/user-guide/pricing.md#product-pricing-rules-with-screencasts'
'commerce1/user-guide/pricing/currency-conversion.md': 'v1/user-guide/pricing.md#currency-conversion'
'commerce1/user-guide/pricing/discounts-and-coupons.md': 'v1/user-guide/pricing.md#discounts-and-coupons'
'commerce1/user-guide/pricing/price-components.md': 'v1/user-guide/pricing.md#price-components'
'commerce1/user-guide/pricing/rules-overview.md': 'v1/user-guide/pricing.md#rules-overview'
'commerce1/user-guide/pricing/sell-price-calculation.md': 'v1/user-guide/pricing.md#sell-price-calculation'
'commerce1/user-guide/shopping-cart/add-to-cart-form.md': 'v1/user-guide/shopping-cart.md#add-to-cart-form'
'commerce1/user-guide/shopping-cart/anonymous-carts-and-logged-in-users.md': 'v1/user-guide/shopping-cart.md#anonymous-carts-and-logged-in-users'
'commerce1/user-guide/shopping-cart/cart-refresh.md': 'v1/user-guide/shopping-cart.md#cart-refresh'
'commerce1/user-guide/shopping-cart/modifying-the-shopping-cart-using-views.md': 'v1/user-guide/shopping-cart.md#modifying-the-shopping-cart-using-views'
'commerce1/user-guide/shopping-cart/shopping-cart-and-multi-currency.md': 'v1/user-guide/shopping-cart.md#shopping-cart-and-multi-currency'
'commerce1/user-guide/shopping-cart/shopping-carts-orders-and-line-items.md': 'v1/user-guide/shopping-cart.md#shopping-carts-orders-and-line-items'
'commerce1/user-guide/shopping-cart/working-with-cart-rules-events.md': 'v1/user-guide/shopping-cart.md#working-with-cart-rules-events'
'commerce1/user-guide/checkout-process/checkout-form-builder.md': 'v1/user-guide/checkout-process.md#checkout-form-builder'
'commerce1/user-guide/checkout-process/checkout-completion-rules.md': 'v1/user-guide/checkout-process.md#checkout-completion-rules'
'commerce1/user-guide/checkout-process/checkout-order-status-updates.md': 'v1/user-guide/checkout-process.md#checkout-order-status-updates'
'commerce1/user-guide/checkout-process/checkout-single-vs-multiple-page.md': 'v1/user-guide/checkout-process.md#checkout-single-vs-multiple-page'
'commerce1/user-guide/checkout-process/checkout-anonymous-vs-authenticated.md': 'v1/user-guide/checkout-process.md#checkout-anonymous-vs-authenticated'
'commerce1/user-guide/checkout-process/drupal-commerce-extra-panes.md': 'v1/user-guide/checkout-process.md#drupal-commerce-extra-panes'
'commerce1/user-guide/payments/direct-payment-methods.md': 'v1/user-guide/payments.md#direct-payment-methods-invoices-deferred-payments'
'commerce1/user-guide/payments/paypal-standard.md': 'v1/user-guide/payments.md#paypal-standard'
'commerce1/user-guide/payments/paypal-wpp.md': 'v1/user-guide/payments.md#paypal-wpp'
'commerce1/user-guide/payments/redirected-payment-methods.md': 'v1/user-guide/payments.md'
'commerce1/user-guide/managing-orders/order-settings.md': 'v1/user-guide/managing-orders.md#order-settings'
'commerce1/user-guide/managing-orders/displaying-all-orders.md': 'v1/user-guide/managing-orders.md#displaying-all-orders'
'commerce1/user-guide/managing-orders/implementing-an-automated-order-workflow.md': 'v1/user-guide/managing-orders.md#implementing-an-automated-order-workflow'
'commerce1/user-guide/customer-profiles/configuring--creating-customer-profiles.md': 'v1/user-guide/customer-profiles.md#configuring-creating-customer-profiles'
'commerce1/user-guide/customer-profiles/extending-the-default-customer-profile.md': 'v1/user-guide/customer-profiles.md#extending-the-default-customer-profile'
'commerce1/user-guide/shipping/calculating-flat-rate-based-on-customers-shipping-address.md': 'v1/user-guide/shipping.md#calculating-flat-rate-based-on-customers-shipping-address'
'commerce1/developer-guide.md': 'v1/developer-guide/getting-started.md'
'commerce1/developer-guide/development-standards.md': 'v1/developer-guide/getting-started.md#development-standards'
'commerce1/developer-guide/code-workflow.md': 'v1/developer-guide/getting-started.md#code-workflow'
'commerce1/developer-guide/using-git.md': 'v1/developer-guide/getting-started.md#using-git'
'commerce1/developer-guide/installation-profiles.md': 'v1/developer-guide/getting-started.md#installation-profiles'
'commerce1/developer-guide/core-architecture/systems.md': 'v1/developer-guide/core-architecture.md#systems'
'commerce1/developer-guide/core-architecture/systems/customer-profile-system.md': 'v1/developer-guide/core-architecture.md#customer-profile-system'
'commerce1/developer-guide/core-architecture/systems/shopping-cart-system.md': 'v1/developer-guide/core-architecture.md#shopping-cart-system'
'commerce1/developer-guide/core-architecture/entities/product-entity.md': 'v1/developer-guide/core-architecture.md#product-entity'
'commerce1/developer-guide/core-architecture/entities/customer-profile-entity.md': 'v1/developer-guide/core-architecture.md#customer-profile-entity'
'commerce1/developer-guide/core-architecture/entities/line-item-entity.md': 'v1/developer-guide/core-architecture.md#line-item-entity'
'commerce1/developer-guide/core-architecture/entities/order-entity.md': 'v1/developer-guide/core-architecture.md#order-entity'
'commerce1/developer-guide/core-architecture/entities/payment-transaction-entity.md': 'v1/developer-guide/core-architecture.md#payment-transaction-entity'
'commerce1/developer-guide/core-architecture/fields.md': 'v1/developer-guide/core-architecture.md#fields'
'commerce1/developer-guide/core-architecture/fields/price-field.md': 'v1/developer-guide/core-architecture.md#price-field'
'commerce1/developer-guide/core-architecture/fields/product-reference-field.md': 'v1/developer-guide/core-architecture.md#product-reference-field'
'commerce1/developer-guide/core-architecture/fields/address-field.md': 'v1/developer-guide/core-architecture.md#address-field-contrib'
'commerce1/developer-guide/core-architecture/fields/line-item-reference-field.md': 'v1/developer-guide/core-architecture.md#line-item-reference-field'
'commerce1/developer-guide/core-architecture/fields/customer-profile-reference.md': 'v1/developer-guide/core-architecture.md#customer-profile-reference'
'commerce1/developer-guide/core-architecture/info-hooks.md': 'v1/developer-guide/core-architecture.md#info-hooks'
'commerce1/developer-guide/core-architecture/info-hooks/currency-info-hooks.md': 'v1/developer-guide/core-architecture.md#currency-info-hooks'
'commerce1/developer-guide/core-architecture/info-hooks/payment-info-hooks.md': 'v1/developer-guide/core-architecture.md#payment-info-hooks'
'commerce1/developer-guide/core-architecture/info-hooks/checkout-info-hooks.md': 'v1/developer-guide/core-architecture.md#checkout-info-hooks'
'commerce1/developer-guide/core-architecture/info-hooks/customer-info-hooks.md': 'v1/developer-guide/core-architecture.md#customer-info-hooks'
'commerce1/developer-guide/core-architecture/info-hooks/line-item-info-hooks.md': 'v1/developer-guide/core-architecture.md#line-item-info-hooks'
'commerce1/developer-guide/core-architecture/info-hooks/order-info-hooks.md': 'v1/developer-guide/core-architecture.md#order-info-hooks'
'commerce1/developer-guide/utilizing-core-apis/instantiating-core-forms-in-contributed-modules.md': 'v1/developer-guide/utilizing-core-APIs.md#instantiating-core-forms-in-contributed-modules'
'commerce1/developer-guide/utilizing-core-apis/writing-simpletests-for-commerce-modules.md': 'v1/developer-guide/utilizing-core-APIs.md#writing-simpletests-for-commerce-modules'
'commerce1/developer-guide/utilizing-core-apis/creating-orders-with-the-drupal-commerce-api.md': 'v1/developer-guide/utilizing-core-APIs.md#creating-orders-with-the-drupal-commerce-api'
'commerce1/developer-guide/utilizing-core-apis/working-with-entity-metadata-wrappers.md': 'v1/developer-guide/utilizing-core-APIs.md#working-with-entity-metadata-wrappers'
'commerce1/developer-guide/utilizing-core-apis/writing-a-payment-method-module.md': 'v1/developer-guide/utilizing-core-APIs.md#writing-a-payment-method-module'
'commerce1/user-guide/snippets.md': 'v1/developer-guide/code-recipes.md'
'commerce1/user-guide/snippets/change-delete-on-your-cart-to-x.md': 'v1/developer-guide/code-recipes.md'
'commerce1/user-guide/snippets/customize-checkout-look-and-feel.md': 'v1/developer-guide/code-recipes.md'
'commerce1/user-guide/snippets/function-that-tells-us-if-the-items-in-shopping-cart-basket.md': 'v1/developer-guide/code-recipes.md'
'commerce1/commerce-kickstart-2/installing-and-upgrading/troubleshooting-the-kickstart-2-installation.md': 'v1/commerce-kickstart-2/installing-and-upgrading.md#troubleshooting-the-kickstart-2-installation'
'commerce1/commerce-kickstart-2/installing-and-upgrading/hosting-commerce-kickstart.md': 'v1/commerce-kickstart-2/installing-and-upgrading.md#hosting-commerce-kickstart'
'commerce1/commerce-kickstart-2/demo-store-features/rich-email-notifications.md': 'v1/commerce-kickstart-2/demo-store-features.md#rich-email-notifications'
'commerce1/commerce-kickstart-2/demo-store-features/setup-product-catalog-using-views-taxonomy-and-menu.md': 'v1/commerce-kickstart-2/demo-store-features.md#setup-product-catalog-using-views-taxonomy-and-menu'
'commerce1/commerce-kickstart-2/demo-store-features/social-logins-using-connector.md': 'v1/commerce-kickstart-2/demo-store-features.md#social-logins-using-connector'
'commerce1/commerce-kickstart-2/products/adding-a-new-product/choosing-between-page-or-variation.md': 'v1/commerce-kickstart-2/products/adding-new-product.md#choosing-between-page-or-variation'
'commerce1/commerce-kickstart-2/products/adding-a-new-product/product-attributes-and-variations.md': 'v1/commerce-kickstart-2/products/adding-new-product.md#product-attributes-variations'
'commerce1/commerce-kickstart-2/products/adding-a-new-product/product-displays.md': 'v1/commerce-kickstart-2/products/adding-new-product.md#product-displays'
'commerce1/commerce-kickstart-2/products/adding-a-new-product/administering-products.md': 'v1/commerce-kickstart-2/products/adding-new-product.md#administering-products'
'commerce1/commerce-kickstart-2/products/adding-a-taxonomy-field-to-a-product-for-attributes.md': 'v1/commerce-kickstart-2/products/adding-taxonomy-field.md'
'commerce1/commerce-kickstart-2/products/adding-images-to-variations-and-dealing-with-image-styles.md': 'v1/commerce-kickstart-2/products/adding-images.md'
'commerce1/commerce-kickstart-2/products/choosing-between-page-or-variation.md': 'v1/commerce-kickstart-2/products/choosing-between-page-variation.md'
'commerce1/commerce-kickstart-2/shipping/upgrading-shipping-from-1.x-to-2.x.md': 'v1/commerce-kickstart-2/shipping.md#upgrading-shipping-from-1x-to-2x'
'commerce1/commerce-kickstart-2/shipping/shipping-services.md': 'v1/commerce-kickstart-2/shipping.md#shipping-services'
'commerce1/commerce-kickstart-2/shipping/shipping-methods.md': 'v1/commerce-kickstart-2/shipping.md#shipping-methods'
'commerce1/commerce-kickstart-2/shipping/shipping-calculation-rules.md': 'v1/commerce-kickstart-2/shipping.md#shipping-calculation-rules'
'commerce1/commerce-kickstart-2/translating-a-commerce-stor.md': 'v1/commerce-kickstart-2/translating-store.md'
'v2.md': 'v2/getting-started.md'
'v2/user-guide/payments.md': 'v2/user-guide/payment/payment-administration.md'
- include_dir_to_nav
- open-in-new-tab
- glightbox
markdown_extensions:
- admonition
- attr_list
- md_in_html
- tables
- md_in_html
- pymdownx.superfences
- pymdownx.details
- pymdownx.highlight:
extend_pygments_lang:
- name: php
lang: php
options:
startinline: true
- pymdownx.tabbed:
alternate_style: true
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
options:
custom_icons:
- docs/.icons