Description
Anipo is a plugin designed to add barcode tracking functionality to your shop. It enhances the WooCommerce orders table by adding two new columns: “Get Barcode” and “Barcode.” Clicking on the “Get Barcode” button opens a modal where you can enter or edit the order weight before generating the barcode tracking link. The generated barcode is a clickable link that opens in a new tab for tracking purposes.
Key Features:
– Adds “Get Barcode” and “Barcode” columns to WooCommerce orders page.
– Clicking the “Get Barcode” button opens a modal to fetch or edit the barcode and order weight.
– Allows admins to modify the order weight before generating the barcode.
– Displays a clickable barcode link that opens in a new tab for tracking.
– Adds barcode links to both the admin and customer order details pages.
This plugin is perfect for shop owners who need to handle barcode tracking and also adjust order weights before generating barcodes. Admins can easily generate and edit order details within the WooCommerce orders page.
Requirements:
– WordPress 6.6 or higher
– PHP 7.4 or higher
– WooCommerce plugin installed and activated
License
This plugin is licensed under the GPLv2 or later.
License URI: https://www.gnu.org/licenses/gpl-2.0.html
External Libraries
This plugin relies on the following external libraries:
- morilog/jalali – This library is used to handle Persian (Jalali) date conversions.
- License: MIT License
The morilog/jalali
package is bundled with this plugin to allow for seamless conversion of dates into the Persian (Jalali) calendar system. No data is sent to third-party servers, as this package only runs locally within your WordPress environment.
Installation
- Upload the
anipo
folder to the/wp-content/plugins/
directory, or install it through the WordPress plugin screen directly. - Activate the plugin through the ‘Plugins’ screen in WordPress.
- Ensure WooCommerce is installed and activated, as Anipo requires WooCommerce to function.
- Go to the WooCommerce Orders section to see the new “Get Barcode” and “Barcode” columns.
- Click on “Get Barcode” to open the modal for editing the order weight if needed and getting barcode.
FAQ
-
Does Anipo work without WooCommerce?
-
No, Anipo requires WooCommerce to be installed and activated for the barcode tracking and order weight functionality to work.
-
What happens when I click on “Get Barcode”?
-
When you click the “Get Barcode” button in the WooCommerce orders table, a modal opens where you can enter or edit the order weight before generating the barcode. The generated barcode is then displayed as a clickable tracking link in the “Barcode” column.
-
Can I edit the order weight before getting the barcode?
-
Yes, you can modify the order weight in the modal before generating the barcode tracking link. This allows you to update order details as needed.
-
Can both admins and customers see the barcode link?
-
Yes, the barcode tracking link is available on both the WooCommerce order details page for admins and the customer order details page for easy tracking.
-
Does this plugin send data to an external service?
-
Yes, this plugin interacts with the Anipo API (https://panel.anipo.ir/backend/api/) to send orders data to Anipo panel, generate barcodes, and fetch plugin-related data. When you perform certain actions like generating a barcode or sending order information, the plugin sends data such as order details to the Anipo API.
-
Where can I find the privacy policy and terms of service for Anipo?
-
- Anipo Privacy Policy: [https://anipo.ir/rules/]
- Anipo Terms of Service: [https://anipo.ir/rules/]
Reviews
There are no reviews for this plugin.
Contributors & Developers
“Anipo” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Anipo” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.0.0
- Initial release of Anipo.
- Added functionality to generate barcode tracking links in WooCommerce.
- Added “Get Barcode” and “Barcode” columns to the WooCommerce orders page.
- Included modal for getting barcode and editing order weight before generating barcode link.
1.0.1
- morilog/jalali package bug fixed
1.0.2
- vendor/symfony bug fixed