I've gone through the process of modifying the database product and product_shop tables condition enum to accept different conditions than 'new', 'used' etc. Everything works fine, my front office updates the conditions just as it is supposed to, I can toggle on/off to display the condition as I should be able to.
The problem is, no matter what I do I can not seem to get the product condition to display on the product page. You can see from the link below that I can successfully modify the page to look the way I want, and I'm sure I have gone through and modified all the required pages to change the condition values. I just don't understand what is going on..
https://wiscardboard.com/sun-moon/79-alolan-diglett.html
This is the code I want to have input under the price of the product on the above linked page. Please help, I really don't know what to do and why it won't work.
<div class="product-condition"> <label class="label"><b>{l s='Condition: ' d='Shop.Theme.Catalog'}</b> </label> <span>{$product.condition.label}</span> </div>
Prestashop version 1.7.5.0