AbanteCart Community

eCommerce construction => General Discussion => Topic started by: pangeranjogja on September 06, 2013, 04:48:18 PM

Title: help me about several problem on mail confirmations, and price tags
Post by: pangeranjogja on September 06, 2013, 04:48:18 PM
i just installed AbanteCart, 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
Title: Re: help me about several problem on mail confirmations, and price tags
Post by: abantecart on September 06, 2013, 09:35:05 PM
Do you have email settings set correctly?

http://www.abantecart.com/ecommerce-documentation/50-admin-user-manual/system/settings#Mail%20Tab
Title: Re: help me about several problem on mail confirmations, and price tags
Post by: pangeranjogja on September 07, 2013, 12:32:55 AM
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.
Title: Re: help me about several problem on mail confirmations, and price tags
Post by: abantecart on September 08, 2013, 05:50:53 PM
Try to reduce font size to fit your long price into tag.

edit file: storefront/view/default_html5/stylesheet/style.css

Code: [Select]
.thumbnail .price .pricenew {
font-size: 14px;
color: #5e626b;
font-weight: bold;
}