Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi,
I'd like to add a note to a basket however I'm not sure how I would do this. I've read in a previous topic that you can use CommerceLIbrary:SetPurchaseOrderNote however I'm not sure how to implement this.
Any help would be appretiated!
Thanks,Luke
SetPurchaseOrderNote is the method you want. It will set a note on the current basket.
You need to capture the text input in an HTML form, post that to the server, and call CommerceLibrary:SetPurchaseOrderNote using the input.
There are many examples of how to do a form in the sample XSLT store.
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.
Continue discussion
Basket Note
Hi,
I'd like to add a note to a basket however I'm not sure how I would do this. I've read in a previous topic that you can use CommerceLIbrary:SetPurchaseOrderNote however I'm not sure how to implement this.
Any help would be appretiated!
Thanks,
Luke
SetPurchaseOrderNote is the method you want. It will set a note on the current basket.
You need to capture the text input in an HTML form, post that to the server, and call CommerceLibrary:SetPurchaseOrderNote using the input.
There are many examples of how to do a form in the sample XSLT store.
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.