A promo code is a code that the user can enter to receive a discount at checkout.UsageThe preview has been updated.ReactVanillaCopySharePrettify<PromoCode> <Typography textColor="success" fontWeight="standard"> USING TYPOGRAPHY'S SUCCESS TEXT </Typography></PromoCode><PromoCode> <Typography textColor="success" fontWeight="standard"> USING TYPOGRAPHY'S SUCCESS TEXT </Typography> </PromoCode>CopySharePrettify<div class="swan-promo-code"> <div class="swan-font-weight-standard swan-text-color-success"> USING TYPOGRAPHY'S SUCCESS TEXT </div></div><div class="swan-promo-code"> <div class="swan-font-weight-standard swan-text-color-success"> USING TYPOGRAPHY'S SUCCESS TEXT </div> </div>
Best practicesIf the promo code has a label, it should say "Code:" and not "Promo Code:".Display a promo code with an offer.Make the code easy to remember, and easy to input in the promo drawer and at checkout.Make the promo code live text whenever possible so that users can cut and paste it.