Clyde,
Great mod, Thanks heaps. However I am currently having some problems installing. I have installed in the past but I am trying to get a new shop up and running using the lasted ZC and mods and I can not get this mod displaying properly.
ZC 1.3.7.1.
Upload all files. Compare and merge on /templates/tpl... files only and only tpl_checkout_confirmation_default.php has any other code in it. I noteced that <h1> was in a different place but I can;t image that causing my prob.
Easiest way to explain the prob is to show you. Please see attached graphic.
Thanks for your help.
Clyde,
ZC version is 1.3.7.1.
Store is viewable at www.yourbabycanread.com.au/shop
Thanks for your assistance.
Raoul
I have checked and reschecked. Uploaded and re-uploaded and the stylesheets are there.
Is there anything that could stop them from being read?
Thanks
Of course I don;t have them in the right place!
What do you take me for some one who DOES know what they are doing
I had them in /includes/templates/template_default/
Thanks Clyde. All is now working.
For the IE7 and IE6 issue where the progressbar is wrapping underneath, edit the padding in each CSS file:
PHP Code:#order_steps { /* Is needed for the centering in IE */
padding: 0 0;
margin: 10px 10px;
text-align: center;
border: 1px solid #000;
height:70px;
}