Skip to content

Commit 87483f1

Browse files
Marketplace RMA Added
1 parent c62f6cf commit 87483f1

27 files changed

+277
-6
lines changed

.vitepress/config.mts

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,14 @@ export default defineConfig({
2525
'script',
2626
{},
2727
`
28-
(function () {
29-
let script = document.createElement('script');
28+
(function () {
29+
let script = document.createElement('script');
3030
31-
script.innerHTML = 'window.chatbotConfig = { url: "https://ask.bagisto.com:5000/chat" };';
31+
script.innerHTML = 'window.chatbotConfig = { url: "https://ask.bagisto.com:5000/chat" };';
3232
33-
document.body.appendChild(script);
34-
})();;
35-
`
33+
document.body.appendChild(script);
34+
})();;
35+
`
3636
],
3737
[
3838
'script',
@@ -242,6 +242,8 @@ document.body.appendChild(script);
242242
{ text: 'Product Management', link: '/multi-vendor-marketplace/product-management' },
243243
{ text: 'Rating Management', link: '/multi-vendor-marketplace/rating-management' },
244244
{ text: 'Payment Management', link: '/multi-vendor-marketplace/payment-management' },
245+
{ text: 'Return Merchandise Authorization (RMA)', link: '/multi-vendor-marketplace/return-merchandise-authorization' },
246+
245247
]
246248
},
247249

55.2 KB
Loading
22.6 KB
Loading
43.9 KB
Loading
25.3 KB
Loading
29.6 KB
Loading
28.8 KB
Loading
29.1 KB
Loading
28.9 KB
Loading
73.4 KB
Loading

0 commit comments

Comments
 (0)