Hi guys,
We have some plugins and the client have a lot of points of sales, there is a way easy, for we put a plugin in a point and the client replicate those in the other points.
it's in order to the client don't have that put plugin by plugin f...
Hi guys,
I am working with Customer checkout FP16, I need have the database in Squirel but I get the following error:
I saw the note https://me.sap.com/notes/0003318431, but I have the same error.
maybe I need a additional configuration.
T...
Hi guys,
How can I get the log of my plugin?
I have this method:
CLogUtils.addMessageToLog(log, LogItemSeverityCode.Error, "", "You are not allowed to post a receipt!");
but I don't find it, in the log of Customr Checkout.
I have these log...
Hi guys,
I'm testing with tip in customer checkout FP13, but I'm having a problem in the credit memo, the mount doesn't appear in the credit memo.
For example:
Invoice:
payment = $8000
tip = $2000
Payment with tip = $10.000
Credit Memo:...
Hi,
With the actualization of the versions in SCCO, I can have the same plugin for FP13 and FP4, and not compile this plugins separately.
This beacause we have the same code in the two plugins
Kind Regards,
Hello rzieschang!I am following this tutorial for customer checkout FP12, I don´t know if this is the reason, but in FP12, I not get the value that I am sending in the class AdditionalInfoDto in the print.When I change the library env in my plugin fo...
Some Tutorial for create this template file .xsl, in the workshops there is a example for .ftl, the function is correct but in .xsl isn't correct.Thanks.
Hello,
I am running blogpluginpart5, but in this part List<PrintJob<?>> printJobs = PrintJobManager.INSTANCE.createPrintJobs(additionalInfoDto, session, isReprint);
I think it should output a list, but I get an empty list.
What can be the error? I'm...