Thanks for your response. I do have it in my root directory.
Thanks for your response. I do have it in my root directory.
Apart from asking whether includes/application_top.php exists, I'm not sure what else to suggest at the moment, sorry.
Mods: Admin Activity Report || PO Box Ban || Empty Cart Manager || Autoresponder+ || Zip Validator || Desktop Data || SRiC
Thanks for your help.
Hi,
I'm well impressed with the simplicity of this mod, considering the power of it. Thanks very much.
I'm so impressed with it, I want two of them
I have 2 Zen shops on two seperate domains, would it be possible to change the title? At the moment it just says "Desktop Data v2.3" in the blue bar.
Thanks again
Martin
Sure, just change the following:
in includes/languages/english/extra_definitions/desktop_data.phpPHP Code:define('DD_HEADING', 'Desktop Data v2.3');
You may then need to alter the width in the main desktop_data.php file.
<table border="5" width="146" height="" cellspacing="2" cellpadding="2">
Mods: Admin Activity Report || PO Box Ban || Empty Cart Manager || Autoresponder+ || Zip Validator || Desktop Data || SRiC
Bloody marvelous old chap
Cheers
No probs. Always glad to help a fellow Yorkshireman![]()
Mods: Admin Activity Report || PO Box Ban || Empty Cart Manager || Autoresponder+ || Zip Validator || Desktop Data || SRiC
I wouldn't mind but I've been looking for that line of code for nearly a fortnight now, I should've just asked a week ago lol.
Steven300-
Love the Desktop Data widget, handy on the desktop and the mobile.
I do have a configuration issue that I would like to change and ask kindly for your help. I have Google Checkout installed and it has a large list of items that show up in the Desktop data page and I would like to trim this down.
Zen 1.3.8a
Screen Shot:
![]()
Okay I think you can make use of the $display_status setting in the main desktop_data.php file.
First you will need to determine the IDs of the order statuses you *do* want to display. You could do this by opening phpMyAdmin and looking up the orders_status table. Then enter them like in the example above.//Array of order statuses to be displayed
//Enter the order status IDs separated by a ;
//E.g. '1;2;3;4';
//Use * to show all
$display_status = '*';
Mods: Admin Activity Report || PO Box Ban || Empty Cart Manager || Autoresponder+ || Zip Validator || Desktop Data || SRiC