i want to edit action when click add to cart button,because i need to add some validation when click add to cart button.Does anyone know? please reply thanks in advance.
i want to edit action when click add to cart button,because i need to add some validation when click add to cart button.Does anyone know? please reply thanks in advance.
Hi Vetri, did you find a solution to this please? As I would be interested
Kind Regards
Thomas
You can add a module to do your additional checking in /includes/extra_cart_actions/my_special_checks.php (or any filename, just an extension of .php). Use the file /includes/main_cart_actions.php as a model (it'll let you know what "cart actions" you can check for).