| @@ -35,11 +35,13 @@ | ||
| 35 | 35 | this.$displayAtCatalog.on('change', (function () { |
| 36 | 36 | if (this.$displayAtCatalog.attr('checked')) { |
| 37 | 37 | this.showRow(this.getRow('tiered_price_at_catalog_type')); |
| 38 | 38 | this.showRow(this.getRow('tiered_price_at_catalog_for_variable')); |
| 39 | + this.showRow(this.getRow('tiered_price_at_product_page')); | |
| 39 | 40 | } else { |
| 40 | 41 | this.hideRow(this.getRow('tiered_price_at_catalog_type')); |
| 41 | 42 | this.hideRow(this.getRow('tiered_price_at_catalog_for_variable')); |
| 43 | + this.hideRow(this.getRow('tiered_price_at_product_page')); | |
| 42 | 44 | } |
| 43 | 45 | }).bind(this)); |
| 44 | 46 | |
| 45 | 47 | this.$showDiscountColumn.on('change', (function () { |