i just installed abante, and i tried to checkout with guest, but i didn't get any confirmations on both email as an admin and customer. So how my customers know if their order has been success.
And about the price tags on storefront, i use IDR Rupiah because i'm indonesian. when i putted the price with Rp. 3,000,000.00, it moved below the "add to cart button" please let me know how to solve my problem
Do you have email settings set correctly?
http://www.abantecart.com/ecommerce-documentation/50-admin-user-manual/system/settings#Mail%20Tab
yes my smtp correct. but still the same problem. And how about the price tag in storefront? just like delonmarket.com/index.php?rt=product/category&path=49_50 and see Beauty eau de parfum. The price below add to cart button.
Try to reduce font size to fit your long price into tag.
edit file: storefront/view/default_html5/stylesheet/style.css
.thumbnail .price .pricenew {
font-size: 14px;
color: #5e626b;
font-weight: bold;
}