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

drale01’s picture

Issue summary: View changes

Tag were not placed..

drale01’s picture

Anyone...

longwave’s picture

Status: Active » Fixed

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.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

jboeger’s picture

#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.

jboeger’s picture

Issue summary: View changes

Tags were not placed