Closed (fixed)
Project:
Ubercart
Version:
7.x-3.0
Component:
Cart/checkout
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
12 Feb 2012 at 09:10 UTC
Updated:
20 Mar 2012 at 18:03 UTC
Like in title:
1. How to place "script" in "Checkout messages"?
When I place "script" in admin/store/settings/checkout
it disappear in result cart/checkout/review and cart/checkout/complete
2. How to make work tokens in "Instruction messages"?.
When I place token like [store:name] it doesn't work result appear [store:name].
Please help
Comments
Comment #0.0
drale01 commentedTag were not placed..
Comment #1
drale01 commentedAnyone...
Comment #2
longwaveYou can override theme_uc_cart_checkout_form() and theme_uc_cart_complete_sale() in your theme to output whatever you need on the checkout page and order complete page respectively.
Comment #4
jboeger commented#2... >> You can override theme_uc_cart_checkout_form() and theme_uc_cart_complete_sale() in your theme to output whatever you need on the checkout page and order complete page respectively.
How do you do this? Thanks in advance.
Comment #4.0
jboeger commentedTags were not placed