Clyde-
Thanks for updating this mod so it is CSS based.
When I compared the template files in your version I discovered they are based on older Zen Cart code, not template files distributed with Zen Cart 1.36. Thus I noticed some 1.36 code missing.
I suggest to anyone installing this mod, to compare and merge, rather than directly uploading the template files. It's easy to do as there is a custom code block that needs to be copied and inserted into each template file (the code block is just a bit different for each of the four files).
One other item... I discovered the CSS was the same for all four files, except that checkout_success.css has one more entry
It appears that this causes the Order Steps center "box" to push into the right column (on a site displaying both left and right column sideboxes). When I removed the width entry all was well.Code:#order_steps { width: 100%; }
Also I observed on each of the checkout pages the Order Steps center "box" "rubs" on the left & right columns. I made the following adjustment to the #order_steps class in each of the four CSS files to add some margin:
Hope this helps someone.Code:replace: margin: 10px 0 10px 0; with: margin: 10px 10px 10px 10px;
Woody


Reply With Quote
