| @@ -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 | } |