PluginProbe
Product Labels, Quick View, Buy Now, Pre-Orders, Frequently Bought Together & More for WooCommerce – Merchant / 2.3.2
Product Labels, Quick View, Buy Now, Pre-Orders, Frequently Bought Together & More for WooCommerce – Merchant v2.3.2
2.3.2 2.3.1 2.3.0 2.2.8 2.2.7 trunk 1.10.0 1.10.1 1.10.2 1.10.3 1.10.4 1.10.5 1.11.0 1.11.1 1.11.2 1.6 1.7 1.8 1.8.1 1.8.2 1.8.3 1.9.0 1.9.1 1.9.10 1.9.11 All 60 releases
← All changes | admin/classes/class-merchant-admin-modules.php +10 -0 2.3.12.3.2 View file →
@@ -119,8 +119,13 @@
119 119 'pro' => true,
120 120 'section' => 'convert-more',
121 121 'icon' => Merchant_SVG_Icons::get_svg_icon( 'module-checkout' ),
122 122 ),
123 + 'delivery-pickup' => array(
124 + 'pro' => true,
125 + 'section' => 'convert-more',
126 + 'icon' => Merchant_SVG_Icons::get_svg_icon( 'module-delivery-pickup' ),
127 + ),
123 128 'sticky-add-to-cart' => array(
124 129 'pro' => true,
125 130 'section' => 'convert-more',
126 131 'icon' => Merchant_SVG_Icons::get_svg_icon( 'module-sticky-add-to-cart' ),
@@ -524,8 +529,13 @@
524 529 'checkout' => array(
525 530 'title' => esc_html__( 'Checkouts', 'merchant' ),
526 531 'desc' => esc_html__( 'Choose from three different checkout layouts: Shopify-style, Multi-step or One-page', 'merchant' ),
527 532 'tutorial_url' => 'https://docs.athemes.com/article/merchant-checkouts/',
533 + ),
534 + 'delivery-pickup' => array(
535 + 'title' => esc_html__( 'Delivery & Pickup', 'merchant' ),
536 + 'desc' => esc_html__( 'Let customers choose a delivery date, a time slot or a shop to collect from, and charge for the slots you want', 'merchant' ),
537 + 'tutorial_url' => 'https://docs.athemes.com/article/merchant-delivery-pickup/',
528 538 ),
529 539 'sticky-add-to-cart' => array(
530 540 'title' => esc_html__( 'Sticky Add To Cart', 'merchant' ),
531 541 'desc' => esc_html__( 'Display a sticky add to cart bar when visitors are scrolling on your product pages', 'merchant' ),