The forum is a free service supported by community members. Please consider opening a support ticket if you need timely help.
|
|
|
|
|
|
|
|
|
|
|
|
|
3 Replies and 1793 Views
Place Order Action Rule and setting SalesOrderDetails data problem. 1793 3
Started by Kamil Maciaszek
I&39;ve defined a Place Order Action Rule for my product. I want it o set order status and all sales order detail statuses for following values:
<xsl:transform version="2.0" xmlns:xsl = "http://www.w3.org/1999/XSL/Transform">
<xsl:template match="/">
<out>
<setData>
<salesOrder>
...
|
|
|
|
3 |
1793 |
|
|
1 Replies and 1097 Views
Promotion Rule for specific users and product 1097 1
Started by Kamil Maciaszek
I want to define a promotion rule(s) for specific users and specific product. Promotion rule is valid for specific period - it depends on the user.
For example
User A has a 50 discount for product X between 1 Mar 2024 - 8 Mar 2024
User B has a 50 discount for product X between 1 Apr 2024 - 8 Apr 2024
etc.
I was thinking about defining custom Marketing->Promotion rules for each user.
I&39;ll set promotion start-end dates and set custom rule like that ...
|
|
|
|
1 |
1097 |
|
|
16 Replies and 3663 Views
totalamount - tax 3663 16
Started by Ton Hermes
Hi Stephen,
I like to know where to find the syntax for the following amount.
in/salesOrder/formattedTotalTaxAmount - in/salesOrder/formattedTotalTaxAmount
or how to get to display the following in the Invoice:
For example:
sub total amount without tax = 9
total tax amount = 1
Total amount =10
Regards, Ton
|
|
|
|
16 |
3663 |
|
|
3 Replies and 1081 Views
Culture code in URL problem on Cart 1081 3
Started by Kamil Maciaszek
My DNN configuration is set to handle two languages: EN-US, PL-PL.
On ProductList display template everything works fine. URL on products is generated with .../pl-pl/... when language is set to PL.
On Cart and Checkout display templates the same product always gets .../en-us/... Selected language doesn&39;t matter.
|
|
|
|
3 |
1081 |
|
|
3 Replies and 1047 Views
Different values between CombinedAmount and FormattedCombinedAmount 1047 3
Started by Kamil Maciaszek
I want to be able to show on Cart display template prices with and without tax.
In &39;General&39; settings Price display mode is set to: Show Price Tax inclusive. Everything works as expected on ProductDetail. On the Cart I got following values for price without tax 5900 and with tax 7257:
CombinedAmount:5900
CombinedAmountWithTax: 7257
CombinedTotalAmount: 5900
CombinedTotalAmountWithTax: 7257
FormattedCombinedAmount:7 257,00 zł
FormattedCombinedTotalAmount:...
|
|
|
|
3 |
1047 |
|
|
|
|
 |