Good evening,
I try almost everything but I exposed a problem.
I add fields in forms or items:
see field: For gasoline engines: 1.4-type ABD
I'd like to make this field appear in the list of items
An idea which file to change?
Thank you
Good evening,
I try almost everything but I exposed a problem.
I add fields in forms or items:
see field: For gasoline engines: 1.4-type ABD
I'd like to make this field appear in the list of items
An idea which file to change?
Thank you
fields in the database is: products_essence, products_diesel and products_oem
nobody has a solution?
![]()
The screenshots don't tell us much - a link to your site, please.
Thank you very much here is the link
www.autopartswagen.fr
ell I find the solution
He had just add
in: default_filter.php required fields' p.products_oem,
p.products_essence, p.products_diesel '
and products_listing.php:
....$_ SESSION [ 'languages_id']))), PRODUCT_LIST_DESCRIPTION). '</ div> <div>'.
TEXT_PRODUCTS_OEM. $ listing-> fields [ 'products_oem']. '</ div> <div>'.
TEXT_PRODUCTS_ESSENCE. $ listing-> fields [ 'products_essence']. '</ div> <div>'.
TEXT_PRODUCTS_DIESEL. $ listing-> fields [ 'products_diesel']. '</ div>';
![]()
an idea to hide these details when the field is empty ?