Closed
Description
Hello,
On Product List Page, When we select all necessary custom options for a product and click on add to cart, it redirects to the product view page asking to re-select the custom options.
Ideally when all mandatory custom options are already selected on list page the product should get added to cart directly.
On debugging further i noticed that the super_attribute
is not getting passed from the list page to add Action. This parameter in Request, stores the values of selected custom options. The selected values only get passed from Product view page.
In following image, it appears that all necessary custom options have been selected on list page. The Add to cart button shows "Adding"
and then redirects to product view page.