AbanteCart Community

Shopping Cart Operations => Documentations & Manuals => Topic started by: cyberfreak on June 02, 2016, 04:23:55 PM

Title: text in price area
Post by: cyberfreak on June 02, 2016, 04:23:55 PM
I have a customer that has products where the prices can change from day to day so he has put in 0$ for some of his products. Is there a way to put text in that area that says "confirm price on checkout"?
Title: Re: text in price area
Post by: Basara on June 03, 2016, 09:11:36 AM
Hello.

You can rename some language defenition on product page, for example rename 'Total Price:'  text (look for definition in admin with key "text_total_price")
or modify product template page https://github.com/abantecart/abantecart-src/blob/master/public_html/storefront/view/default/template/pages/product/product.tpl

or quick solution is add some not reguired option to the product and name it "confirm price on checkout" see screen  ;)
Title: Re: text in price area
Post by: abantecart on June 03, 2016, 09:17:38 AM
You can show price only when customer login.

See System -> settings -> check out.

Disable Login Display Prices