[vQmod] Enhanced Dashboard
29 posts
• Page 1 of 2 • 1, 2
[vQmod] Enhanced Dashboard
Enhancement for Admin Dashboard
OC 1.5.1.3
vQmod V2
Adds Links to Customers/Reviews/Affiliates awaiting when there are some
Increases Latest Orders to 30
Adds Links to Customers in Orders
Adds Product Low Stock Alerts list
Works with At-a-Glance
..and some other bits
Any other suggestions?
Oli
OC 1.5.1.3
vQmod V2
Adds Links to Customers/Reviews/Affiliates awaiting when there are some
Increases Latest Orders to 30
Adds Links to Customers in Orders
Adds Product Low Stock Alerts list
Works with At-a-Glance
..and some other bits
Any other suggestions?
Oli
-

olimax - Posts: 77
- Joined: Thu Dec 22, 2011 9:08 am
- Location: Barcelona & London
Re: [vQmod] Enhanced Dashboard
Sorry. I meant to put this is vQmods thread but cant move it now
-

olimax - Posts: 77
- Joined: Thu Dec 22, 2011 9:08 am
- Location: Barcelona & London
Re: [vQmod] Enhanced Dashboard
Hi Olimax,
Thank you for sharing this mod, it works great. Saves the trouble having to toggle back and forth.
Thank you for sharing this mod, it works great. Saves the trouble having to toggle back and forth.
- 3antz
- Posts: 136
- Joined: Sun Oct 02, 2011 10:52 am
Re: [vQmod] Enhanced Dashboard
This is really good, thanks.
- Klimskady
- Posts: 160
- Joined: Mon Jun 06, 2011 11:57 pm
Re: [vQmod] Enhanced Dashboard
Looks like a great mod. I have just installed it, but nothing has changed.


Opencart Version 1.5.1.3
https://www.opencart.homebrewinn.com.au/shop/
https://www.opencart.homebrewinn.com.au/shop/
-

hbg - Posts: 198
- Joined: Wed Apr 13, 2011 12:52 am
- Location: Newcastle NSW Australia
Re: [vQmod] Enhanced Dashboard
check your vQmod logs and see if you get any errors
-

olimax - Posts: 77
- Joined: Thu Dec 22, 2011 9:08 am
- Location: Barcelona & London
Re: [vQmod] Enhanced Dashboard
Hi, the error log was blank. 

Opencart Version 1.5.1.3
https://www.opencart.homebrewinn.com.au/shop/
https://www.opencart.homebrewinn.com.au/shop/
-

hbg - Posts: 198
- Joined: Wed Apr 13, 2011 12:52 am
- Location: Newcastle NSW Australia
Re: [vQmod] Enhanced Dashboard
Odd
Maybe try clearing your vqmod cache
Maybe try clearing your vqmod cache
-

olimax - Posts: 77
- Joined: Thu Dec 22, 2011 9:08 am
- Location: Barcelona & London
Re: [vQmod] Enhanced Dashboard
Hi, I just tried that. Strange. Maybe my VQMod isn't installed correctly. I had an issue recently, & it was re-installed.
Opencart Version 1.5.1.3
https://www.opencart.homebrewinn.com.au/shop/
https://www.opencart.homebrewinn.com.au/shop/
-

hbg - Posts: 198
- Joined: Wed Apr 13, 2011 12:52 am
- Location: Newcastle NSW Australia
Re: [vQmod] Enhanced Dashboard
check your vqmod logs
-

olimax - Posts: 77
- Joined: Thu Dec 22, 2011 9:08 am
- Location: Barcelona & London
Re: [vQmod] Enhanced Dashboard
VQMod was zero. Obviously something was amiss.
I had some issues recently with the system menu tabs disappearing.
http://forum.opencart.com/viewtopic.php?f=20&t=51131
They came back again after I uploaded the admin folder (minus config.php).
Voila!
http://code.google.com/p/vqmod/wiki/Install_OpenCart
Edit your admin/index.php file
FIND:
// Startup
require_once(DIR_SYSTEM . 'startup.php');
// Application Classes
require_once(DIR_SYSTEM . 'library/currency.php');
require_once(DIR_SYSTEM . 'library/user.php'));
require_once(DIR_SYSTEM . 'library/weight.php');
require_once(DIR_SYSTEM . 'library/length.php');
REPLACE WITH:
// vQmod
require_once('../vqmod/vqmod.php');
$vqmod = new VQMod();
// VQMODDED Startup
require_once($vqmod->modCheck(DIR_SYSTEM . 'startup.php'));
// Application Classes
require_once($vqmod->modCheck(DIR_SYSTEM . 'library/currency.php'));
require_once($vqmod->modCheck(DIR_SYSTEM . 'library/user.php'));
require_once($vqmod->modCheck(DIR_SYSTEM . 'library/weight.php'));
require_once($vqmod->modCheck(DIR_SYSTEM . 'library/length.php'));
Load your store homepage and verify it works.
I hope this info helps someone else.
I had some issues recently with the system menu tabs disappearing.
http://forum.opencart.com/viewtopic.php?f=20&t=51131
They came back again after I uploaded the admin folder (minus config.php).
Voila!
http://code.google.com/p/vqmod/wiki/Install_OpenCart
Edit your admin/index.php file
FIND:
// Startup
require_once(DIR_SYSTEM . 'startup.php');
// Application Classes
require_once(DIR_SYSTEM . 'library/currency.php');
require_once(DIR_SYSTEM . 'library/user.php'));
require_once(DIR_SYSTEM . 'library/weight.php');
require_once(DIR_SYSTEM . 'library/length.php');
REPLACE WITH:
// vQmod
require_once('../vqmod/vqmod.php');
$vqmod = new VQMod();
// VQMODDED Startup
require_once($vqmod->modCheck(DIR_SYSTEM . 'startup.php'));
// Application Classes
require_once($vqmod->modCheck(DIR_SYSTEM . 'library/currency.php'));
require_once($vqmod->modCheck(DIR_SYSTEM . 'library/user.php'));
require_once($vqmod->modCheck(DIR_SYSTEM . 'library/weight.php'));
require_once($vqmod->modCheck(DIR_SYSTEM . 'library/length.php'));
Load your store homepage and verify it works.
I hope this info helps someone else.
Opencart Version 1.5.1.3
https://www.opencart.homebrewinn.com.au/shop/
https://www.opencart.homebrewinn.com.au/shop/
-

