Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Shipping Status 3.0


Guest

Recommended Posts

Hello, I just upgraded my OSC to this contribution, and nothing works right.

 

In my Orders.php the contribution shows up twice, once near the payment method, and another below the comment box. There's only one update button by the comment box. Also when I perform the last line in the instructions for the admin/orders.php OSC will tell me there's a problem with a boolean.

 

If i don't perform the last line for that page, it works fine. But when i try to put in a tracking number, and put the date then click update...i get this error

1054 - Unknown column 'carrier_id' in 'field list'

update orders set carrier_id = '1', last_modified = now() where orders_id = '117'

[TEP STOP]

Link to comment
Share on other sites

Hello, I just upgraded my OSC to this contribution, and nothing works right.

 

In my Orders.php the contribution shows up twice, once near the payment method, and another below the comment box. There's only one update button by the comment box. Also when I perform the last line in the instructions for the admin/orders.php OSC will tell me there's a problem with a boolean.

 

If i don't perform the last line for that page, it works fine. But when i try to put in a tracking number, and put the date then click update...i get this error

1054 - Unknown column 'carrier_id' in 'field list'

update orders set carrier_id = '1', last_modified = now() where orders_id = '117'

[TEP STOP]

 

bump

Link to comment
Share on other sites

Here is another bump. I am having the same issue (or very similar). I just added the Shipping Status contribution, and whenever I attempt to click on an order which already exists, I get this error message INSTEAD of the order:

 

1054 - Unknown column 'carrier_id' in 'field list'

 

select customers_name, customers_company, customers_street_address, customers_suburb, customers_city, customers_postcode, customers_state, customers_country, customers_telephone, customers_email_address, customers_address_format_id, delivery_name, delivery_company, delivery_street_address, delivery_suburb, delivery_city, delivery_postcode, delivery_state, delivery_country, delivery_address_format_id, billing_name, billing_company, billing_street_address, billing_suburb, billing_city, billing_postcode, billing_state, billing_country, billing_address_format_id, payment_method, cc_type, cc_owner, cc_number, cc_expires, currency, currency_value, date_purchased, orders_status, last_modified, tracking_no, ship_date, delivery_date, carrier_id from orders where orders_id = '54'

 

Can anyone help? Has anyone seen this before?

Link to comment
Share on other sites

Here is another bump. I am having the same issue (or very similar). I just added the Shipping Status contribution, and whenever I attempt to click on an order which already exists, I get this error message INSTEAD of the order:

Can anyone help? Has anyone seen this before?

 

 

what i did to get rid of that error was get rid of carrier_id from the list in the admin/orders.php file. because the carrier_id field isn't coming from the orders but instead its own thing in the database.

 

but after you fix that, you run into my problem

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