You would have to develop a CRON job and alter the script a bit to get that to work.
Printable View
You would have to develop a CRON job and alter the script a bit to get that to work.
Hi Eric,
Is 1.3.3 available yet? I don't see it on the download page.
Thanks.
Hi Eric,
One other question. Thanks for your post a few months ago that contained examples for changing the php code so that it remembers default settings.
I think you may have a mistake. You put:
But judging by the code you already have in there, I think you meantCode:<input type="radio" name="status_target" value="1">Any Order Status<br />
Also I wonder if you could give us an example for a radio button being drawn by zen_draw, such asCode:<input type="radio" name="status_target" value="1" checked>
Thanks.Code:<?php echo zen_draw_radio_field('filelayout', '1')?> <?php echo TEXT_FILE_LAYOUT_OPR_FIELD; ?>
Not yet. It looks to be mainly a bug fix at the moment and the goal is to get it out here within the next several weeks at the latest.
I was looking to see what added functionality might be worth including as well, but again, looks to be mainly a bug fix at the moment.
Will post here when it is ready.
Yes, you are correct here. IF the field is defined as you listed then to make it checked, you must add the 'checked' indicator to the tag. Thanks for that. Read on below to see how to do it when zen is drawing the checkbox or radio button.
To default check a radio button that zen draws do this:
To do the same thing with a checkbox drawn by zen do this:Code:<?php echo zen_draw_radio_field('filelayout', '1' , $filelayout=true)?> <?php echo TEXT_FILE_LAYOUT_OPR_FIELD; ?>
Code:<?php echo zen_draw_checkbox_field('shipmethod', '1', $shipping_method_checked=true);?> <?php echo TEXT_SHIPPING_METHOD_FIELD; ?><br />
For some reason when I export, only 20 orders are exported, no matter if ran per order/per product and including already downloaded orders.
The latest version crashes when Product Details is selected. The new version has bug fix for states which drop orders, but trying to fix this bug in the older version and download the browsers in a state of constant loading.
Any ideas?
Thanks guys
So what version are you using now?
Does anything show up in your error log? (admin cache)
What's the url to the site?
Hi,
We are running our report and beyond the testing data (live customer info), the reports are NOT including name (first or last) and address.
Any ideas why it would have been doing it, now it is not?
v1.3.9h
Thanks
I am using this on 1.3.8a installation, and it works great. I was wondering if you could implement, or tell me how to be able to export only a certain group of orders, based on group pricing. I am no programmer, and maybe there is a simple way to do this. It would be a huge help. Thank you.