Skip to content
Shivaleela edited this page Jan 29, 2025 · 4 revisions

Welcome to the Agora-Invoicing-Wordpress-Plugin wiki!

How to install

Follow these steps to install the Agora Invoicing WordPress Plugin:

Step 1: Download the Plugin

Visit the plugin's WordPress Plugin Page and download the Agora Invoicing Plugin. Alternatively, you can download the plugin as a .zip file from https://wordpress.org/plugins/faveo-agora-invoicing

Step 2: Upload the Plugin

Go to your WordPress dashboard. Navigate to Plugins > Add New. Click Upload Plugin and select the .zip file you downloaded. Click Install Now and then Activate the plugin.

Step 3: Verify Installation

After activation, check if the plugin is listed in the Plugins section and ensure it’s enabled.

Configuration

Once installed, you need to configure the plugin to integrate with your Agora invoicing system.

Step 1: Access the Plugin Settings

Navigate to Settings > Agora Invoicing in your WordPress admin panel. You’ll see configuration option.

Step 2: Set API URL

In the settings page, find the API URL field.

  • Enter the Agora Invoicing API URL that you’ll be using to fetch data for your invoices and pricing details. Save the settings by clicking the Save Changes button.
  • Add Custom Contact url for the Custom Sales button.

Screenshot 2025-01-29 105524

Usage

Here’s how to use the Agora Invoicing WordPress Plugin once it’s installed and configured.

Displaying Pricing

Use the provided shortcode to display Pricing data on your pages or posts. For example: [fhai group=1 country=US] This will display all invoices for group 1 in the US.

Parameter Description Example Notes
fhai The shortcode used for fetching and displaying product information based on specific filters. [fhai group=1 country=US] Ensure the shortcode is correctly placed in the WordPress editor.
group Identifies the product group to be shown in the output. Each group represents a different category or set of products. group=1 Group 1 might refer to a specific category.
country Limits the displayed products to those available in the specified country. country=US "US" stands for Default Country. This helps in regional customization.