AbanteCart v1.3.3 is released.
You can hide it with simple css rule. Just apply display:none; to that element
Please use your browser inspector tool to check what file you need to edit.In default template it should be storefront/view/default/stylesheet/style.css
storefront/view/default/stylesheet/style.css
.thumbnail a.productcart { background: #00A1CB; color: #fff; float: right; padding: 5px; font-size: 13px; text-transform: uppercase; position:relative; Code: [Select]display:none;}
display:none;
.thumbnail a.call_to_order, .productpageprice a.call_to_order { background: #00A1CB; color: #fff; padding: 8px; font-size: 13px; text-transform: uppercase; border: none; box-shadow: none; text-shadow: none; float: right; margin: 5px 10px; Code: [Select]display:none;}