hbg - Posts: 198
- Joined: Wed Apr 13, 2011 12:52 am
- Location: Newcastle NSW Australia
Re: [vQmod] Enhanced Dashboard
olimax wrote:Enhancement for Admin Dashboard
OC 1.5.1.3
vQmod V2
Adds Links to Customers/Reviews/Affiliates awaiting when there are some
Increases Latest Orders to 30
Adds Links to Customers in Orders
Adds Product Low Stock Alerts list
Works with At-a-Glance
..and some other bits
Any other suggestions?
Oli
I was fiddling with it but had no luck. An option to select either Disabled or Enabled in Products would be handy.

Opencart Version 1.5.1.3
https://www.opencart.homebrewinn.com.au/shop/
https://www.opencart.homebrewinn.com.au/shop/
-

hbg - Posts: 198
- Joined: Wed Apr 13, 2011 12:52 am
- Location: Newcastle NSW Australia
Re: [vQmod] Enhanced Dashboard
olimax wrote: Adds Product Low Stock Alerts list... Any other suggestions?
In my store, most items are unique and not very often do they have more than 1 available. What happens now is when I add products, they automatically show up in my "low stock alert list" on the dashboard. Funny, but not very useful. I'm sure I won't be the only one using unique products and was wondering if it would be easy to modify the code to show the 30 latest out of stock products? This would work with the same reasoning as low stock...if you see low stock you need to re-order. In my case if I see out of stock I would know which products sell and try to get more of that kind.
Would someone in the know be able to provide the code I need to change from "low stock" to "recently out of stock"?
Thanks for your time and for sharing!
~
for OpenCart (NEW v2.0) Professional Newsletter & Auto-Responder System
Don't leave money on the table, capturing email addresses is basic business 101.
Profitable Product Pages It's Not a Template... Not a Theme... Just Different
Takes your product pages and turns them on their head and it adds a pop-up QR Code too !!
~
for OpenCart (NEW v2.0) Professional Newsletter & Auto-Responder SystemDon't leave money on the table, capturing email addresses is basic business 101.
Profitable Product Pages It's Not a Template... Not a Theme... Just Different
Takes your product pages and turns them on their head and it adds a pop-up QR Code too !!
~
-

MrTech - Posts: 309
- Joined: Mon Jan 09, 2012 6:39 am
- Location: Canada, Eh!
Re: [vQmod] Enhanced Dashboard
I cant check it at the mo
but I think if you change this
to this
it should do what you are after
worth a go anyway
but I think if you change this
- Code: Select all
'filter_max_quantity' => 3
to this
- Code: Select all
'filter_max_quantity' => 0
it should do what you are after
worth a go anyway
-

olimax - Posts: 77
- Joined: Thu Dec 22, 2011 9:08 am
- Location: Barcelona & London
Re: [vQmod] Enhanced Dashboard
Seems to have done the trick! Wow, if only all mods were this easy...
Thanks for your time!
Thanks for your time!
~
for OpenCart (NEW v2.0) Professional Newsletter & Auto-Responder System
Don't leave money on the table, capturing email addresses is basic business 101.
Profitable Product Pages It's Not a Template... Not a Theme... Just Different
Takes your product pages and turns them on their head and it adds a pop-up QR Code too !!
~
for OpenCart (NEW v2.0) Professional Newsletter & Auto-Responder SystemDon't leave money on the table, capturing email addresses is basic business 101.
Profitable Product Pages It's Not a Template... Not a Theme... Just Different
Takes your product pages and turns them on their head and it adds a pop-up QR Code too !!
~
-

MrTech - Posts: 309
- Joined: Mon Jan 09, 2012 6:39 am
- Location: Canada, Eh!
Re: [vQmod] Enhanced Dashboard
Hi, anybody tried this with 1.5.2? Any issues?
Cheers,
Stu
Cheers,
Stu
- saintlade
- Posts: 71
- Joined: Wed Oct 12, 2011 1:12 am
Re: [vQmod] Enhanced Dashboard
Yup! That's the version I'm on.
~
for OpenCart (NEW v2.0) Professional Newsletter & Auto-Responder System
Don't leave money on the table, capturing email addresses is basic business 101.
Profitable Product Pages It's Not a Template... Not a Theme... Just Different
Takes your product pages and turns them on their head and it adds a pop-up QR Code too !!
~
for OpenCart (NEW v2.0) Professional Newsletter & Auto-Responder SystemDon't leave money on the table, capturing email addresses is basic business 101.
Profitable Product Pages It's Not a Template... Not a Theme... Just Different
Takes your product pages and turns them on their head and it adds a pop-up QR Code too !!
~
-

MrTech - Posts: 309
- Joined: Mon Jan 09, 2012 6:39 am
- Location: Canada, Eh!
Re: [vQmod] Enhanced Dashboard
Thanks, shall give it a whirl.
- saintlade
- Posts: 71
- Joined: Wed Oct 12, 2011 1:12 am
29 posts
• Page 1 of 2 • 1, 2
Who is online
Users browsing this forum: No registered users and 9 guests













