ActionFilter ShoppingCartController values

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
2 anni tempo fa
public virtual async Task<IActionResult> AddProductToCart_Details(int productId, int shoppingCartTypeId, IFormCollection form)

Hi,

I want to access the productId value via an ActionFilter.
How do you get the value productId from AddProductToCart_Details?

Best regards
2 anni tempo fa
These are old, but may help

https://www.nopcommerce.com/en/boards/topic/37050/action-filter-to-get-addproducttocart_details-action-and-return-a-view

https://www.nopcommerce.com/en/boards/topic/44570/who-to-use-action-filter-to-check-product-stock-in-external-db#177285
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.