Sindbad~EG File Manager
<?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