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
by default the addtobasket method requires the varient sku as one of the parameters
<xsl:variable name="addToBasketResult" select="CommerceLibrary:AddToBasket($catalogName, $postedQuantity, $postedSku, $postedVariant)"/>
If your product doesnt have varients how can you add it to the basket?
Phil
Just leave the variantSku string blank and uCommerce knows what you mean :)
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
CommerceLibrary:AddToBasket without varient sku
by default the addtobasket method requires the varient sku as one of the parameters
<xsl:variable name="addToBasketResult" select="CommerceLibrary:AddToBasket($catalogName, $postedQuantity, $postedSku, $postedVariant)"/>
If your product doesnt have varients how can you add it to the basket?
Phil
Just leave the variantSku string blank and uCommerce knows what you mean :)
is working on a reply...