Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

tep_get_all_get_params


ChocolateTeapot

Recommended Posts

Hi

 

Does anyone know where and how the 'page', 'info', 'x', 'y' parameters of tep_get_all_get_params are set and what the 'x', 'y' parameters are in products_listing.php navigation - tep_get_all_get_params(array('page', 'info', 'x', 'y')).

 

<table border="0" width="100%" cellspacing="0" cellpadding="2">
 <tr>
<td class="smallText"><?php echo $listing_split->display_count(TEXT_DISPLAY_NUMBER_OF_PRODUCTS); ?></td>
<td class="smallText" align="right"><?php echo TEXT_RESULT_PAGE . ' ' . $listing_split->display_links(MAX_DISPLAY_PAGE_LINKS, tep_get_all_get_params(array('page', 'info', 'x', 'y'))); ?></td>
 </tr>
</table>

 

Any help would be appreciated.

 

Thanks

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...