| @@ -81,8 +81,16 @@ | ||
| 81 | 81 | ]; |
| 82 | 82 | |
| 83 | 83 | $children = []; |
| 84 | 84 | |
| 85 | + // The parent link is not reachable on touch (the tap opens the dropdown), | |
| 86 | + // and the off-canvas menu renders children only — so list it as a child too. | |
| 87 | + $children['all_products'] = [ | |
| 88 | + 'label' => __('All Products', 'fluent-cart'), | |
| 89 | + 'link' => $baseUrl . 'products', | |
| 90 | + 'permission' => ['products/view'] | |
| 91 | + ]; | |
| 92 | + | |
| 85 | 93 | // Attributes power the advanced-variations feature. |
| 86 | 94 | $children['product_attributes'] = [ |
| 87 | 95 | 'label' => __('Attributes', 'fluent-cart'), |
| 88 | 96 | 'link' => $baseUrl . 'products/attributes', |