You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/store/sections.js
+6-13Lines changed: 6 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -215,7 +215,7 @@ const sections = {
215
215
description: 'Your web store can successfully take an order, but that is only half of the equation. Configure your shipping and fulfillment setup to best match your business and ensure you can process, label and ship orders out the door.',
216
216
options: [
217
217
{
218
-
title: 'Commerce Shipping',
218
+
title: 'Flat Rate',
219
219
description: 'The basic options for shipping, allows simple flat rate shipping options.',
220
220
composer_package: 'drupal/commerce_shipping',
221
221
composer_package_version: '^2.0@beta',
@@ -335,17 +335,17 @@ const sections = {
335
335
multiselect: true,
336
336
},
337
337
content: {
338
-
title: 'Content',
339
-
description: 'The organization and housing of your site’s written content, images and product details are the heart of your business. Drupal’s famous CMS is seamlessly connected to the Commerce toolbox and allows for the ultimate in productization and marketing. You may select to use the default content and data setups, integrate to a third party tool, integrate to a custom legacy setup or migrate your information from your old platform. Note that migrating content may require technical understanding and Drush familiarity.',
338
+
title: 'Data Migration',
339
+
description: 'The organization and housing of your site’s content, images and product details are the heart of your business. Drupal’s famous CMS is seamlessly connected to the Commerce toolbox and allows for the ultimate in productization and marketing. By default there is no default content, however, if you would like to migrate content from another source, choose the source here. Note that migrating content may require technical understanding and Drush familiarity.',
340
340
required: true,
341
341
options: [
342
342
{
343
-
title: 'Clean',
344
-
description: 'Empty install, no migrations or demo content.',
343
+
title: 'None',
344
+
description: 'Clean install, no migrations or demo content.',
345
345
default: true,
346
346
},
347
347
{
348
-
title: 'Commerce',
348
+
title: 'Commerce D7',
349
349
description: 'Migrate your content from an existing Drupal 7 Commerce install.',
0 commit comments