Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

richous05

Archived
  • Posts

    2
  • Joined

  • Last visited

Posts posted by richous05

  1. hello people im new here :) as you can tell by my post count when i try to get to my site all i get is

    Parse error: syntax error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in /home/richous05/domains/righttec.co.uk/public_html/includes/classes/shopping_cart.php on line 287
    this is what is on line 287
    $prid = $products['products_id'];
    this is a snippit from line 280 to 290
    if (!is_array($this->contents)) return false;

     

    $products_array = array();

    reset($this->contents);

    while (list($products_id, ) = each($this->contents)) {

    $products_query = tep_db_query("select p.products_id,

    if ($products = tep_db_fetch_array($products_query)) {

    $prid = $products['products_id'];

    $products_price = $products['products_price'];

     

    $specials_query = tep_db_query("select specials_new_products_price from " . TABLE_SPECIALS . " where products_id = '" .

  2. aye aye guys as you can see im new and i have just begun to set up an e-shop with your software. The thing is we are going to be offering a defult set of pc packages and some with available up grades for exaple it has 512mb ram and you can upgrade to 1gb for ?20 and i want to know if there is an addon where you can let the user choose an upgrade and it changes the total price before checkout?

    |Thanks Richie Dawson|

×
×
  • Create New...