Hello,
I have a client that provides only one service and is the only employee. And the service is free of charge. Is it possible to skip hide the service/employee data in the one-service layout? I would also like to hide the payment information as there is no charge.
Currently, I’ve done all that with css by hiding .fat-sb-data-selected and .fat-sb-col-right, but I am not sure if this is the proper way or not.
.fat-sb-data-selected, .fat-sb-col-right {
visibility: hidden;
display: none;
}
selector .fat-sb-col-left {
width: 100%;
}
I am also thinking of the “Submit” tab, that is basically showing a thank you note etc. Is it possible to change it and add a submit button instead of “Next” button in the step of customer details? I would still like to show the final thank you etc, but It seems a bit confusing to have a third tab called “submit” when the actual submission in fact happens during the customer details tab by pressing “Next”.
Finally, is it possible to remove this “Number of persons”?
Thank you
Br
Antonios
Attachments:
You must be
logged in to view attached files.