Changeset 3398847
- Timestamp:
- 11/19/2025 10:57:36 AM (6 weeks ago)
- Location:
- woo-product-add-tab
- Files:
-
- 9 added
- 2 edited
- 2 copied
-
tags/0.9.1 (added)
-
tags/0.9.1/assets (added)
-
tags/0.9.1/assets/add.css (added)
-
tags/0.9.1/assets/add.js (added)
-
tags/0.9.1/assets/add.less (added)
-
tags/0.9.1/languages (added)
-
tags/0.9.1/languages/woocommerce-add-tab-ru_RU.mo (added)
-
tags/0.9.1/languages/woocommerce-add-tab-ru_RU.po (added)
-
tags/0.9.1/languages/woocommerce-add-tab.pot (added)
-
tags/0.9.1/readme.txt (copied) (copied from woo-product-add-tab/trunk/readme.txt) (3 diffs)
-
tags/0.9.1/woocommerce-add-tab.php (copied) (copied from woo-product-add-tab/trunk/woocommerce-add-tab.php) (2 diffs)
-
trunk/readme.txt (modified) (3 diffs)
-
trunk/woocommerce-add-tab.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
woo-product-add-tab/tags/0.9.1/readme.txt
r3398826 r3398847 1 === Woo Product Add Tab===1 === Product Tabs for WooCommerce === 2 2 Contributors: shvv 3 3 Tags: woocommerce … … 11 11 License URI: http://www.gnu.org/licenses/gpl-2.0.html 12 12 13 Plugin allows to addadditional tabs on the product page in WooCommerce.13 Plugin allows adding additional tabs on the product page in WooCommerce. 14 14 15 15 == Description == … … 24 24 == Frequently Asked Questions == 25 25 26 = How to create new tab? =26 = How to create a new tab? = 27 27 28 Go to Admin panel -> Product -> Tabs -> Add tabs.28 Go to the Admin panel -> Product -> Tabs -> Add tabs. 29 29 Enter name and priority. 30 30 31 = What is priority? =31 = What is the priority? = 32 32 33 Tabs priority determine its position in relation to other tabs. Standard tabs on the product page have the following priority: **Description** - 10, **Additional Information** (shown only when you specify the weight or size) - 20, **Reviews** - 30. For example, for place tab on second place set priority - 15.33 Tabs priority determines its position in relation to other tabs. Standard tabs on the product page have the following priority: **Description** - 10, **Additional Information** (shown only when you specify the weight or size) - 20, **Reviews** - 30. For example, for place tab on second place set priority - 15. 34 34 35 35 == Changelog == 36 37 = 0.9.1 = 38 * Plugin renamed to Product Tabs for WooCommerce. 36 39 37 40 = 0.9 = -
woo-product-add-tab/tags/0.9.1/woocommerce-add-tab.php
r3398826 r3398847 1 1 <?php 2 2 /** 3 * Plugin Name: Woo Product Add Tab4 * Plugin URI: https://github.com/shvlv/woo commerce-add-tab3 * Plugin Name: Product Tabs for WooCommerce 4 * Plugin URI: https://github.com/shvlv/woo-product-add-tab 5 5 * Description: Plugin allows you to add additional tabs on the product page in WooCommerce. 6 6 * Version: 0.9 … … 32 32 33 33 /** 34 * @var array of post with post_type='produ st_tab'34 * @var array of post with post_type='product_tab' 35 35 * @see set_tab 36 36 * -
woo-product-add-tab/trunk/readme.txt
r3219740 r3398847 1 === Woo Product Add Tab===1 === Product Tabs for WooCommerce === 2 2 Contributors: shvv 3 3 Tags: woocommerce … … 11 11 License URI: http://www.gnu.org/licenses/gpl-2.0.html 12 12 13 Plugin allows to addadditional tabs on the product page in WooCommerce.13 Plugin allows adding additional tabs on the product page in WooCommerce. 14 14 15