Magento 1.8 – Event of Clicking Checkout Button

checkoutevent-observermagento-1.8

At the moment I have an observer running on the sales_quote_save_before event to check if the customer's cart has a subtotal greater than £100 if they belong to a particular customer group.

This works well besides from it runs every time the customer adds a product to their basket. I only want to run my code if they try to go to the checkout page rather than just viewing the basket page.

Could anyone advise of the event I would need to use

Best Answer

use the event controller_action_predispatch_checkout_onepage_index.