View Single Post
  #5  
Old 03-28-2016, 04:36 PM
  cherie's Avatar 
cherie cherie is offline
 

X-Wizard
  
Join Date: May 2003
Location: USA
Posts: 1,534
 

Default Re: How to add extra field values to the product list page

$sql_tbl must be present (did you check?). Try adding this before the foreach:

PHP Code:
global $sql_tbl
However, I have two concerns with this customization: database queries should not be in a loop if you can help it, especially one like this that could have a lot of products; and Extra Fields returned to product listings in 4.1, so the data is already there (https://forum.x-cart.com/showthread.php?p=118321#post118321 [watch for typos]).
__________________
redlimeweb.com
custom mods and design integration
4.7 linux
Reply With Quote