Advertisement
mikeDextr

order_info

Nov 23rd, 2012
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. {exp:cartthrob:submitted_order_info}
  2. {if authorized}
  3. Your payment is a success!
  4. Transaction ID: {transaction_id}
  5. Your total: {cart_total}
  6. Your order ID: {order_id}
  7. {if:elseif declined}
  8. Your credit card was declined: {error_message}
  9. {if:elseif failed}
  10. Your payment failed: {error_message}
  11. {/if}
  12. {/exp:cartthrob:submitted_order_info}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement