Products Page and Paypal

12 posts by 2 authors in: Forums > CMS Builder
Last Post: February 25, 2008   (RSS)

By Djulia - February 23, 2008 - edited: February 23, 2008

Hi Dave,

I think that I found the solution :
<?php
require_once "/home/.../lib/viewer_functions.php";
$options['tableName'] = 'products';
$options['perPage'] = '9999';
$options['where'] = '1';
list($pr_) = getListRows($options);
$items = array_merge($items, $pr_);
?>

Your track was the good one, thank you. [:)]

Djulia

Re: [Djulia] Catalogs Page

By Dave - February 25, 2008

Glad to hear it's working. You seem to be doing some pretty neat things with CMS Builder! :)
Dave Edis - Senior Developer
interactivetools.com