વર્ણન
Price Shortcode for WooCommerce lets you insert product prices using a flexible shortcode: [psfw_price]. It supports showing or hiding the currency symbol, displaying sale and regular prices, and customizable price range output for variable products.
Features:
- Use ID or SKU to target products
- Safe SKU fallback logic: numeric values are treated as product IDs first; SKU lookup is attempted only if no product matches the ID and the SKU is unique.
- Show/hide currency symbol.
- Strike-through regular price if on sale.
-
Flexible price range display for variable products:
- Use
price_range="force"to always display the full range (min–max) even if both values are the same. - Use
price_range="min"to display only the lowest variation price. - Use
price_range="max"to display only the highest variation price. - Defaults to WooCommerce’s auto range behavior if not specified.
- Use
-
Set default options in the admin.
- Optionally delete settings on uninstall.
- Gracefully degrades if WooCommerce is not active — shows nothing on the frontend, with an admin warning.
- Lightweight, clean, and developer-friendly, with basic SKU caching.
- Fully internationalized and ready for translation.
સ્થાપન
- Upload the plugin files to the
/wp-content/plugins/price-shortcode-for-woocommerce/directory, or install via the WordPress Plugins screen. - Activate the plugin through the ‘Plugins’ screen in WordPress.
- Go to Settings Price Shortcode to configure.
સમીક્ષાઓ
આ પ્લગઇન માટે કોઈ સમીક્ષાઓ નથી.
ફાળો આપનાર & ડેવલપર્સ
“Price Shortcode for WooCommerce” ને તમારી ભાષામાં અનુવાદ કરો.
વિકાસમાં રસ ધરાવો છો?
કોડ બ્રાઉઝ કરો, જોવોઅસ્વીએન રેપોઝિટરીમાંથી,અથવા સબ્સ્ક્રાઇબ કરોડેવલપમેન્ટ દ્વારાઆરઅસઅસ.
ચેન્જલૉગ
1.0.0
- Initial public release