docs: added custom item price guide (#11240)
* added examples sidebar * added guide * fixes * add meta image * update intro
This commit is contained in:
@@ -5903,5 +5903,6 @@ export const generatedEditDates = {
|
||||
"references/types/interfaces/types.BaseProductTypeListParams/page.mdx": "2025-01-27T11:43:54.550Z",
|
||||
"references/core_flows/Order/Steps_Order/variables/core_flows.Order.Steps_Order.updateOrderChangesStepId/page.mdx": "2025-01-27T11:43:49.278Z",
|
||||
"app/troubleshooting/test-errors/page.mdx": "2025-01-31T13:08:42.639Z",
|
||||
"app/commerce-modules/product/variant-inventory/page.mdx": "2025-02-03T12:19:45.706Z"
|
||||
"app/commerce-modules/product/variant-inventory/page.mdx": "2025-02-03T12:19:45.706Z",
|
||||
"app/examples/guides/custom-item-price/page.mdx": "2025-02-06T10:37:57.282Z"
|
||||
}
|
||||
@@ -783,6 +783,10 @@ export const filesMap = [
|
||||
"filePath": "/www/apps/resources/app/events-reference/page.mdx",
|
||||
"pathname": "/events-reference"
|
||||
},
|
||||
{
|
||||
"filePath": "/www/apps/resources/app/examples/guides/custom-item-price/page.mdx",
|
||||
"pathname": "/examples/guides/custom-item-price"
|
||||
},
|
||||
{
|
||||
"filePath": "/www/apps/resources/app/examples/page.mdx",
|
||||
"pathname": "/examples"
|
||||
|
||||
@@ -13,7 +13,59 @@ export const generatedSidebar = [
|
||||
"type": "link",
|
||||
"path": "/examples",
|
||||
"title": "Examples",
|
||||
"children": []
|
||||
"isChildSidebar": true,
|
||||
"children": [
|
||||
{
|
||||
"loaded": true,
|
||||
"isPathHref": true,
|
||||
"type": "ref",
|
||||
"path": "/examples",
|
||||
"title": "Example Snippets",
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"loaded": true,
|
||||
"isPathHref": true,
|
||||
"type": "ref",
|
||||
"path": "/recipes",
|
||||
"title": "Recipes",
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"loaded": true,
|
||||
"isPathHref": true,
|
||||
"type": "ref",
|
||||
"path": "/plugins",
|
||||
"title": "Plugins",
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"loaded": true,
|
||||
"isPathHref": true,
|
||||
"type": "ref",
|
||||
"path": "/integrations",
|
||||
"title": "Integrations",
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"loaded": true,
|
||||
"isPathHref": true,
|
||||
"type": "category",
|
||||
"title": "Server Examples",
|
||||
"autogenerate_tags": "example+server",
|
||||
"autogenerate_as_ref": true,
|
||||
"children": [
|
||||
{
|
||||
"loaded": true,
|
||||
"isPathHref": true,
|
||||
"type": "link",
|
||||
"title": "Custom Item Price",
|
||||
"path": "/examples/guides/custom-item-price",
|
||||
"children": []
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"loaded": true,
|
||||
@@ -1153,6 +1205,14 @@ export const generatedSidebar = [
|
||||
"path": "/commerce-modules/cart/extend",
|
||||
"title": "Extend Module",
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"loaded": true,
|
||||
"isPathHref": true,
|
||||
"type": "ref",
|
||||
"title": "Implement Custom Line Item Pricing in Medusa",
|
||||
"path": "/examples/guides/custom-item-price",
|
||||
"children": []
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -9384,6 +9444,14 @@ export const generatedSidebar = [
|
||||
"title": "Get Variant Price with Taxes",
|
||||
"path": "/commerce-modules/product/guides/price-with-taxes",
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"loaded": true,
|
||||
"isPathHref": true,
|
||||
"type": "ref",
|
||||
"title": "Implement Custom Line Item Pricing in Medusa",
|
||||
"path": "/examples/guides/custom-item-price",
|
||||
"children": []
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user