Changeset 3438629
- Timestamp:
- 01/13/2026 01:06:50 PM (2 months ago)
- Location:
- individual-item-description-and-price-for-wp-invoices
- Files:
-
- 3 added
- 5 edited
-
assets/icon-256x256.png (modified) (previous)
-
assets/screenshot-1.jpg (added)
-
assets/screenshot-2.jpg (added)
-
assets/screenshot-3.jpg (added)
-
tags/1.1.0/README.txt (modified) (1 diff)
-
tags/1.1.0/wpinvoices_itemdescription.php (modified) (1 diff)
-
trunk/README.txt (modified) (1 diff)
-
trunk/wpinvoices_itemdescription.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
individual-item-description-and-price-for-wp-invoices/tags/1.1.0/README.txt
r3240438 r3438629 1 === Individual item description and price for WP Invoices ===1 === Individual Item Description and Price for WP Invoices === 2 2 Contributors: iflairwebtechnologies 3 Donate link: https://www.iflair. in4 Tags: Wp Invoicing, Plugins, Price, Invoice, wp invoice3 Donate link: https://www.iflair.com/ 4 Tags: wp invoicing, wp invoice, invoice, price, description, add-on 5 5 Requires at least: 4.7 6 Tested up to: 6. 76 Tested up to: 6.9 7 7 Requires PHP: 5.6 8 8 Stable tag: 1.1.0 9 9 License: GPLv2 or later 10 License URI: https://www.gnu.org/licenses/gpl-2.0.html 11 12 Add individual item descriptions and prices per invoice in WP Invoices with rich text support and PDF/email compatibility. 10 13 11 14 == Description == 12 15 13 It's stable add-on plugin provide option for WPinvoice to change individual item description and price, it's great add on feature who using wp invoices plugin to add description and price and it's helps to your account.16 This is a stable add-on plugin for **WP-Invoice** that allows you to change **item descriptions and prices individually per invoice or quote**. 14 17 18 It is especially useful when you want to customize item details for a specific invoice **without modifying the predefined product data**. 19 20 The plugin adds a Rich Text editor for item descriptions and ensures that customized descriptions and prices are displayed correctly in HTML invoices, PDF invoices, and email notifications. 21 22 Video Demo: 15 23 https://vimeo.com/380875997 16 24 17 25 = Features = 18 26 19 * The Plugin can be installed and activated without PHP notices, warnings or errors 20 * Item now has a new field "Description" which is a RichText editor (minimum: bold, italic, ul, li, link) 21 * Item can be added to invoice and quote and have 22 - all the default fields of an item 23 - a field "Individual Description" which is prefilled from the existing Item 24 * The invoice/quote the **individual description** is saved for the particular invoice only. 25 * The prefilled individual description is not overridden in the predefined product item. 26 * The prefilled individual price is not overridden in the predefined product item. 27 * The individual description and price is shown in whenever necessary (html template, pdf). 28 * [WPML](https://wpml.org/) Compatibility and translatable plugin 29 * Loco translatable plugin 27 * Install and activate without PHP notices, warnings, or errors 28 * Adds a new **Description** field with Rich Text editor support: 29 - Bold 30 - Italic 31 - Lists 32 - Links 33 * Items added to invoices and quotes include: 34 - All default WP-Invoice item fields 35 - An **Individual Description** field prefilled from the product item 36 * Individual descriptions and prices are saved **per invoice/quote only** 37 * Predefined product descriptions and prices remain unchanged 38 * Individual descriptions and prices appear correctly in: 39 - HTML invoice templates 40 - PDF invoices 41 - Email invoices 42 * WPML compatible and translatable 43 * Loco Translate compatible 30 44 31 45 == Installation == 32 46 33 1. Upload all the files into your wp-content/plugins directory, be sure to put them into a folder called "wp-invoice-add-on"34 2. Activate the plugin at the plugin administration page35 3. Follow set-up steps on main Invoice page47 1. Upload all files to the `/wp-content/plugins/` directory in a folder named `wp-invoice-add-on` 48 2. Activate the plugin through the **Plugins** menu in WordPress 49 3. Create or edit an invoice/quote and add item-level descriptions and prices 36 50 37 51 == Frequently Asked Questions == 38 52 39 [Individual item description and price for WP Invoices Plugin if any question contact us](https://www.iflair.com/contact.htm) 53 = Does this plugin require WP-Invoice to be installed? = 54 55 Yes. This is an add-on plugin and requires the **WP-Invoice** plugin to be installed and activated. 56 57 = Will changing an item description affect the original product? = 58 59 No. Individual descriptions and prices are saved **only for the specific invoice or quote**. 60 The original product data remains unchanged. 61 62 = Can I set different prices for the same item on different invoices? = 63 64 Yes. You can customize the price per item on each invoice without affecting other invoices. 65 66 = Are individual descriptions visible in PDF and email invoices? = 67 68 Yes. Customized item descriptions and prices are displayed in **HTML, PDF, and email invoices**. 69 70 = Does the plugin support multiple languages? = 71 72 Yes. The plugin is **WPML compatible** and also supports **Loco Translate** for easy translations. 73 74 = Is this plugin compatible with the latest WordPress version? = 75 76 Yes. The plugin is tested up to **WordPress 6.9**. 77 78 = Where can I get support? = 79 80 If you have questions or need help, please contact us here: 81 https://www.iflair.com/contact.htm 40 82 41 83 == Screenshots == 42 84 43 1. Add can add individual description and prices in invoice item44 2. Individual description and prices in pdf inovoice45 3. Individual description and prices in email inovoice85 1. Add individual descriptions and prices to invoice items 86 2. Individual descriptions and prices displayed in PDF invoices 87 3. Individual descriptions and prices displayed in email invoices 46 88 47 89 == Upgrade Notice == 48 90 91 = Version 1.1.0 = 92 * Fixed plugin translation issues for other languages 93 94 == Changelog == 95 96 = Version 1.1.0 = 97 * Fixed: Plugin not translating into other languages 98 49 99 = Version 1.0.1 = 50 * New features. 51 52 == Change Log == 100 * Added new features 53 101 54 102 = Version 1.0.0 = 55 * PDF and Email Issue Fixed 56 57 = Version 1.1.0 = 58 * Fixed : Plugin not translate in other langauge. 103 * Fixed PDF and email issues -
individual-item-description-and-price-for-wp-invoices/tags/1.1.0/wpinvoices_itemdescription.php
r3240438 r3438629 36 36 * Rename this for your plugin and update it as you release new versions. 37 37 */ 38 define( 'WPINVOICES_ITEMDESCRIPTION_VERSION', '1. 0.0' );38 define( 'WPINVOICES_ITEMDESCRIPTION_VERSION', '1.1.0' ); 39 39 40 40 /** -
individual-item-description-and-price-for-wp-invoices/trunk/README.txt
r3240437 r3438629 1 === Individual item description and price for WP Invoices ===1 === Individual Item Description and Price for WP Invoices === 2 2 Contributors: iflairwebtechnologies 3 Donate link: https://www.iflair. in4 Tags: Wp Invoicing, Plugins, Price, Invoice, wp invoice3 Donate link: https://www.iflair.com/ 4 Tags: wp invoicing, wp invoice, invoice, price, description, add-on 5 5 Requires at least: 4.7 6 Tested up to: 6. 76 Tested up to: 6.9 7 7 Requires PHP: 5.6 8 8 Stable tag: 1.1.0 9 9 License: GPLv2 or later 10 License URI: https://www.gnu.org/licenses/gpl-2.0.html 11 12 Add individual item descriptions and prices per invoice in WP Invoices with rich text support and PDF/email compatibility. 10 13 11 14 == Description == 12 15 13 It's stable add-on plugin provide option for WPinvoice to change individual item description and price, it's great add on feature who using wp invoices plugin to add description and price and it's helps to your account.16 This is a stable add-on plugin for **WP-Invoice** that allows you to change **item descriptions and prices individually per invoice or quote**. 14 17 18 It is especially useful when you want to customize item details for a specific invoice **without modifying the predefined product data**. 19 20 The plugin adds a Rich Text editor for item descriptions and ensures that customized descriptions and prices are displayed correctly in HTML invoices, PDF invoices, and email notifications. 21 22 Video Demo: 15 23 https://vimeo.com/380875997 16 24 17 25 = Features = 18 26 19 * The Plugin can be installed and activated without PHP notices, warnings or errors 20 * Item now has a new field "Description" which is a RichText editor (minimum: bold, italic, ul, li, link) 21 * Item can be added to invoice and quote and have 22 - all the default fields of an item 23 - a field "Individual Description" which is prefilled from the existing Item 24 * The invoice/quote the **individual description** is saved for the particular invoice only. 25 * The prefilled individual description is not overridden in the predefined product item. 26 * The prefilled individual price is not overridden in the predefined product item. 27 * The individual description and price is shown in whenever necessary (html template, pdf). 28 * [WPML](https://wpml.org/) Compatibility and translatable plugin 29 * Loco translatable plugin 27 * Install and activate without PHP notices, warnings, or errors 28 * Adds a new **Description** field with Rich Text editor support: 29 - Bold 30 - Italic 31 - Lists 32 - Links 33 * Items added to invoices and quotes include: 34 - All default WP-Invoice item fields 35 - An **Individual Description** field prefilled from the product item 36 * Individual descriptions and prices are saved **per invoice/quote only** 37 * Predefined product descriptions and prices remain unchanged 38 * Individual descriptions and prices appear correctly in: 39 - HTML invoice templates 40 - PDF invoices 41 - Email invoices 42 * WPML compatible and translatable 43 * Loco Translate compatible 30 44 31 45 == Installation == 32 46 33 1. Upload all the files into your wp-content/plugins directory, be sure to put them into a folder called "wp-invoice-add-on"34 2. Activate the plugin at the plugin administration page35 3. Follow set-up steps on main Invoice page47 1. Upload all files to the `/wp-content/plugins/` directory in a folder named `wp-invoice-add-on` 48 2. Activate the plugin through the **Plugins** menu in WordPress 49 3. Create or edit an invoice/quote and add item-level descriptions and prices 36 50 37 51 == Frequently Asked Questions == 38 52 39 [Individual item description and price for WP Invoices Plugin if any question contact us](https://www.iflair.com/contact.htm) 53 = Does this plugin require WP-Invoice to be installed? = 54 55 Yes. This is an add-on plugin and requires the **WP-Invoice** plugin to be installed and activated. 56 57 = Will changing an item description affect the original product? = 58 59 No. Individual descriptions and prices are saved **only for the specific invoice or quote**. 60 The original product data remains unchanged. 61 62 = Can I set different prices for the same item on different invoices? = 63 64 Yes. You can customize the price per item on each invoice without affecting other invoices. 65 66 = Are individual descriptions visible in PDF and email invoices? = 67 68 Yes. Customized item descriptions and prices are displayed in **HTML, PDF, and email invoices**. 69 70 = Does the plugin support multiple languages? = 71 72 Yes. The plugin is **WPML compatible** and also supports **Loco Translate** for easy translations. 73 74 = Is this plugin compatible with the latest WordPress version? = 75 76 Yes. The plugin is tested up to **WordPress 6.9**. 77 78 = Where can I get support? = 79 80 If you have questions or need help, please contact us here: 81 https://www.iflair.com/contact.htm 40 82 41 83 == Screenshots == 42 84 43 1. Add can add individual description and prices in invoice item44 2. Individual description and prices in pdf inovoice45 3. Individual description and prices in email inovoice85 1. Add individual descriptions and prices to invoice items 86 2. Individual descriptions and prices displayed in PDF invoices 87 3. Individual descriptions and prices displayed in email invoices 46 88 47 89 == Upgrade Notice == 48 90 91 = Version 1.1.0 = 92 * Fixed plugin translation issues for other languages 93 94 == Changelog == 95 96 = Version 1.1.0 = 97 * Fixed: Plugin not translating into other languages 98 49 99 = Version 1.0.1 = 50 * New features. 51 52 == Change Log == 100 * Added new features 53 101 54 102 = Version 1.0.0 = 55 * PDF and Email Issue Fixed 56 57 = Version 1.1.0 = 58 * Fixed : Plugin not translate in other langauge. 103 * Fixed PDF and email issues -
individual-item-description-and-price-for-wp-invoices/trunk/wpinvoices_itemdescription.php
r3240437 r3438629 36 36 * Rename this for your plugin and update it as you release new versions. 37 37 */ 38 define( 'WPINVOICES_ITEMDESCRIPTION_VERSION', '1. 0.0' );38 define( 'WPINVOICES_ITEMDESCRIPTION_VERSION', '1.1.0' ); 39 39 40 40 /**
Note: See TracChangeset
for help on using the changeset viewer.