Thanks for the quick reply. I downloaded from download section today.
The links work... I'm trying to have them line up closer to the numbers 1 & 2, they are too far to the right.
When I comment out the "IF/ELSE" section in /includes/languages/english/extra_definitions/MYTEMPLATE/order_steps_defines.php and add
define('TEXT_ORDER_STEPS_1', 'Shipping Information');
define('TEXT_ORDER_STEPS_2', 'Payment Information');
the text lines up perfect.
I'm sure it can be fixed in the css file... but can't seem to get it right.
see http://www.solsticecatalog.com
Last edited by thelawman; 29 May 2010 at 02:21 AM. Reason: added URL
In that file replace the IF/ELSE section(s) with the following and see if that corrects the problem.
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 Method</a>');
} else {
define('TEXT_ORDER_STEPS_1', 'Shipping Method');
}
if ($current_page_base == 'checkout_confirmation') {
define('TEXT_ORDER_STEPS_2', '<a href="' . zen_href_link(FILENAME_CHECKOUT_PAYMENT, '', 'SSL') . '">Payment Method</a>');
}else{
define('TEXT_ORDER_STEPS_2', 'Payment Method');
}
Thanks! It did help out a little... it moved the linked text over enough to read but not enough to line it up close to the numbers...
I like the idea of the links but I like the way the regular text lines up.
WOW! Thanks so much! Works perfectly!
Love your mods and thanks for the support.
Hello,
Thank you for this mod which is just what I am looking for. I managed to install everything and it looked great. I attempted to do a test order and all was going well until I completed the test payment upon which instead of it sending me to the checkout success page it sent me back to my home page. The order did go show up in my admin but the items where not removed from the shopping cart. Could you please help me figure this out incase I did something wrong as I would really like it to go to the checkout success page. I have uninstalled the mod for now but would love to get it working the way I want and have it on my site.
Thank you
Michelle