Your Time:
Our Time:
← Back to discussions

Change order of packages and vehicles

Need help with a different issue? Search the forums or open a new ticket.
Open a support ticket

This topic has 6 replies, 3 voices, and was last updated 9 years, 2 months ago by Anonymous.

  • 2017-04-18 at 7:15 am
    Support Expired
    #20011
    levanen24
    Participant
    • Topics: 8
    • Replies: 15
    • Total posts: 23
    • Post count: 19

    How do I change the order of the packages and vehicles as they view on the booking page?

    2017-04-18 at 10:25 am
    #20017
    Anonymous
    Inactive
    • Topics: 0
    • Replies: 3227
    • Total posts: 3227
    • Post count: 0

    For Packages: You can change the order and orderby options in template-packages.php file.
    Search for this code in template-packages.php file

    'orderby' => 'menu_order title',   // Change it to ID, Title, Date, Menu Order
    'order' => 'ASC',   // Change it to ASC, DESC

    For Vehicles:
    Search for the below code in autowash-functions.php file on line no around 142.

    'orderby' => 'id',   // Change it to ID, Title, Date, Menu Order
    'order' => 'ASC',   // Change it to ASC, DESC
    2017-04-24 at 10:42 am
    #20105
    Anonymous
    Inactive
    • Topics: 0
    • Replies: 3227
    • Total posts: 3227
    • Post count: 0

    We are setting this topic to be resolved. If you wish to update this topic please reply here instead of creating another topic.

    2017-06-23 at 9:43 pm
    Support Expired
    #21001
    360details
    Participant
    • Topics: 3
    • Replies: 6
    • Total posts: 9
    • Post count: 7

    I also tried changing the vehicle to ascending order (a-z), however this did not work for me 🙁

    2017-06-27 at 10:29 am
    #21010
    Anonymous
    Inactive
    • Topics: 0
    • Replies: 3227
    • Total posts: 3227
    • Post count: 0

    @360details:
    For Vehicles:
    Search for the below code in autowash-functions.php file on line no around 142.

    'orderby' => 'id',   // Change it to ID, Title, Date, Menu Order
    'order' => 'ASC',   // Change it to ASC, DESC
    2017-07-02 at 8:06 am
    Support Expired
    #21114
    360details
    Participant
    • Topics: 3
    • Replies: 6
    • Total posts: 9
    • Post count: 7

    Its not working for me even after I change it.

    2017-07-03 at 10:24 am
    #21119
    Anonymous
    Inactive
    • Topics: 0
    • Replies: 3227
    • Total posts: 3227
    • Post count: 0

    If you can provide us WP Logins to your website with URL then we can take a closer look at it. Make sure you set the post as private reply so that only admin can see your wp-logins.
    Note: Before providing the wp-logins to any support staff, kindly please make sure you take a backup of everything including wordpress content, theme options, widgets etc.

You must be logged in to reply to this topic.