Sindbad~EG File Manager

Current Path : /home/nicedoo/www/wp-content/plugins/tier-pricing-table/src/Integrations/Themes/
Upload File :
Current File : /home/nicedoo/www/wp-content/plugins/tier-pricing-table/src/Integrations/Themes/Merchandiser.php

<?php namespace TierPricingTable\Integrations\Themes;

class Merchandiser {

	public function __construct() {
		add_action( 'wp_head', function () {
			?>

			<style>
				.tiered-pricing-table tbody td {
					padding: 10px !important;
				}

				.tiered-pricing-table th {
					padding-left: 10px !important;
				}
			</style>

			<script>
				function tieredPriceTableGetProductPriceContainer() {
					return jQuery('form.cart').closest('.product_infos').find('.tiered-pricing-dynamic-price-wrapper');
				}
			</script>
			<?php
		} );
	}
}

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists