Thanks for all of your comments Ajeh.
Ajeh:
If you cloned page_2 identically then there is a define for:
DEFINE_PAGE_2_STATUS
that would now be called:
DEFINE_PAGE_5_STATUS
Where did you set the value of this define so it will show the define page for page_5?
When I say clone, I mean copied each and every reference/file, and changed all of the 2's to 5! That's how basic my knowledge is, but I was nearly there.
I asked our friendly host (Terra Network) for some advice from and they gave me the following code to add to my database using the SQL tab of phpMyAdmin . The text in the page now appears correctly and the new page I created is listed under 'Define Page Status' in the stockroom. YIPEE! :clap:
insert into configuration (configuration_title, configuration_key,
configuration_value, configuration_description,
configuration_group_id,
sort_order, last_modified, date_added, use_function, set_function)
values
('Define Page 5', 'DEFINE_PAGE_5_STATUS', '1', 'Enable the Defined
Page 5
Link/Text?<br />0= Link ON, Define Text OFF<br />1= Link ON, Define
Text
ON<br />2= Link OFF, Define Text ON<br />3= Link OFF, Define Text
OFF',
'25', '83', now(), now(), NULL, 'zen_cfg_select_option(array(\'0\',
\'1\',
\'2\', \'3\'),');
Right, back to my other problem of tryoing to find a way of including an extra field during the checkout process :dontgetit