PDA

View Full Version : return policy block issue


dkirwin
10-09-2008, 08:53 PM
Wow!!! this is the 3rd issue I have posted(and every issue has been me not the mod) but I baught 14 mods so it isnt that bad yet lol but i still have 3 more to install okay here is the issue im having

i have installed the return policy block and then i went to go sell an item and when i click to the 3rd page just after the page where you add images this is what happens

Fatal error: Call to undefined method item::returned_within_drop_down() in /home/want2b5/public_html/sell_item.php on line 1249

okay so here is what line 1249 says what is wrong with it??


$template->set('returned_within_drop_down',$item->returned_within_drop_down('returned_within',$item_ details['returned_within']));

Binarywebs
10-10-2008, 01:07 AM
The function is missing, meaning it wasnt found in the file.
Go back and check the install, look for the returned_within_drop_down
area, and make sure ya enter it and upload it.