# tier-pricing-table/7.1.5/src/Addons/RequestAQuote/views/frontend/integrated/prompt.php

Tiered Pricing Table for WooCommerce, version 7.1.5. 22 lines.

- Page: https://pluginprobe.com/plugins/tier-pricing-table/7.1.5/code/src/Addons/RequestAQuote/views/frontend/integrated/prompt.php
- Raw: https://pluginprobe.com/plugins/tier-pricing-table/7.1.5/raw/src/Addons/RequestAQuote/views/frontend/integrated/prompt.php
- Modified: 2026-07-31T07:44:26+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/tier-pricing-table/7.1.5/code/src/Addons/RequestAQuote/views/frontend/integrated/prompt.php#L10-L20`.

```php
<?php

	use TierPricingTable\Addons\RequestAQuote\Models\RequestQuoteForm;

	/**
	 * Request a Quote Prompt Template.
	 *
	 * This template can be overridden by copying it to yourtheme/tiered-pricing-table/integrated/prompt.php.
	 *
	 * @var RequestQuoteForm $form
	 * @var int $productId
	 * @var string $buttonHtml
	 */

	if ( ! defined( 'ABSPATH' ) ) {
		exit;
	}
?>
<div class="tpt-quote-prompt-wrapper" style="margin-top: 15px; text-align: center;">
	<?php echo wp_kses_post( $buttonHtml ); ?>
</div>

```
