Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

wishlist_1.2_extended module - parse error column_right.php


Smiling Buddha

Recommended Posts

Can anyone help? I just can't get 'wishlist_1.2_extended' to work.

I get this message on my welcome page:

 

Parse error: parse error in.../public_html/catalog/includes/column_right.php

 

In column_right.php I have:

 

require(DIR_WS_BOXES . 'shopping_cart.php');

//added for wishlist

if (tep_session_is_registered('customer_id')) include(DIR_WS_BOXES . 'wishlist.php')

 

if ($HTTP_GET_VARS['products_id']) include(DIR_WS_BOXES . 'manufacturer_info.php');

if (tep_session_is_registered('customer_id')) include(DIR_WS_BOXES . 'order_history.php');

 

The store is at http://www.wherefaerieslive.com/catalog

 

Help please...

Link to comment
Share on other sites

if (tep_session_is_registered('customer_id')) include(DIR_WS_BOXES . 'wishlist.php')

should read

if (tep_session_is_registered('customer_id')) include(DIR_WS_BOXES . 'wishlist.php');

The only thing necessary for evil to flourish is for good men to do nothing

- Edmund Burke

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...