Performance in AbleCommerce

For general questions and discussions specific to the AbleCommerce 7.0 Asp.Net product.
Post Reply
bmartinho
Ensign (ENS)
Ensign (ENS)
Posts: 3
Joined: Thu Aug 18, 2011 8:37 am

Performance in AbleCommerce

Post by bmartinho » Thu Aug 18, 2011 8:46 am

Hello to all.

As you all know there are many way to achieve a result, and so it is in Ablecommerce.

For better performance, what code would you use to retrieve:

1. List of all Product inside a Category and all subcategories
2. List all Products that are in two categories (Product in Category A and Category B)

Thanks for your tips, I want to use Ablecommerce with "top performance".

Cheers,

Bruno Martinho

User avatar
mazhar
Master Yoda
Master Yoda
Posts: 5084
Joined: Wed Jul 09, 2008 8:21 am
Contact:

Re: Performance in AbleCommerce

Post by mazhar » Mon Aug 22, 2011 3:11 am

1. List of all Product inside a Category and all subcategories
see this thread viewtopic.php?f=44&t=10813
2. List all Products that are in two categories (Product in Category A and Category B)
You may probably need to do it via writing your custom query. Have a look at this topic about how to do custom queries http://wiki.ablecommerce.com/index.php/Custom_Queries

Post Reply