I have created 3 selfreg packages that users can subscribe to. The issue I have is that the packages are displayed in the following order:
{alphabetical)
1. Bronze
2. Gold
3. Silver
I need them to be displayed like this:
1. Bronze
2. Silver
3. Gold
Anyone have any smarty code they can provide that will sort the packages into the order I want?
SelfReg packages sortby price and not alphabetical order
Re: SelfReg packages sortby price and not alphabetical order
Is there a sortby parameter in the Help for that module..?
Re: SelfReg packages sortby price and not alphabetical order
No there isn't. I was thinking it could be done using some smarty code?
Re: SelfReg packages sortby price and not alphabetical order
You can most likely set them up in the order you want by making changes to the template, first add <pre>{get_template_vars}</pre> which should tell you what they are, then use the variable to call them in order you want...