Post by rph » Fri Oct 19, 2012 10:36 pm

I've kept all my mods updated so far. There are a few that have gone through several big revisions of OpenCart. I do reserve the right to discontinue a mod for future versions of OC should changes require a major rewrite but that hasn't happened yet.

-Ryan


rph
Expert Member

Posts

Joined
Fri Jan 08, 2010 5:05 am
Location - Lincoln, Nebraska

Post by jorobado32 » Tue Dec 04, 2012 5:12 pm

Hello,

If possible, yo fix whit don,t show the inactive products in admin?

That will be good for me, because I have a lot products inactive

Active Member

Posts

Joined
Sat Mar 10, 2012 12:24 am
Location - Spain

Post by rph » Tue Dec 04, 2012 11:39 pm

I'm not sure what you're asking. You can already have OpenCart show only enabled products.

-Ryan


rph
Expert Member

Posts

Joined
Fri Jan 08, 2010 5:05 am
Location - Lincoln, Nebraska

Post by jorobado32 » Wed Dec 05, 2012 5:18 am

Yes, I will like that

Active Member

Posts

Joined
Sat Mar 10, 2012 12:24 am
Location - Spain

Post by jorobado32 » Wed Dec 05, 2012 5:24 am

Yes I want can already have OpenCart show only enabled products.

Active Member

Posts

Joined
Sat Mar 10, 2012 12:24 am
Location - Spain

Post by rph » Wed Dec 05, 2012 5:45 pm

OpenCart already does this.

-Ryan


rph
Expert Member

Posts

Joined
Fri Jan 08, 2010 5:05 am
Location - Lincoln, Nebraska

Post by jorobado32 » Fri Dec 07, 2012 4:03 pm

Hi rph, I know that have opencart, but when I modify any item, but it show in associated products, and I think don,t show it would bw good

Active Member

Posts

Joined
Sat Mar 10, 2012 12:24 am
Location - Spain

Post by rph » Fri Dec 07, 2012 4:08 pm

I don't understand.

-Ryan


rph
Expert Member

Posts

Joined
Fri Jan 08, 2010 5:05 am
Location - Lincoln, Nebraska

Post by labeshops » Sun Dec 23, 2012 12:19 am

Some very nice enhancements.

One odd thing I've noticed (before and after your mod), is that the sales report by days is screwy.... See screenshot. Cannot figure out how it figures out these are "by days" ???? Any idea how to fix this so I really can see them by days?

Only thing I can think of is changing to US dates is fouling with it somehow????

