New Zenner
- Join Date:
- Jan 2012
- Posts:
- 14
- Plugin Contributions:
- 0
remove edit button under shopping cart in confirmation page
Hi,
I was looking for a way to remove the edit button under shopping cart in confirmation page (not the edit button next to billing and shipping info).
I created a new css style sheet called checkout_confirmation with the below mention codes to remove the edit button next to shipping and billing info
#checkoutBillto .buttonRow, #checkoutShipto .buttonRow {
display: none;
}