cancel
Showing results for 
Search instead for 
Did you mean: 

Quick selection in retail mode (suite)

former_member344412
Participant
0 Kudos

Hello,

In the Extended css field, what are the possibilities:
I understood how to change the color of the font but is it possible to change the color of the background?
What are the other possibilities? Can we have the list?

In the Extended javascript field, which functions are usable
What are the synthaxes?
Can we have the list?

Thank you

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member344412
Participant

Hello,

Thanks for the CSS
I was wrong in synthaxis

I would like to implement the function below:


my question is:

If I set my ticket edition as below:

When I make a sale, the ticket prints
If I press reprint, the ticket and invoice print

If I only want to reprint the ticket without the invoice, I can not.

Hence the idea of adding the ticket reprinting function or invoice printing on a quick selection key.

The problem is that I do not know how to do it.

If you could give me the synthaxe, that would serve as an example for other settings

Best regards

Pierre BARRET

Invoice

Ticket

marco_becker2
Explorer
0 Kudos

Hello Pierre,

in the extended css field you can change any css property of the button you want. The background color, for example, you can change like this:

background: black;

There is no dedicated list. Any valid css property is possible.

In the extended javascript field, you can call any function, which is available on the sales screen. The main purpose of the field is to interact with javascript code, which comes from a plugin. In a plugin you can add custom javascript functions to the sales screen. These functions you can call by pressing a quickselection button, if you enter the function call in the extended javascript field. On our PartnerEdge page we have example plugins, that also show you how to add custom javascript code: Plugin Examples

In the "Workshop_06" you can find an example how to work with custom javascript code.

Hope it helps.
If your question in answered correctly, kindly select the answer as "Right Answer". This helps others to follow and easily locate answers.

Regards,
Marco

former_member703173
Participant
0 Kudos

Hi experts

i´m sure waht is wrong in my config of quick service css. My javscript works ok but the css it is not working...any ideas?

thanks