Hello and my wishes of a Happy New Year to you all.
Also thank you for this great code I'm just starting to use.
1. I would like to display ALL countries in the side bar of main.php
I managed to display the countries with items but would like them ALL.
How to do that?
2. Also how to display alphabetically ascendent?
When I enter at the code
<?php View::newInstance()->_exportVariableToView('list_countries', Search::newInstance()->listCountries('%%%%', '>=', 'country_name ASC') ) ; ?>
countries doesn't show anymore)
Thank you for your patience.
Best regards.