Vendor Registration

Registration

Username*

Email*

First Name

Last Name

Store Name*

https://kcorral.com/store/[your_store]

Address 1*

Address 2

Country*

City/Town

State/County

Postcode/Zip*

Store Phone*

Password*

Confirm Password*

* Agree  Terms & Conditions

Shopping Cart
// Wait for the DOM to be ready document.addEventListener('DOMContentLoaded', function() { // Get the element with the specified class var storeNotice = document.querySelector('.woocommerce-store-notice.demo_store'); // Check if the element exists before trying to hide it if (storeNotice) { // Hide the element storeNotice.style.display = 'none'; } });