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
Umbraco 6.1.4
uCommerce 4.0.1
I am trying to get voucher code functionality added to basket. Backoffice:
Xslt:
<xsl:variable name="discountCode" select="umbraco.library:Request('CampaignCode')"/> <xsl:if test="$discountCode!=''"> <xsl:variable name="addDiscount" select="CommerceLibrary:AddVoucher($discountCode)" /> <xsl:variable name="pipelineResult" select="CommerceLibrary:ExecuteBasketPipeline()" /> </xsl:if>
Voucher code comes into the order:
<orderProperty key="voucherCodes" value="2222," /></orderProperties>
but the discount doesn't get applied and discount in purchaseOrder is "0.00"Any idea what goes wrong?
Ah! Insight! The start date of the campaign cannot be set to today. It has to be set to a day earlier.
Thanks for pointing this out. We've scheduled a work item to reslove this issue.
Best regards
Morten
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Problem with applying vouchers
Umbraco 6.1.4
uCommerce 4.0.1
I am trying to get voucher code functionality added to basket.
Backoffice:
Xslt:
Voucher code comes into the order:
but the discount doesn't get applied and discount in purchaseOrder is "0.00"
Any idea what goes wrong?
Ah! Insight! The start date of the campaign cannot be set to today. It has to be set to a day earlier.
Thanks for pointing this out. We've scheduled a work item to reslove this issue.
Best regards
Morten
is working on a reply...