Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

help :'(


ybiggs

Recommended Posts

Posted

Hello, I am a new user of oscommerce and I am trying to set up my web site. yybsplace.com When I attempt to add an item to my cart it prompts me to login. When I login it does not recognize my account. Is there a bug in the code? when I verified I had an account in the db, it was there. I have a few other questions but, I figure one problem at a time.

 

yyb

Posted

I tried to help you but didnt work

 

I think you must upload it again

 

sorry

Posted
I tried to help you but didnt work

 

I think you must upload it again

 

sorry

 

Thanx, I did figure out the problem now I have an error on 341 of the orders.php:

 

Parse error: parse error in E:\inetpub\vhosts\yybsplace.com\httpdocs\oscommerce\admin\orders.php on line 341

 

The lines before and after are:

 

$status = tep_db_prepare_input($HTTP_GET_VARS['status']);
$orders_query_raw = "select count(*) as total from orders o
left join orders_total ot on (o.orders_id = ot.orders_id) and ot.class = 'ot_total',
orders_status s
where o.orders_status = s.orders_status_id and s.language_id = '1';
} else
{
(341) $orders_query_raw = "select o.orders_id, o.customers_name, o.payment_method, o.date_purchased, o.last_modified, o.currency, o.currency_value, s.orders_status_name, ot.text as order_total
from orders o
left join orders_total ot on (o.orders_id = ot.orders_id) and ot.class = 'ot_total' ,
orders_status s
where o.orders_status = s.orders_status_id and s.language_id = '1'
order by o.orders_id DESC limit 0, 20;

Archived

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

×
×
  • Create New...