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/Addons/AdvancedQuantityOptions/AdvancedQuantityOptionsForm.php +2 -2 6.1.0 → 8.0.2 View file →
@@ -127,9 +127,9 @@
127 127 'type' => 'number',
128 128 'custom_attributes' => $maximumFieldAttributes,
129 129 'style' => tpt_fs()->can_use_premium_code() ? '' : 'cursor: not-allowed;',
130 130 'value' => $maximum,
131 - 'placeholder' => __( 'Leave empty, so don\'t add any restrictions',
131 + 'placeholder' => __( 'Leave blank for no restrictions',
132 132 'tier-pricing-table' ),
133 133 'label' => __( 'Maximum order quantity', 'tier-pricing-table' ),
134 134 'description' => __( 'The maximum quantity of the product a customer can order in a single transaction.',
135 135 'tier-pricing-table' ),
@@ -143,9 +143,9 @@
143 143 'custom_attributes' => $groupOfFieldAttributes,
144 144 'style' => tpt_fs()->can_use_premium_code() ? '' : 'cursor: not-allowed;',
145 145 'value' => $groupOf,
146 146 'label' => __( 'Quantity step', 'tier-pricing-table' ),
147 - 'placeholder' => __( 'Leave empty, so don\'t add any restrictions',
147 + 'placeholder' => __( 'Leave blank for no restrictions',
148 148 'tier-pricing-table' ),
149 149 'description' => __( 'Requires the product to be purchased in multiples of X.',
150 150 'tier-pricing-table' ),
151 151 'desc_tip' => true,