# tier-pricing-table/7.1.5/src/Integrations/Themes/Zakra.php

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

- Page: https://pluginprobe.com/plugins/tier-pricing-table/7.1.5/code/src/Integrations/Themes/Zakra.php
- Raw: https://pluginprobe.com/plugins/tier-pricing-table/7.1.5/raw/src/Integrations/Themes/Zakra.php
- Modified: 2024-08-19T12:44:10+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/Integrations/Themes/Zakra.php#L10-L20`.

```php
<?php namespace TierPricingTable\Integrations\Themes;

class Zakra {
	
	public function __construct() {
		
		add_action( 'wp_head', function () {
			?>
			<style>
				.zak-primary form.cart {
					flex-wrap: wrap;
				}
			</style>
			<?php
		} );
	}
}

```
