| @@ -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' ), |