PDA

View Full Version : Controlling the order of shipping bands in selection box


sametch
23-Oct-2003, 06:21 AM
I have created two shipping bands "Standard" and "VOR (Express)".

In the shipping bands dialog box in Actinic standard appears above VOR when "by zone" is selected.

If I select by class (which is what I want) VOR appears above Standard.

This means that the default shipping method displayed on the website is "VOR" and "standard" has to be selected.

I would like the default shipping mode to be standard with "VOR" having to be user selected.

I can seam to find a way to re-order the entries. Can anyone help?

chrisbrown
23-Oct-2003, 11:55 AM
This was raised just a couple of days ago here (http://community.actinic.com/showthread.php?s=&threadid=3856).

By default, Actinic presents the shipping options in order of ascending cost. You can change this to be descending cost, ascending alphabetical or descending alphabetical order with a simple perl script edit. The required edit is described here (http://community.actinic.com/showthread.php?s=&threadid=3032).

sametch
23-Oct-2003, 12:27 PM
Chris thanks for that, I hadn't spotted the one a few days ago and its always difficult to find the right phrase to search on.

The change works fine, thanks alot!

:)

chrisbrown
23-Oct-2003, 12:34 PM
Did you delete your cookies? I also confused myself by not doing that. The Actinic cookie could be remembering your last selection. ;)

chrisbrown
23-Oct-2003, 12:35 PM
You edited your post while I was replying. :p

sametch
23-Oct-2003, 12:39 PM
Sorry Chris. It didn't work at first, but just after posting I suddenly remembered cookies and tried it on a different machine where it was fine.

Thanks again