Magento: Add button to cart view -


I have to add a button to my cart view. I want to apply business logic to myself, Is triggered on.

How can I do this?

You can add a block in checkout.cart.methods with your buttons; Checkout.cart.top_methods block using checkout.xml layout

Comments

Popular posts from this blog

qt - switch/case statement in C++ with a QString type -

python - sqlite3.OperationalError: near "REFERENCES": syntax error - foreign key creating -

Python's equivalent for Ruby's define_method? -