If I manually put in the same date for start/end, it reports the sales correctly (minus the statuses I don't want to include which was actually why I got your mod :) ), but defeats the purpose of having a report if I have to do that for every single day :P

Attachments

sales report by days.png

sales report by days.png (14.76 KiB) Viewed 4623 times


Running Opencart v3.0.3.9 with multi-stores and the default template from https://www.labeshops.com which has links to all my stores.


User avatar
Expert Member

Posts

Joined
Thu Aug 04, 2011 4:41 am
Location - Florida, USA

Post by labeshops » Sun Dec 23, 2012 2:05 am

One more thing - how about adding a product sort by date in the options? So I can put the most recently added products at the top (which are usually the ones I need to edit lol).

Running Opencart v3.0.3.9 with multi-stores and the default template from https://www.labeshops.com which has links to all my stores.


User avatar
Expert Member

Posts

Joined
Thu Aug 04, 2011 4:41 am
Location - Florida, USA

Post by rph » Tue Dec 25, 2012 10:54 pm

I've made a sort by modified date for products for another client. I'll consider adding it to AES but at this point I'm so busy any new features are likely several months away. If you're having issues with reports post it in the OpenCart bugs thread.

-Ryan


rph
Expert Member

Posts

Joined
Fri Jan 08, 2010 5:05 am
Location - Lincoln, Nebraska

Post by labeshops » Tue Dec 25, 2012 11:12 pm

Well, I figured out if I put in starting and ending dates, then group by days, the dates are correct. BUT your filter doesn't work properly - 3 test orders I marked "on hold" were included in a count even though I excluded that status in your filter settings.

Running Opencart v3.0.3.9 with multi-stores and the default template from https://www.labeshops.com which has links to all my stores.


User avatar
Expert Member

Posts

Joined
Thu Aug 04, 2011 4:41 am
Location - Florida, USA

Post by ase618 » Tue Dec 25, 2012 11:17 pm

labeshops wrote:One more thing - how about adding a product sort by date in the options? So I can put the most recently added products at the top (which are usually the ones I need to edit lol).
Good idea and very true!

artisantool.co
Don't forget to add [SOLVED] to your Thread Title (first post), if your issue is solved.


Active Member

Posts

Joined
Sun Jul 29, 2012 9:59 pm

Post by rph » Tue Dec 25, 2012 11:21 pm

labeshops wrote:Well, I figured out if I put in starting and ending dates, then group by days, the dates are correct. BUT your filter doesn't work properly
It isn't applied there because there's already status filtering in reports.

-Ryan


rph
Expert Member

Posts

Joined
Fri Jan 08, 2010 5:05 am
Location - Lincoln, Nebraska

Post by labeshops » Wed Dec 26, 2012 12:03 am

right but only lets you select one status and I have several that should count as sales. The entire reason I bought your mod was because I thought it applied your filter to all reports so they would be correct, but now you are saying it doesn't apply it to the sales report?

Running Opencart v3.0.3.9 with multi-stores and the default template from https://www.labeshops.com which has links to all my stores.


User avatar
Expert Member

Posts

Joined
Thu Aug 04, 2011 4:41 am
Location - Florida, USA

Post by rph » Wed Dec 26, 2012 1:12 am

I'd have to go back and look through the code which is not going to happen today because it's Christmas.

-Ryan


rph
Expert Member

Posts

Joined
Fri Jan 08, 2010 5:05 am
Location - Lincoln, Nebraska

Post by rph » Sat Dec 29, 2012 1:58 am

I haven't thoroughly tested this but the following code added to the vqmod script should expand ignored statuses to reports.

Code: Select all

	<file name="admin/model/report/sale.php">
		<operation error="log">
			<search position="replace" regex="true"><![CDATA[~" ((WHERE)|(AND)) (o\.)*order_status_id > '0'"~]]></search>
			<add><![CDATA[" $1 $4order_status_id NOT IN (0," . $this->db->escape(implode(',', $this->config->get('aes_sales_status_exclude'))) . ")"]]></add>
		</operation>
	</file>

-Ryan


rph
Expert Member

Posts

Joined
Fri Jan 08, 2010 5:05 am
Location - Lincoln, Nebraska

Post by rph » Fri Feb 15, 2013 6:22 am

I've just uploaded the beta for Admin Enhancement Suite v1.3.0. Along with being ported to 1.5.5.x there are a lot of great new features including:
  • Order List - Order Total ranges filtering, e.g. "75-150" for order totals between $75 and $150
  • Order List - Company sorting/filtering
  • Order List - Email sorting/filtering
  • Product List - Category filtering (optional)
  • Product List - Date Added sorting/filtering (optional)
  • Product List - Date Modified sorting/filtering (optional)
  • Product List - Price ranges filtering; separate values with a dash, e.g. "10-50" for regular prices between $10 and $50
  • Product List - Quantity ranges filtering; separate values with a dash, e.g. "100-200" for products with quantities between 100 and 200
  • Latest Orders - Number of orders customer placed
  • Latest Orders - Company name
  • SEO Keyword duplication checking can now be optionally disabled for compatibility with third-party SEO mods
  • Two new sizes for Image Manager optimized for widescreen monitors
  • Model search in product autocomplete (optional)
  • Verbose errors in category, information, and product forms
  • Order status exclusions extended to reports
  • Improved language fallback
  • Ported to vQmod 2.3.0 (required)
vQmod 2.3.0 is required for this version. Also, if you're using OpenCart 1.5.5.x you'll need to upload the full version of CKEditor which is included in the AES download. I consider this release stable but I haven't had a chance to fully test it across every OpenCart version so I'm doing an initial release as beta. If any errors occur let me know.

Once AES v1.3.0 leaves beta I'll be increasing the price. The current price is a great bargain for a mod that touches every corner of Administration and dramatically increases its productivity.

-Ryan


rph
Expert Member

Posts

Joined
Fri Jan 08, 2010 5:05 am
Location - Lincoln, Nebraska

Post by fma1955 » Sun May 26, 2013 1:35 pm

Hello from Australia,
Could you please tell me where I might get an answer for this:
I have installed vqmod, vqmod Manager in my OpenCart program with no problems, all seems to be working OK. BUT (as there always is) when I add "Admin Enhancement Suite" I get the error "
---------- Date: 2013-05-26 15:27:57 ~ IP : 122.148.224.250 ----------
REQUEST URI : /upload/admin/index.php?route=common/home/chart&token=fd0d706cf4d39d72bb245584eb1b3b20&range=day
MOD DETAILS:
modFile : /smhhome/a-web/a1/1d/flowbenchoz.com/public/vividlaser/upload/vqmod/xml/admin_enhancement_suite.xml
id : Admin Enhancement Suite
version : 1.2.2
vqmver : 2.1.5
author : Ryan (rph) - OpenCartHelp.com
SEARCH NOT FOUND (ABORTING MOD): order_status_id > '0'

I have unloaded it and reloaded but I still get the same error. I don't mean to bother you and I suppose the fix is probably quite simple (like me).
Kind Regards
Warren Eames ??? ::)

Newbie

Posts

Joined
Fri May 24, 2013 5:53 pm

Post by rph » Sun May 26, 2013 3:06 pm

Use AES 1.3.0.

-Ryan


rph
Expert Member

Posts

Joined
Fri Jan 08, 2010 5:05 am
Location - Lincoln, Nebraska
Who is online

Users browsing this forum: No registered users and 22 guests