Search found 7 matches

by artfmv
Mon Feb 26, 2018 4:59 am
Forum: AbleCommerce GOLD
Topic: NHibernate Cache AC Gold R11
Replies: 6
Views: 7211

Re: NHibernate Cache AC Gold R11

Katie, Thank you but please notice this query that we pulled out of our SQL profiler: exec sp_executesql N'UPDATE ac_Products SET RowVersion = @p0, Price = @p1 WHERE ProductId = @p2 AND RowVersion = @p3',N'@p0 int,@p1 decimal(28,5),@p2 int,@p3 int',@p0=96,@p1=6.99000,@p2=1783,@p3=95 We have no custo...
by artfmv
Fri Feb 23, 2018 3:51 am
Forum: AbleCommerce GOLD
Topic: NHibernate Cache AC Gold R11
Replies: 6
Views: 7211

Re: NHibernate Cache AC Gold R11

When we go back into the admin site the price update is there, but it will revert after a period of time. We profiled the database and see the update statements occurring but have not yet honed in on the exact frequency. It does appear to be occurring about every hour. The SQL statement we see in th...
by artfmv
Thu Feb 22, 2018 12:33 pm
Forum: AbleCommerce GOLD
Topic: NHibernate Cache AC Gold R11
Replies: 6
Views: 7211

Re: NHibernate Cache AC Gold R11

Quick update to this post, the IIS reset simply masked the issue for a couple of hours and it then repeated so somewhere there is something caching the old pricing and keeps reverting it back.
by artfmv
Thu Feb 22, 2018 12:06 pm
Forum: AbleCommerce GOLD
Topic: NHibernate Cache AC Gold R11
Replies: 6
Views: 7211

NHibernate Cache AC Gold R11

We have a strange scenario and are not nhibernate experts so we are hoping someone can tell us exactly how we should handle this scenario. The issue is we did a pricing update in our database (ac_products.price field) by loading a spreadsheet of prices. After a period of time the pricing reverted ba...
by artfmv
Tue Jul 05, 2016 12:01 pm
Forum: AbleCommerce GOLD
Topic: DEV key vs DEMO Mode
Replies: 4
Views: 4283

Re: DEV key vs DEMO Mode

Thanks!
by artfmv
Tue Jul 05, 2016 10:38 am
Forum: AbleCommerce GOLD
Topic: DEV key vs DEMO Mode
Replies: 4
Views: 4283

Re: DEV key vs DEMO Mode

Thanks, and sorry to nitpick, but I'm not in DEMO mode. So DEV key is analogous to running in DEMO Mode?
by artfmv
Tue Jul 05, 2016 10:19 am
Forum: AbleCommerce GOLD
Topic: DEV key vs DEMO Mode
Replies: 4
Views: 4283

DEV key vs DEMO Mode

I think a DEV license key and a LIVE license key running in DEMO mode do the exact same thing which is changes to the address data when an order is saved. I am running in DEV mode and almost all of my test orders are showing DEMO for the address fields. However, a few of my test orders show a differ...