import other tables to the detailed listing

3 posts by 2 authors in: Forums > CMS Builder
Last Post: June 27, 2011   (RSS)

Re: [loccom] import other tables to the detailed listing

By Damon - June 27, 2011 - edited: June 27, 2011

Hi,

Is the detail page for healthgood_products?

And you want to pull in the latest 1 record each from both popular_products and product_links?

If this is the case, remove
where' => whereRecordNumberInUrl(1),
from both popular_products and product_links parts of the code.

And add to both
'allowSearch' => '0',
so the results are not effected by the product query.

Let me know if that helps.

Thanks!
Cheers,
Damon Edis - interactivetools.com

Hire me! Save time by getting our experts to help with your project.
http://www.interactivetools.com/consulting/

Re: [Damon] import other tables to the detailed listing

By loccom - June 27, 2011

awesome.. thank you so much!