| 开发者 | instant-quote.co |
|---|---|
| 更新时间 | 2025年11月28日 22:17 |
| PHP版本: | 5.2.4 及以上 |
| WordPress版本: | 4.9.4 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
Support is by your normal Instant-quote.co support arrangements
You can find these settings in the instant-quote.co administration page. Under configuration > Host Settings, the Host id is listed at the top of the table. Alternatively go to Agency > Asset Search. On each data card the Asset id and Host id is identified. In this case the host id is the Directory host setting for the Asset.
The plugin is called using the shortcode: [iq_quotationpage hostid="?"] Where the ? is replaced by you with the value you have just looked up. Once you have entered your settings on this page, just paste the shortcode into your page and set the hostid value. Filters Optionally one or two filters can be applied to limit the display to upto to two categories of asset. This is achieved by adding further parameters to the shortcode. These parameters are filter1 and filter2. A further tag can also be added which filters the results by a property of the asset. For cars this might be whether it's licensed for private hire. For a bouncy castle it might be that it is only suitable for children. This property of the shortcode is the assettag. The assettag can have a value of 0 or 1 or be ommitted. 1 enables the filter, 0 or omitting the property passes a value of 0 to the server. Using these filters allows you to create pages that are specific to certain classes of your products. An example shortcode using filter might be: [iq_quotationpage hostid="?" filter1="11" filter2="13" assettag="0"] A list of the current filters can be found on the Instant-Quote.co WordPress page: https://www.instant-quote.co/WordPress.aspx
The fields that are displayed on the form are customised in your administration pages on the www.instant-quote.co site. Log into your account and go to configuration/ Quotation Page. There are a range of different settings you can change to alter the quotation page.
Data entry fields can be across the top, to th left or to the right of the displayed assets. The change in layout requires you to edit a single setting in the file IQquotationpage.txt. Go to Plugins / Editor in wordPress and select Editor. Select IQ quotation pages from the drop down list to the top right of the page and select 'Select' Select IQquotationpage.txt from the right hand side of the page. This file is the template for the quotation page. At the top of the page there are instructions on how to make this change to the layout.