From ad4ce14486e0eadc6b8cfa7af35324e7fa1dd13b Mon Sep 17 00:00:00 2001 From: piyyu Date: Fri, 26 Dec 2025 00:11:09 +0530 Subject: [PATCH] Fix import multiple products button route --- app/views/admin/products_v3/_no_products.html.haml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/views/admin/products_v3/_no_products.html.haml b/app/views/admin/products_v3/_no_products.html.haml index fb81197908..efb86d0b50 100644 --- a/app/views/admin/products_v3/_no_products.html.haml +++ b/app/views/admin/products_v3/_no_products.html.haml @@ -7,5 +7,6 @@ #no-products-actions %a{ href: "/admin/products/new", class: "button icon-plus", icon: "icon-plus" } = t(:new_product) - %a{ href: "/admin/products/import", class: "button icon-upload secondary", icon: "icon-upload" } + %a{ href: admin_product_import_path, class: "button icon-upload secondary", icon: "icon-upload" } = t(".import_products") +