PluginProbe
Tiered Pricing Table for WooCommerce / 8.0.2
Tiered Pricing Table for WooCommerce v8.0.2
8.0.2 7.1.7 7.1.5 7.1.4 7.1.1 6.5.0 6.4.0 6.1.0 trunk 1.0 1.1 2.0 2.0.1 2.0.2 2.1 2.1.1 2.1.2 2.2.0 2.2.1 2.2.2 2.2.3 2.3.0 2.3.1 2.3.2 2.3.3 All 91 releases
← All changes | src/Integrations/Themes/Merchandiser.php +3 -8 2.3.3 → 8.0.2 View file →
@@ -6,22 +6,17 @@
6 6 add_action( 'wp_head', function () {
7 7 ?>
8 8
9 9 <style>
10 - .price-rules-table tbody td {
10 + .tiered-pricing-table tbody td {
11 11 padding: 10px !important;
12 12 }
13 13
14 - .price-rules-table th {
14 + .tiered-pricing-table th {
15 15 padding-left: 10px !important;
16 16 }
17 17 </style>
18 -
19 - <script>
20 - function tieredPriceTableGetProductPriceContainer() {
21 - return jQuery('form.cart').closest('.product_infos').find('[data-tiered-price-wrapper]');
22 - }
23 - </script>
18 +
24 19 <?php
25 20 } );
26 21 }
27 22 }