Zen Follower
- Join Date:
- Jul 2009
- Location:
- Texas
- Posts:
- 210
- Plugin Contributions:
- 0
Docs index, includes/classes/shopping_cart.php, and CHANGES-714
Upgrading from 1.5.3 to 1.5.4 I noticed a few things.
The index.html in the Docs folder needs to be updated.
I found this in includes/classes/shopping_cart.php
//@@TODO - should be okay to remove
if (false && $new_qty == (int)$new_qty) {
$new_qty = (int)$new_qty;
}
I also had problems using zc_install, I could not get past the database upgrade where you have to put in your password. I ended up creating a patch file directly from the file in the sql directory. I think I'll do this from now on with upgrades. Having to rename my admin back and forth on my production site is a pain.
Finally, I had some questions with regard to CHANGE-714 - Add progressive-enhancement to checkout flow for PCI compliance when card details collected onsite (added ajax infrastructure, and jQuery)
I have a custom template that does away with the css/js loading in html_header.php. Should I include the new jscript_framework.php? If so header or footer? What exactly is going on/needed with this code?