I’m reaching out to ask if there's a way to automatically generate product SKUs when a vendor creates a new product.
The background:
Right now, vendors are required to enter SKUs manually. As the number of vendors on our platform grows, the risk of duplicate SKUs increases significantly. Not every vendor comes up with a unique SKU, which can lead to product conflicts and backend issues.
I’ve already tested the SKU for WooCommerce plugin, but unfortunately, it only works within the admin backend and doesn’t meet our needs.
Ideally, we’re looking for a solution that:
Automatically generates a unique alphanumeric SKU (e.g. A2XFBD3),
Triggers when a product is created by a vendor,
Prevents the vendor from editing the generated SKU afterward.
If you have a code snippet or solution that could help us implement this functionality, we’d really appreciate it.
Dear WebWizward Team,
I’m reaching out to ask if there's a way to automatically generate product SKUs when a vendor creates a new product.
The background:
Right now, vendors are required to enter SKUs manually. As the number of vendors on our platform grows, the risk of duplicate SKUs increases significantly. Not every vendor comes up with a unique SKU, which can lead to product conflicts and backend issues.
I’ve already tested the SKU for WooCommerce plugin, but unfortunately, it only works within the admin backend and doesn’t meet our needs.
Ideally, we’re looking for a solution that:
Automatically generates a unique alphanumeric SKU (e.g. A2XFBD3),
Triggers when a product is created by a vendor,
Prevents the vendor from editing the generated SKU afterward.
If you have a code snippet or solution that could help us implement this functionality, we’d really appreciate it.
Best regards,