First of all, many thanks for all the hard work that hareslade has put into this fantastic addition. I was actually pretty astonished to see that such a thing as Zen Cart didn't already have all this book functionality!
Also, many thanks to johnk, who seems to have been very helpful while hareslade is out and about, floating around for fun. ;)
I've read the instructions in the files, read the forum from about page 40 on up, and gotten the thing installed in a basically fresh copy of Zen Cart 1.3.8a. I haven't put in any addons, only messed with the layout to make it match how the client wants their site to look. (I did use the override system properly, not editing the original files.)
I realized that the upload of /admin/includes/stylesheet.css has overwritten a lot of perhaps newer admin styles, because my admin section became extremely plain and unstyled. What I tried to do was pick out what was marked as "added by jph" in the new stylesheet, and add it to the original one, and uploaded it. Voila, the admin page looks like it did before, but the Pick A Date Available little popup calendar is gone!
Here is what I found to put into the admin stylesheet, perhaps there is something more I am missing.
Code:
/* added by jph */
/* language colours */
td.maincolor1, tr.maincolor1{background-color:#FFFFCC;}
td.maincolor2, tr.maincolor2{background-color:#CCFF99;}
td.maincolor3, tr.maincolor3{background-color:#CCCCFF;}
td.maincolor4, tr.maincolor4{background-color:#FFCCFF;}
td.maincolor5, tr.maincolor5{background-color:#FFFFCC;}
td.maincolor6, tr.maincolor6{background-color:#99FFFF;}
/* warns is set to copy dropdown values across */
td.warncolor, tr.warncolor{background-color:#CC0033;
}
Thanks and appreciation in advance to whomever can help me! I am fairly familiar with CSS, and half half a handle on php, but this is my first experience with Zen Cart, and despite a bit of a challenge, I'm really liking it.
Bookmarks