Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

open type feature


stasmmr

Recommended Posts

Parse error: parse error in /var/virtual/web/w0232/html/store/includes/classes/shopping_cart.php on line 173

 

Fatal error: Cannot instantiate non-existent class: shoppingcart in /var/virtual/web/w0232/html/store/includes/application_top.php on line 253

 

this is my error . i have installed it twice and keep getting same error. the code i am inserting is this. I hope someone can help.

 

 

 

 

CODE

//CLR 020606 update db insert to include attribute value_text. This is needed for text attributes.//CLR 030228 add tep_db_input() processing if (tep_session_is_registered('customer_id')) tep_db_query("update " . TABLE_CUSTOMERS_BASKET_ATTRIBUTES . " set products_options_value_id = '" . (int)$value . "', products_options_value_text = '" . tep_db_input($attr_value) . "' where customers_id = '" . (int)$customer_id . "' and products_id = '" . tep_db_input($products_id) . "' and products_options_id = '" . (int)$option . "'");

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...