EDIT: figured it out—the custom fields were set as XHTML.
This may be a php problem, but I’ve been banging my head against it all night—maybe fresher eyes can see what I’m doing wrong.
Here’s my code:
{exp:weblog:entries weblog="prices" entry_id="123" }
<?php
/*1*/$member_regular_canada = {member_regular_canada};
/*2*/$member_student_canada = {member_student_canada};
/*3*/$tce_online_student_canada = {tce_online_student_canada};
/*4*/$member_regular_intl = {member_regular_intl};
/*5*/$member_student_intl = {member_student_intl};
/*6*/$tce_print_canada = {tce_print_canada};
/*7*/$tce_print_us = {tce_print_us};
/*8*/$tce_print_intl_ground = {tce_print_intl_ground};
/*9*/$tce_print_intl_air = {tce_print_intl_air};
/*10*/$annual_canada = {annual_canada};
/*11*/$annual_intl = {annual_intl};
/*12*/$bulletin_canada = {bulletin_canada};
/*13*/$bulletin_us = {bulletin_us};
/*14*/$bulletin_intl = {bulletin_intl};
?>
{/exp:weblog:entries}1 through 9 are just fine, but anything past 9 returns nothing. It all validates, so I can’t figure it out. The custom field names are correct, the fields are filled in on that entry… Any ideas?