Track, manage, and streamline your shipments with WP TrackPro, the all-in-one tracking shipment plugin for WordPress. Keep a detailed shipment history, provide tracking codes for clients, send notifications via email and SMS, and customize fields to fit your business needs.
Free Features:
- Store Shipment Details
- Track Shipment
- Shipment History
Pro Features(to be added):
- SMS Notification
- Custom Fields
- Analytics Dashboard
Documentations:
- Shortcode for Tracking of Shipment is
[wtp-track-shipment]
- You can add/edit the product information fields by using
add_filter('wtp-product-fields-json', 'your_function_here');
. And you can find the JSON file for your reference under /wp-trackpro/admin/assets/js/json/wtp-fields.json - You can add/edit the shipment history fields by using
add_filter('wtp-shipment-history-fields-json', 'your_function_here');
. And you can find the JSON file for your reference under /wp-trackpro/admin/assets/js/json/wtp-shipment-history.json
WP TrackPro allows you to customize the appearance and layout of the tracking form and shipment results by following these steps:
-
Create a new folder in your WordPress theme directory and name it "wptrackpro". This folder will serve as the location for your customized templates.
-
Inside the "wptrackpro" folder, create two new files: "wtp-track-shipment-form.php" and "wtp-track-shipment-results.php". These files will hold the customized templates for the tracking form and shipment results, respectively.
-
Open the "wtp-track-shipment-form.php" file and customize the HTML and CSS code to modify the tracking form's appearance and layout. You can add your own styling, adjust the form structure, or include additional elements as per your design requirements. Make sure to preserve the necessary form functionality, such as the input field for the tracking code and the track button.
-
Similarly, open the "wtp-track-shipment-results.php" file and customize the HTML and CSS code to tailor the appearance of the shipment results section. You can modify the layout, typography, colors, and add any additional information or styling that aligns with your desired design.
-
Once you have made the necessary changes to the templates, save the files and upload them to the "wptrackpro" folder in your WordPress theme directory, replacing the existing templates.
-
After updating the templates, the changes will take effect on your WP TrackPro plugin. You can now refresh the tracking page to see the customized tracking form and shipment results reflecting your design modifications.
Notes:
- If changing the fields on both Product Information and Shipment History the name should start on
wtp-
. Examplewtp-test or wtp-shipment-name
- If changing the shipment history fields the
wtp-shipment-status and wtp-field-shipment-history-id
postmeta key should be on the edited fields. - If changing the product information fields the
wtp-field-product-info-id
postmeta key should be on the edited fields. - Please refer to this files
/wp-trackpro/admin/assets/js/json/wtp-shipment-history.json OR /wp-trackpro/admin/assets/js/json/wtp-fields.json
Please contact me if you need a custom features or feedbacks at [email protected]. Thank you!