docs: docs for next release (#13303)
* added draft order plugin docs * fix vale error * added note about draft order being optional * add new shipping option - shipping method link * update user guides * generate * fix github icon * changes to shipping option type * document logger * reorder list * fixes * fixes
This commit is contained in:
@@ -125,14 +125,15 @@ To create a shipping option:
|
||||
- If you chose Fixed, you'll set the price in the next step of the form.
|
||||
- If you choose Calculated and the fulfillment provider you choose doesn't support calculated prices, the shipping option creation will fail.
|
||||
- In the Name field, enter a name for the shipping option. Customers will see this option during checkout.
|
||||
- In the Shipping Profile field, choose the shipping profile that this option can be used for. Only products belonging to this shipping profile can be shipped with this shipping option.
|
||||
- In the Shipping Profile field, choose the [shipping profile](../shipping-profiles/page.mdx) that this option can be used for. Only products belonging to this shipping profile can be shipped with this shipping option.
|
||||
- In the Shipping Option Type field, choose the [shipping option type](../shipping-option-types/page.mdx) that this option belongs to. Shipping option types are useful to group similar shipping options together, allowing you to apply promotions at a group level.
|
||||
- In the Fulfillment Provider field, choose the fulfillment provider that will handle shipping orders using this option.
|
||||
- If you don't find the fulfillment provider you're looking for, make sure it's [added to the location](#manage-fulfillment-providers).
|
||||
- In the Fulfillment Option field, choose a fulfillment option from the fulfillment provider. For example, UPS may provide express or standard fulfillment options.
|
||||
- If you're unsure about which fulfillment option to choose, contact your technical team for assistance based on the integrated [fulfillment service](!resources!/commerce-modules/fulfillment/fulfillment-provider).
|
||||
- If you don't want this shipping option to be used by customers during checkout, disable the "Enable in store" toggle. This is useful if you're creating a shipping option that's only used internally.
|
||||
|
||||

|
||||

|
||||
|
||||
If you chose a "Calculated" price type, you can click the "Save" button to create the shipping option. Otherwise click Continue to proceed to the Prices step.
|
||||
|
||||
@@ -235,10 +236,16 @@ To edit a shipping option's details:
|
||||
1. Go to the location's details page.
|
||||
2. In the "Pickup" or "Shipping" sections, find the shipping option and click on the <InlineIcon Icon={EllipsisHorizontal} alt="three-dots" /> icon at its right.
|
||||
3. Choose "Edit option" from the dropdown.
|
||||
4. In the side window that opens, you can edit the shipping option's price type, name, shipping profile, and whether it's enabled in store for customers to use.
|
||||
4. In the side window that opens, you can edit the shipping option's price type, name, shipping profile, shipping option type, and whether it's enabled in store for customers to use.
|
||||
5. Once you're done, click the Save button.
|
||||
|
||||

|
||||
<Note>
|
||||
|
||||
You can't edit a shipping option's fulfillment provider or fulfillment option after its creation.
|
||||
|
||||
</Note>
|
||||
|
||||

|
||||
|
||||
### Edit Shipping Option Prices
|
||||
|
||||
|
||||
Reference in New Issue
Block a user