Skip to content

Commit 1a75ba1

Browse files
committed
move images to /images folder
1 parent d7719a5 commit 1a75ba1

File tree

9 files changed

+9
-7
lines changed

9 files changed

+9
-7
lines changed

15/umbraco-commerce/reference/payments/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,10 @@ description: Payment management in Umbraco Commerce.
66

77
Umbraco Commerce offers a user-friendly interface within the backoffice to efficiently manage order payments.
88

9-
## [Configure Refunds](refund-configs.md)
9+
## Refunds
1010

1111
Umbraco Commerce supports issuing full and partial refunds directly from the backoffice for payment methods. This includes invoicing, Stripe, PayPal, and more.
12+
- [Configure refunds](refund-configs.md)
13+
- [Issue refunds](issue-a-refund.md)
1214

1315

15/umbraco-commerce/reference/payments/issue-a-refund.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ To refund an order, follow the steps outlined below:
1616
4. Go to **Orders**.
1717
5. Select the order that you want to refund.
1818

19-
![Select the order that you want to refund](../../media/order_list.png)
19+
![Select the order that you want to refund](images/order_list.png)
2020

2121
6. Click **Refund Payment** on the Order Details page.
2222

23-
![Refund Payment button](../../media/refund_payment_button.png)
23+
![Refund Payment button](images/refund_payment_button.png)
2424

2525
7. Fill in the fields in the Order Refund modal:
2626
- **Order Lines section** (*only available if partial refunds are enabled*): Enter the quantity you want to refund from each order line.
@@ -29,10 +29,10 @@ To refund an order, follow the steps outlined below:
2929
- **Refund button**: Clicking on this button will issue a refund with the **Refund Amount** above.
3030
- **Refund All button**: Clicking on this button will issue a refund for the remaining refundable amount of the order.
3131

32-
![Refund Modal](../../media/order_refund_modal.png)
32+
![Refund Modal](images/order_refund_modal.png)
3333

3434
8. Click on the **Refund** button to refund the desired amount or the **Refund All** button to refund the full refundable amount (*only available if partial refunds are enabled*).
3535

3636
Find the refund history by clicking on the information icon at the top-right corner of the Payment Details section.
3737

38-
![Payment Details button](../../media/payment_details_button.png)
38+
![Payment Details button](images/payment_details_button.png)

15/umbraco-commerce/reference/payments/refund-configs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ To enable the refund feature for a payment method, follow the steps outlined bel
1010
2. Select your store from the **Stores** section.
1111
3. Go to **Payment Methods**.
1212

13-
![Payment Methods](../../media/payment_methods_list.png)
13+
![Payment Methods](images/payment_methods_list.png)
1414

1515
4. Select the payment method you want to configure. The **Invoicing** payment method is used as an example in this guide.
1616

1717
5. Toggle **Refund Payments** and **Partially Refund Payments** if needed.
1818

19-
![Refund settings](../../media/payment_method_refund_section.png)
19+
![Refund settings](images/payment_method_refund_section.png)
2020

2121
6. Click **Save**.
2222

0 commit comments

Comments
 (0)