Skip to content

Commit 843ea88

Browse files
authored
Update dynamically-priced-products.md
1 parent 749c228 commit 843ea88

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

15/umbraco-commerce/how-to-guides/dynamically-priced-products.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ description: Learn how to implement dynamically priced products in Umbraco Comme
44

55
# Implementing Dynamically Priced Products
66

7-
Sometimes our products are not just a fixed price. Depending on the customer's requirements, the price of the product can change. Examples could be window blinds that a priced based on the size of the window, or wallpaper that is priced by the meter.
7+
Sometimes products do not have a fixed price. Depending on the customer's requirements, the price of the product can change. Examples could be window blinds that a priced based on the size of the window, or wallpaper that is priced by the meter.
88

99
This guide shows you how to implement dynamically priced products in Umbraco Commerce.
1010

1111
{% hint style="info" %}
12-
Whilst this guide is not a direct follow-on from the [getting started tutorial](../tutorials/build-a-store/overview.md), it is assumed that your store is set up in a similar structure.
12+
This guide is not a direct follow-on from the [getting started tutorial](../tutorials/build-a-store/overview.md). It is assumed that your store is set up in a similar structure.
1313
{% endhint %}
1414

1515
## Capturing User Input

0 commit comments

Comments
 (0)