PluginProbe
Tiered Pricing Table for WooCommerce / 2.2.2
Tiered Pricing Table for WooCommerce v2.2.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 2.3.4 All 90 releases
← All changes | src/Settings/Settings.php +0 -1 2.3.02.2.2 View file →
@@ -331,9 +331,8 @@
331 331
332 332 /* Premium */
333 333 'show_discount_in_cart' => $this->get( 'show_discount_in_cart', 'yes' ),
334 334 'tiered_price_at_catalog' => $this->get( 'tiered_price_at_catalog', 'yes' ),
335 - 'tiered_price_at_product_page' => $this->get( 'tiered_price_at_product_page', 'no' ),
336 335 'tiered_price_at_catalog_for_variable' => $this->get( 'tiered_price_at_catalog_for_variable', 'yes' ),
337 336 'tiered_price_at_catalog_type' => $this->get( 'tiered_price_at_catalog_type', 'yes' ),
338 337 'lowest_prefix' => $this->get( 'lowest_prefix', 'yes' ),
339 338 'show_discount_column' => $this->get( 'show_discount_column', 'yes' ),