ParkSystem
ParkSystem
Description
ParkSystem plugin provides integration with ParkSystem.online parking management system. It allows you to:
- Display reservation forms via iframe
- Show reservation confirmation pages
- Display pricing tables
- Manage parking token and settings
Installation
- Upload the plugin files to the
/wp-content/plugins/parksystemdirectory, or install through the WordPress plugins screen directly. - Activate the plugin through the ‘Plugins’ screen in WordPress
- Go to ParkSystem > Settings to configure your parking token
- Use the shortcode
[parksystem_pricing]to display pricing tables
Faq
Go to ParkSystem > Settings in the WordPress admin panel and enter your parking token.
Use the shortcode [parksystem_pricing] in any post, page, or widget. You can customize it with parameters:
[parksystem_pricing min_days=”1″ max_days=”35″]
/rezerwuj/– Reservation form page/potwierdzenie/{id}/{token}/– Reservation confirmation page
Reviews
Changelog
1.0.1
- Improved code organization and WordPress coding standards compliance
- Replaced inline scripts with wp_enqueue_script() and wp_add_inline_script()
- Consolidated iframe handling into a single frontend script
- Fixed iframe URL escaping for better security
- Added deactivation hook for proper rewrite rules cleanup
1.0
- Initial release
- Reservation form iframe integration
- Reservation confirmation page
- Pricing widget shortcode
- Admin settings page
- Internationalization support (Polish)