Page 1 of 1
no price when 0.00
Posted: Thu Apr 08, 2021 7:26 am
by martindavinci
version: 1.0.17.15 Phoenix
Does anyone know how to disable the showing of the price on the product_info page when the price is 0.00? In earlier versions I knew how to do it, but in Phoenix I am lost. Help would be appreciated.
Re: no price when 0.00
Posted: Thu Apr 08, 2021 9:10 am
by heatherbell
martindavinci wrote: ↑Thu Apr 08, 2021 7:26 am
version: 1.0.17.15 Phoenix
Does anyone know how to disable the showing of the price on the product_info page when the price is 0.00?
Maybe you must provide more information. Price is shown in more places than product_info and what about add to cart buttons? Probably a Phoenix Cart developer can help -
app.php/developers
Re: no price when 0.00
Posted: Thu Apr 08, 2021 3:56 pm
by martindavinci
Thanks for the answer. i think I have solved it myself in /includes/system/versioned/1.0.7.9/currencies.php at the public function display_price. I have to try it out in a liveshop first.
Re: no price when 0.00
Posted: Thu Apr 08, 2021 4:27 pm
by ecartz
martindavinci wrote: ↑Thu Apr 08, 2021 3:56 pm
Thanks for the answer. i think I have solved it myself in /includes/system/versioned/1.0.7.9/currencies.php at the public function display_price. I have to try it out in a liveshop first.
It would probably make more sense to do it in Product rather than currencies.
Re: no price when 0.00
Posted: Thu Apr 08, 2021 4:41 pm
by martindavinci
I did it like this because it also affects the product listing this way.