Search found 10 matches

by matty
Mon Feb 26, 2018 4:20 am
Forum: AbleCommerce GOLD
Topic: Default number of items on category page
Replies: 3
Views: 5203

Re: Default number of items on category page

Thanks Judy... that was an easy fix. I am assuming to keep the users selection for their session / future visits, I'll need to drop a cookie and use that for initial page load?
by matty
Wed Feb 21, 2018 9:59 am
Forum: AbleCommerce GOLD
Topic: Default number of items on category page
Replies: 3
Views: 5203

Default number of items on category page

I have a couple of questions that are related. Change default category item count Does anyone know how to change this? Save state of page count Currently when you change the number of items displayed to either increase or decrease, it only stays that way while you are on the category. If you navigat...
by matty
Fri Nov 10, 2017 3:57 am
Forum: AbleCommerce GOLD
Topic: Daylight savings adjustment
Replies: 4
Views: 4633

Daylight savings adjustment

We have been changing our Timezone Offset under Dashboard > Configure > General from PDT to PST and the value will change back shortly after. We've been trying to set this for a few days now.

What would cause this?

Thanks,
Matt
by matty
Tue Oct 31, 2017 6:37 am
Forum: AbleCommerce GOLD
Topic: App integration into AC via login
Replies: 5
Views: 5059

Re: App integration into AC via login

Joe,

This is perfect! Thank you.

Matt
by matty
Tue Oct 31, 2017 4:16 am
Forum: AbleCommerce GOLD
Topic: App integration into AC via login
Replies: 5
Views: 5059

Re: App integration into AC via login

Joe, Thanks for the reply. I don't plan on implementing a pass-through auth for a variety of reasons. The simple of it is that the application will only being using existing users passwords to authenticate, not new users. There will be no creation of accounts through this process. Creating an endpoi...
by matty
Mon Oct 30, 2017 6:14 am
Forum: AbleCommerce GOLD
Topic: App integration into AC via login
Replies: 5
Views: 5059

App integration into AC via login

I am creating a web based app that will allow our customers to log in hopefully via their AC credentials. Wondering if anyone has done this before and where to start?

Thanks!
Matt
by matty
Fri Jun 09, 2017 5:43 am
Forum: AbleCommerce GOLD
Topic: Number of queries on a list page.
Replies: 3
Views: 5281

Re: Number of queries on a list page.

I have some more detail on this. Our product list page (category) has roughly 400 calls to the DB for each page load. This is caused by each product having a handful of queries on the page to render it. Is this normal behavior for AC and why is the DB hit each time? Do AC's caching store these queri...
by matty
Fri Jun 09, 2017 5:30 am
Forum: AbleCommerce GOLD
Topic: Application Cleanup/Maintenance
Replies: 3
Views: 5488

Re: Application Cleanup/Maintenance

Are these times in minutes?
by matty
Thu Jun 08, 2017 1:06 am
Forum: AbleCommerce GOLD
Topic: Number of queries on a list page.
Replies: 3
Views: 5281

Re: Number of queries on a list page.

Judy, Thank you for the reply. My confusion on the above queries is why they are called dozens of times for a single page load. I understand the need to get the count as well as the breadcrumb comma but it doesn't make sense that these would be called so many times. I was handed this code so I'm not...
by matty
Wed Jun 07, 2017 11:25 am
Forum: AbleCommerce GOLD
Topic: Number of queries on a list page.
Replies: 3
Views: 5281

Number of queries on a list page.

Hi... new here so I'll try to make sure to include as much info as I can. We use Able Commerce Gold R10 (build 8302) and I am looking for table improvements as we are getting HUGE slowdown behavior on our list page. I am doing my best to profile our DB and figure out what is causing the hits and it'...