
Originally Posted by
ogie56
Hi I love the template but when you go to check out ,the checkout steps don't show ? i'm useing v1.3.7 any idea's everything else works great.
Oops! I forgot to include a file. It is includes/languages/english/extra_definitions/cherry_zen/order_steps_defines.php
If you want to create the file, here is what belongs in it:
Code:
<?php
define('ORDER_STEPS_IMAGE', 'arrow_checkout.gif');
define('ORDER_STEPS_IMAGE_HEIGHT', '24');
define('ORDER_STEPS_IMAGE_WIDTH', '24');
define('ORDER_STEPS_IMAGE_ALT', 'Checkout Arrow');
define('TEXT_ORDER_STEPS_1', 'Shipping Method');
define('TEXT_ORDER_STEPS_2', 'Payment Method');
define('TEXT_ORDER_STEPS_3', 'Review Order');
define('TEXT_ORDER_STEPS_4', 'Order Complete');
define('ORDER_REVIEW', '<h4 class="confirm">PLEASE REVIEW & CONFIRM YOUR ORDER!!</h4>');
?>
I'll update the download as well.
Bookmarks