# shopbuilder/3.2.4/templates/elementor/checkout/checkout-payment.php

ShopBuilder – WooCommerce Builder For Elementor, version 3.2.4. 19 lines.

- Page: https://pluginprobe.com/plugins/shopbuilder/3.2.4/code/templates/elementor/checkout/checkout-payment.php
- Raw: https://pluginprobe.com/plugins/shopbuilder/3.2.4/raw/templates/elementor/checkout/checkout-payment.php
- Modified: 2026-06-16T09:34:42+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/shopbuilder/3.2.4/code/templates/elementor/checkout/checkout-payment.php#L10-L20`.

```php
<?php
/**
 * Template variables:
 *
 * @var $controllers  array Widgets/Addons Settings
 */

// Do not allow directly accessing this file.
if ( ! defined( 'ABSPATH' ) ) {
	exit( 'This script cannot be accessed directly.' );
}
?>
<div class="rtsb-checkout-payment">
	<?php
		woocommerce_checkout_payment();
	?>
</div>


```
