From 43248915291a9cc54bc57875617a564365b5091b Mon Sep 17 00:00:00 2001 From: Goffin Simon Date: Tue, 3 Nov 2015 16:42:43 +0100 Subject: [PATCH] [FIX] website_sale: add to cart with optional products When clicking on button "add_to_cart" for a product with several options, the user must be redirected to the product page. In this way, the user can choose the options, he wants to buy with the product before adding the product in the cart. opw:653356 --- addons/website_sale/views/templates.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/addons/website_sale/views/templates.xml b/addons/website_sale/views/templates.xml index 8d258e3f249..54b9fa843d1 100644 --- a/addons/website_sale/views/templates.xml +++ b/addons/website_sale/views/templates.xml @@ -116,10 +116,10 @@