• wptechnology

    (@wptechnology)


    I have tried a lot of different things trying to order the services.
    Including contacting Salon Booking, but because I am testing on the free version of the plugin prior to persuade my client that this plugin is the good one and she has to buy a license, their only answer is “it word on our demo server”… !!! Guys, this is not the way to help your users !!

    I have tried to order the items by drag/drop on the backoffice : one item stay at the first place and wont move.

    I have tried to look inside the database to ensure that the fields contain effectively the order, found that it uses ?_sln_service_order, and been able to see that the items have the good order…

    What is also crazy is that I have tried to change the name of the one that want to stay in the first place, so I have rename each item… And guess what? At the time I rename the last one with the text, it goes to the first place.

    Here are the 3 text items I am trying to create :
    Séance de Psychothérapie
    Séance de Neurothérapie (évolution EMDR)
    Séance de Lithothérapie

    And for an unknown reason, the item “Séance de Lithothérapie” always want to stay at the first place !!!!

Viewing 1 replies (of 1 total)
  • Thread Starter wptechnology

    (@wptechnology)

    Here is the next adventures of this crazy bug :
    I took a look at the database, and find my 3 items in the posts database of wordpress.
    So I have isolated them by a simple mysql command:
    SELECT * FROM XXXXXXXposts WHERE ID IN (1119,2188,1895);
    So I have the view on my 3 services.
    Using the phpMyAdmin inline editing facilities, I change the name and the slug of the services directly in the database to have the good name in the good order
    (2188 was “Séance de Psychothérapie” renamed to “Séance de Neurothérapie”, etc…)
    And TADA : the order stay the same, and with the service name I wanted to have…
    So guys, I thing there’s a problem in the way you save the service information, because when I use the backoffice, the bug is here, and when I directly use PhpMyAdmin, it works the way I want….

Viewing 1 replies (of 1 total)
  • The topic ‘Ordering the services doesn’t work (and makes me crazy)’ is closed to new replies.