Dnyan
Dnyan

Reputation: 191

proceed to checkout button not working in magento 1.8.1.?

I have an problem with proceed to checkout button in magento 1.8.1 when i add some product in cart and after adding product in cart then i click on proceed to checkout button its not working. I have checked console error but still no any error show.

I have clear cache of system, browser and the magento system but still not working.

<button type="button" title="Proceed to Checkout" class="button btn-proceed-checkout btn-checkout no-checkout" disabled="disabled" onclick="window.location='http://samadhanmart.com/mart/index.php/checkout/onepage/';"><span><span>Proceed to Checkout</span></span></button>

please help me.

Upvotes: 2

Views: 754

Answers (1)

Mohit
Mohit

Reputation: 1

Please remove disabled="disabled" from your html and than check

Upvotes: -1

Related Questions