الوصف
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.
التنصيب
- Upload the plugin folder to the ‘/wp-content/plugins/’ directory or install it directly via the wordpress dashboard.
- Activate the plugin through the ‘Plugins’ menu.
- Go to Woocommerce SKU Generator to bulk generate missing SKUs.
الأسئلة المتكررّة
-
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