SKU Generator For Wc

설명

SKU Generator For Wc is a simple,clean and secure plugin to automatically generate SKUs for your woocommerce products.

Feature include:
– 🔢 Auto-generate SKU when a product is created or updated (if empty)
– 📦 Bulk generate SKUs for all products without one via admin menu
– 🔒 Sanitized and secured with nonce,user capability checks, and escaping.
– 🧱 Easy-to-extend OOP structure

Default SKU format: ‘PROD_{product_ID}’

License

This plugin is licensed under the GPL v2 or later.

설치

  1. Upload the plugin folder to the ‘/wp-content/plugins/’ directory or install it directly via the wordpress dashboard.
  2. Activate the plugin through the ‘Plugins’ menu.
  3. Go to Woocommerce SKU Generator to bulk generate missing SKUs.

FAQ

Can i change the SKU format?

Not yet, but a settings panel for custom patterns is coming soon.

Does it generate SKUs for variations?

Yes! It handles both simple and variable products (including variations).

Will it overwrite existing SKUs?

No. It only generates SKUs for products that don’t already have one.

후기

이 플러그인에 대한 평가가 없습니다.

기여자 & 개발자

“SKU Generator For Wc”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “SKU Generator For Wc”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

1.1

  • Added security improvements (escaping,nonce,capability checks)
  • Fully OOP-structured and WordPress Coding Standard compliant

1.0

  • Initial release – single and bulk SKU generation support