On first glance, you may need to look at the account history and account history info headers (under modules > pages) There are queries in header files that sometimes govern what is being pulled out of the database. If what you are doing isn't pulling the info, then it's missing out of a query.
In the shopping cart the delivery date becomes part of the session, not the order so it's carried thru the process without being in the database at all.
Hi,
I have previously posted a support request but nobody got back to me. I have an issue with the calendar. I have used it for www.theflowershoppe.co.uk. When I check out, to use an example, I tried to place an order this morning, but the earliest date the calendar is allowing is 21 January 2013. How can I fix this so I can place an order for delivery today, tomorrow or Saturday? I have just installed version 2.4 with no luck. Please, please help!
Barend
The delivery dates are determined by settings in the /includes/modules/pages/checkout_shipping/jscript_calendar_head.php. There is instructions in that file but the default settings are blocked: ['24-25,31 12 *', '0 * * 0'], direction: 3, which means the 24-25,31 of december are always blocked and 3 days from now is the earliest delivery date. So the scenario you are talking about can only be arrived out by changing those default settings. The instructions are in that file. If you haven't changed the settings then I really can't help you with this. The only thing that comes to mind is if your computer has the date wrong, that might affect the javascript which is browser based. That's a guess - not a statement of fact.
Hi,
Thanks for the reply. OK, if I change direction to 0, it shows all days, even in the past. If I do 1, it blocks today. What should the setting be for teh dates to show from today?
If it's just being used for the slider and the slider only appears on the home page, you can put the main jquery files into the pages folder. For example, in a default cart with no categories showing in the middle of the home page, the /includes/modules/pages/index folder would be where you place the correct jquery files instead of either calling the jQuery from a repository (that means someone would have coded the link to the repository in the template common/html_header.php file) or they may have hard coded all the files in that file. If you place the appropriate files in the pages folder prefixing the names with jscript_ then they will included only on the index pages, taking it out of checkout. Those jQuery files may also be in the jscript folder of your template either with the correct jscript_ prefix which automatically includes the files in all pages of the site. This is a bit complicated and I have written a simple jquery slider mod that sets it up exactly to avoid having it included in all pages and integrated with banner manager. But that mod was for sale. Now that there are fancier versions for free I have removed it from my paid mods and it is only available in a different way but that is still commercial so I can't tell you more here.
Many of paid templates come with a badly integrated jQuery slider and it's way too easy to cram a slider in by anyone who has a bit of knowledge about php and zen cart.
You didn't read the instructions closely enough. I believe it says to use .5 for today. And when I tell you this, it's because I just pulled up that file to answer the your previous question. I have to read the instructions thoroughly to reply to questions - not a bad idea for you to do so as well.
Not sure why, but after installing the latest version 2.4 in my newly upgraded 1.5.1 cart, I get a 404 on Checkout (/index.php?main_page=checkout_shipping). Tried 3 times and ended up reverting each time to a solid install. Can't tell what's causing it, though it seems to have something to do this mod. I had this working fine on 1.38. Any ideas?
Would like to try 2.0 but I've got the 2.4 SQL script (actually both of them now) in the db, and can foresee an error coming when I try to install the 2.0 script. I don't see a thread on uninstalling this mod, nor have I had any luck finding a way to remove it. Ideas? Thanks!
Actually that 404 turns out to be another issue. Got that one covered. But now after installing 2.4, the title and text field show up fine but the icon and calendar does not. And the text field won't let me enter any text. Any suggestions? I can see the code inserted in the checking shipping file...
<script type="text/javascript" src="includes/modules/pages/checkout_shipping/jscript_a-mootools.js"></script>
<script type="text/javascript" src="includes/modules/pages/checkout_shipping/jscript_b-calendar.js"></script>
<script type="text/javascript">
window.addEvent('domready', function() { myCal = new Calendar({ date: 'Y-m-d' }, { blocked: ['24-25,31 12 *', '0 * * 0'], direction: 3, draggable: false }); });
</script>
Site - http://texastamale.com/storefront/
Bookmarks