Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Help setting up Wishlist v1.0


Guest

Recommended Posts

Posted

Hey i am just setting up Wishlist v1.0...

 

Followed the instructions, but this failure is comming up on the frontpage.

 

Fatal error: Call to undefined function: bts_select() in includes/boxes/wishlist.php on line 26

 

Can anyone help me with this problem..

 

Line 26 looks like this:

 

include (bts_select('boxes', $box_base_name)); // BTS 1.5

 

Best regrads,

 

Jesper Thygesen

Posted

The whole file looks like this if it helps:

 

<?php

/*

$Id: shopping_wishlist.php, Alex Ponomaryov, 2.11.2004

 

osCommerce, Open Source E-Commerce Solutions

http://www.oscommerce.com

 

Copyright © 2003 osCommerce

 

Released under the GNU General Public License

*/

 

$boxHeading = BOX_HEADING_CUSTOMER_WISHLIST;

 

$corner_left = 'square';

 

$corner_right = 'square';

 

$box_base_name = 'wishlist'; // for easy unique box template setup (added BTSv1.2)

 

$boxLink = '<a href="' . tep_href_link(FILENAME_WISHLIST) . '">';

 

$box_id = $box_base_name . 'Box'; // for CSS styling paulm (editted BTSv1.2)

 

$boxContent = '';

include (bts_select('boxes', $box_base_name)); // BTS 1.5

 

?>

Posted

Tryed the Wishlist 3.5 instead... Looks more somple!

 

Have a few problems, will post them in another thread!

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...