SilverCart Forum

We moderate this Forum and we're here to help. Have you already run a forum search to check if your problem has already been solved?

You can help us helping you by providing detailed error messages, screenshots and logfile entries.

SebastianRamon

Page: 1
Topic Silvercart countries 2042 Views

Silvercart countries

15 February 2012 at 1:06pm

Hi all,

I have a problem with silvercart, it seems to not display the countries in the drop-down list in alphabetical order.

Has anyone else had this issue, and how can this be resolved.

cheers
Jack

Re: Silvercart countries

15 February 2012 at 2:57pm

Hi Jack,

try this in your _config.php:

Object::set_static('SilvercartCountry', 'default_sort', 'Title ASC');

Cheers,
Sebastian

Re: Silvercart countries

15 February 2012 at 3:20pm

Cheers Sebastian that worked perfectly.