How to change the "Next>" label to "Send order"> on Checkout Page 2?
Without affecting the "Next>" label on other checkout pages.
Without affecting the "Next>" label on other checkout pages.
<actinic:variable name="CheckoutButtons" value="Checkout Next Button" />
<input type="submit" name="ACTION" value="Send order" onclick="this.value='<actinic:variable encoding="html" name="NextButton" />';return true;" />
Comment