When debugging and looking for the variables, I was close with:
Code:
is_product_options eq 'N'
but I could not figure out the first part. Going by example I was coming up with $products[product].is_product_options. Sometimes it looks like its product and sometimes its products??
Can you explain this statement?
Code:
$products[product].is_product_options
I understand the is_product_options is pulled from the database...but how do you determine the first part of that code?
Thanks,
Louise