AbanteCart Community

Shopping Cart Operations => Support => Template Support => Topic started by: zoltan421 on May 15, 2017, 03:31:07 PM

Title: Modifying the price display on default theme
Post by: zoltan421 on May 15, 2017, 03:31:07 PM
Ok, so first off I'm sorry the title couldn't be more specific as I don't really know what to call this.
Is there any way to either change the price display on the catalogue (and featured) so it would display text in front of it for all cases or just globaly turn off the price display on the catalogue(and featured) displays, but leave it the same on the item pages?


Edit: I have since found the location of the code to modify this- for reference it is stored in 3 locations:
Storefront->view->default->template-> blocks->product list.tpl
Storefront->view->default->template->page->product->product.tpl
Storefront->view->default->template->page->product->product listing.tpl
Title: Re: Modifying the price display on default theme
Post by: eCommerce Core on May 18, 2017, 02:21:44 PM
Globally, you can only hide prices for non-registrered customers.
Look for "Login Display Prices" here:
http://docs.abantecart.com/pages/settings/checkout.html

You are correct about template files.

You need to edit these files to edit the price
Storefront->view->default->template-> blocks->product list.tpl
Storefront->view->default->template->page->product->product listing.tpl

and leave this one alone
Storefront->view->default->template->page->product->product.tpl