Laali
Free Delivery Over $100 All Products
Sign in
Login/Register
Login/Register
Menu
Laali
Just another WordPress site
0
Cart
$
0.00
Search for:
Search
0
Cart
$
0.00
Home
Vendors
All Vendors
Categories
Locations
Marketplace
Wedding Inspo
Blog
Forum
Dashboard
Home Page
Dashboard
Login/Register
Home
Vendors
All Vendors
Categories
Locations
Marketplace
Wedding Inspo
Blog
Forum
Home
Vendors
All Vendors
Categories
Locations
Marketplace
Wedding Inspo
Blog
Forum
0
Cart
$
0.00
You have no permission to view this page
Sign in
Create an Account
Username or email
*
Password
*
Login
Lost your password?
Home
Cart
Cart
Checkout
Checkout
Dashboard
Dashboard
My account
My Orders
My Orders
Payment
Privacy Policy
Refund Policy
Request for Quote
Shop
Store List
Store List
Support
Wishlist
Search for:
Search
Shopping cart
close
document.addEventListener("DOMContentLoaded", function () { const observer = new MutationObserver(function () { const dashboardLink = document.querySelector(".account-dropdown a[href$='my-account/']"); const isVendor = document.body.textContent.includes("Vendor Dashboard"); if (dashboardLink && isVendor) { dashboardLink.setAttribute("href", "/dashboard/"); dashboardLink.textContent = "Vendor Dashboard"; observer.disconnect(); } }); observer.observe(document.body, { childList: true, subtree: true }); });