Thanks Clyde...is there a way to make the text next to the numbers links so that customers can quickly go to any previous step of the checkout process?
Yep, sure is.
open includes/languages/english/extra_definitions/YOUR_TEMPLATE/order_steps_defines.php
replace these definitions:
with the following:Code:define('TEXT_ORDER_STEPS_1', 'Shipping Information'); define('TEXT_ORDER_STEPS_2', 'Payment Information');
Save the edited file and upload it to your server.Code:if ($current_page_base == 'checkout_payment' || $current_page_base == 'checkout_confirmation') { define('TEXT_ORDER_STEPS_1', '<a href="' . zen_href_link(FILENAME_CHECKOUT_SHIPPING, '', 'SSL') . '">Shipping Information</a>'); } else { define('TEXT_ORDER_STEPS_1', 'Shipping Information'); } if ($current_page_base == 'checkout_confirmation') { define('TEXT_ORDER_STEPS_2', '<a href="' . zen_href_link(FILENAME_CHECKOUT_PAYMENT, '', 'SSL') . '">Payment Information</a>'); }else{ define('TEXT_ORDER_STEPS_2', 'Payment Information'); }
open includes/templates/YOUR_TEMPLATE/css/stylesheet.css
add the following declarations:
.progressmeter li a {color:#7DB2E8;}
.progressmeter li a:hover {color:#fff; background:#FF9900;}
Save the edited file and upload to your server.
PERFECT! Thanks Clyde!
I have installed "order steps" and nothing not even an error msg. This is a very easy installation and have checked every folder and all there as outlined. Only had to merge a small amount Google checkout code using WimMerge into tpl_payment_default.php in "My folder".
Here is the URL: www.EZorbCalcium.com/catalog
Have the following major mod's installed in clean install 1.3.8a.
Fast Easy Checkout
Google Checkout
USPS Autofill
Quantity Discount
ZipShip (have a problem with this mod should not have anything to do with interference)
The regular bread crumb work OK.
Does anyone have a clue on what/how to check?
Thanks,
Larry
I could use a little help re: order steps. I think the answer is rather simple but ....
I have installed v2-3-0 on my l i h e r b a l . c o m zen1.3.8 and cannot figure out how to get the "submit" button to show on step 3 of the check out process. Any help is greatly appreciated.
ooakllc
Thank you for your answer. I'm confused as to which button name I'm looking for. How do I find which button image the code is searching for?
To answer your suggestion: I show-- define('BUTTON_IMAGE_CONFIRM_ORDER_GREEN', 'btn_submit_order_green.gif'); in buttons_names.php and
an image named btn_submit_order_green in buttons/english
As you can see I'm very lost..
ooakllc