-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Follow these steps to install the Agora Invoicing WordPress 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
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.
After activation, check if the plugin is listed in the Plugins section and ensure it’s enabled.
Once installed, you need to configure the plugin to integrate with your Agora invoicing system.
Navigate to Settings > Agora Invoicing in your WordPress admin panel. You’ll see configuration option.
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.
Here’s how to use the Agora Invoicing WordPress Plugin once it’s installed and configured.
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. |