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


Opencart Version 1.5.1.3
https://www.opencart.homebrewinn.com.au/shop/
Opencart Version 1.5.1.3
https://www.opencart.homebrewinn.com.au/shop/
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/
I was fiddling with it but had no luck. An option to select either Disabled or Enabled in Products would be handy.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

Opencart Version 1.5.1.3
https://www.opencart.homebrewinn.com.au/shop/
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.olimax wrote: Adds Product Low Stock Alerts list... Any other suggestions?
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!
~
Install Extensions OR OpenCart Fast Service! PayPal Accepted
I will professionally install and configure any free or purchased theme, module or extension.
Visit http://www.mrtech.ca if you need an OpenCart webmaster
~
but I think if you change this
Code: Select all
'filter_max_quantity' => 3
Code: Select all
'filter_max_quantity' => 0
worth a go anyway
Thanks for your time!
~
Install Extensions OR OpenCart Fast Service! PayPal Accepted
I will professionally install and configure any free or purchased theme, module or extension.
Visit http://www.mrtech.ca if you need an OpenCart webmaster
~
~
Install Extensions OR OpenCart Fast Service! PayPal Accepted
I will professionally install and configure any free or purchased theme, module or extension.
Visit http://www.mrtech.ca if you need an OpenCart webmaster
~
Users browsing this forum: No registered users and 3 guests