HireHop Webshop

外掛說明

HireHop Webshop is a powerful WordPress plugin that seamlessly integrates with HireHop rental software to create a fully functional online rental store. The plugin allows you to display your rental inventory, organize products by categories, and provide customers with an intuitive shopping cart and checkout experience.

Key Features

  • API Integration: Connects directly with HireHop rental software via API
  • Product Management: Automatically syncs products, categories, and pricing
  • Responsive Design: Mobile-friendly product listings and cart functionality
  • Category Tree: Hierarchical category display for hire, sales, and service items
  • Shopping Cart: Local storage-based cart with jQuery UI dialog
  • Checkout System: Complete checkout form with email confirmations
  • Image Processing: Automatic image fetching and WordPress media library integration
  • Admin Dashboard: Easy-to-use admin interface for API configuration and data management
  • Progress Tracking: Real-time progress bars for data synchronization
  • Email Notifications: SMTP-configurable email confirmations for orders

Shortcodes

  • [hhwsp_product_listing] – Displays paginated product listings
  • [hhwsp_category] – Shows hierarchical category navigation
  • [hhwsp_cart_btn] – Adds a cart button to any page
  • [hhwsp_checkout] – Creates a complete checkout form

Requirements

  • WordPress 5.0 or higher
  • PHP 7.4 or higher
  • HireHop rental software account with API access
  • jQuery and jQuery UI (included with WordPress)

External services

This plugin connects to the HireHop service to create and sync jobs and related data.

  • Service: HireHop (hirehop.rent)
  • Purpose: To save jobs from WordPress to the HireHop system and retrieve bulk data for product/job sync.
  • Endpoints used:
    • https://hirehop.rent/wp_save_job.php – called when a job is submitted to save job details.
    • https://hirehop.rent/wp_data_bulk.php – called when syncing data in bulk from HireHop.
  • Data sent:
    • When saving a job: API key, job details (e.g., customer info, items, dates), and site URL for identification.
    • When syncing: API key and request parameters (e.g., pagination/filter info).
  • Data received:
    • Job save responses (IDs/status) and bulk datasets required to render or sync plugin content.
  • Terms of Service: https://hirehop.rent/terms.html
  • Privacy Policy: https://hirehop.rent/privacy_policy.html

Note: The API key is stored in your WordPress database and transmitted only to the HireHop service for authentication.

Support

For support, please contact HireHop support at support@hirehop.com

Development

This plugin follows WordPress coding standards and best practices:
* Object-oriented PHP architecture
* Proper sanitization and escaping
* Nonce verification for security
* Responsive CSS design
* Modern JavaScript with error handling
* Database optimization with prepared statements

安裝方式

  1. Upload the plugin files to the /wp-content/plugins/hirehop-webshop directory, or install the plugin through the WordPress plugins screen directly.
  2. Activate the plugin through the ‘Plugins’ screen in WordPress.
  3. Navigate to ‘HireHop Webshop’ in your WordPress admin menu.
  4. Enter your HireHop API key in the settings page.
  5. Click ‘Retrieve Data’ to sync your products and categories.
  6. Use the provided shortcodes to display products and categories on your pages.

常見問題集

How do I get a HireHop API key?

Contact HireHop support to obtain your API key. You’ll need an active HireHop rental software account.

Can I customize the appearance of the webshop?

Yes, the plugin includes CSS classes that can be customized through your theme’s stylesheet or the WordPress Customizer.

How often should I sync data with HireHop?

You can manually sync data anytime from the admin panel. For automatic syncing, consider setting up a cron job or using a scheduling plugin.

Does the plugin support multiple currencies?

Yes, currency settings are automatically retrieved from your HireHop account configuration.

Can I modify the checkout form fields?

The checkout form includes standard fields (name, email, address, etc.). Custom fields can be added through theme modifications or hooks.

使用者評論

2025 年 12 月 27 日
I am not a webdesigner and have very limited knowledge of web stuff, but I clicked a few buttons, set some options in Hirehop and customers can now book rentals online from my website. Really impressed and didn’t expect it to be that easy!
閱讀全部 1 則使用者評論

參與者及開發者

以下人員參與了開源軟體〈HireHop Webshop〉的開發相關工作。

參與者

將〈HireHop Webshop〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

變更記錄

1.0.0

  • Initial release
  • HireHop API integration
  • Product and category synchronization
  • Shopping cart functionality
  • Checkout system with email notifications
  • Admin dashboard with progress tracking
  • Responsive design implementation
  • Image processing and media library integration