osCommerce and osCMax shopping cart software forums

Shopping Cart Software

osCommerce with teeth!

 

Order Editor missing 'shipping_tax' column in orders table

This is a discussion on Order Editor missing 'shipping_tax' column in orders table within the osCMax v2 Installation issues forums, part of the osCMax v2.0 Forums category; Hi,<br><br>I have been using oscommerce for the past two years and yesterday I stumbled over OSCMax. <br><br>I installed it and ...


Go Back   osCommerce and osCMax shopping cart software forums > osCMax v2.0 Forums > osCMax v2 Installation issues

Register FAQ Members List Calendar Mark Forums Read


Free community membership! Fast easy FREE membership
Closed Thread

 

LinkBack Thread Tools
  #1  
Old 09-24-2006, 07:22 AM
cbp cbp is offline
Lurker
 
Join Date: Sep 2006
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
cbp
Default Order Editor missing 'shipping_tax' column in orders table

Hi,<br><br>I have been using oscommerce for the past two years and yesterday I stumbled over OSCMax. <br><br>I installed it and found this bug when I tried to create an order with Order Editor.<br>In table Orders there is a missing 'shipping_tax' column and this gives errors when trying to manually create an order.<br><br>Fix (in phpMyAdmin): ALTER TABLE orders ADD shipping_tax DECIMAL( 7, 4 ) DEFAULT '0.000' NOT NULL ;<br><br>I searched and nothing o­n this forum so I decided  to post it here. <br><br>There is a follow-up error o­nce you try to edit this order in Customer->Orders:<br><font color="#000000"><b>1146 - Table 'my_dbname.TABLE_PAYPAL_IPN' doesn't exist<br><br>select * from TABLE_PAYPAL_IPN where paypal_ipn_id = '0'<br><br></b>I am trying to fix this as we speak.<br><br>My question is this: 5 minutes after installation i found a few bugs. Are there many more? is this OSCMax updated o­nce in a while, or is the project dead?<br><br>cheers,<br></font>

---------------------------------------------------
OMG Visual Mode doesn't work.

Anyways here goes the clean version.

Hi,

I have been using oscommerce for the past two years and yesterday I stumbled over OSCMax.

I installed it and found this bug when I tried to create an order with Order Editor.
In table Orders there is a missing 'shipping_tax' column and this gives errors when trying to manually create an order.

Fix (in phpMyAdmin):
Code:
ALTER TABLE orders ADD shipping_tax DECIMAL( 7, 4 ) DEFAULT '0.000' NOT NULL ;
I searched, and nothing on this forum so I decided to post it here.

There is a follow-up error once you try to edit this order in Customer->Orders:
1146 - Table 'my_dbname.TABLE_PAYPAL_IPN' doesn't exist

select * from TABLE_PAYPAL_IPN where paypal_ipn_id = '0'


I am trying to fix this as we speak.

My question is this: 5 minutes after installation i found a few bugs. Are there many more? is this OSCMax updated once in a while, or is the project dead?

cheers,
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #2  
Old 09-24-2006, 07:38 AM
michael_s's Avatar
osCMax Developer

 
Join Date: Jul 2002
Location: Phoenix, AZ
Posts: 10,328
Thanks: 68
Thanked 322 Times in 305 Posts
Rep Power: 10
michael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond repute
Default RE: Order Editor missing

Yes, visual mode is screwed with PNphpBB2... working on it...

Remember if there are bugs in the original mod, they will be in osCMax, since we did not write the mods, and the fixes are dependent upon the mod writers.

osCMax is simply a preinstallation of the existing mods, not a fork or a new version. It is still rooted in osCommerce and it's mods. This project depends on feedback and reporting from the community. That is what the bugtracker is for. If you find a repeatable bug, post it in the bugtracker.

The project is not dead... sheesh. RC3 was just released so I am not sure where you are getting that...

Now, on to your bugs.

1. I can create orders in the admin panel without any problems. No errors at all.

2. I can edit orders in the admin without getting any errors either. Again, a default RC3 install...

Perhaps you can be more specific as to how you are generating these errors so I can reproduce.
__________________
Michael Sasek
osCMax Developer


  • osCMax Templates - Hundreds of premium quality templates. New designs every month!

  • xShop for osCMax - Windows Based osCMax administration. Improved workflow, security, speed and convenience.

  • osCMax Hosting - From basic hosting to High Availability, Load Balanced arrays, the most experienced osCMax host.

  • osCMax Template Tutorial - Learn how to make your own custom templates and how to use the powerful features of the osCMax template system.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #3  
Old 09-24-2006, 09:36 AM
cbp cbp is offline
Lurker
 
Join Date: Sep 2006
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
cbp
Default RE: Order Editor missing

Quote:
The project is not dead... sheesh. RC3 was just released so I am not sure where you are getting that...
No harm intended. I am glad to see that this project is alive.
This means that I will work with OSCMax from now on. I have to build a osc site for a customer and this OCMax has most of (and some extra) features that I need.

For the next month I will work intensively with OSCMax to make it fully functional and find whatever bugs it has (most of them anyways). I will report here and in the bugs section whatever I find.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #4  
Old 09-27-2006, 10:04 AM
Lurker
 
Join Date: Apr 2006
Posts: 1
Thanks: 1
Thanked 0 Times in 0 Posts
Rep Power: 0
thomaspkelley
Default TABLE_PAYPAL_IPN error

I am using this thread because I see the same error as the above post.

The reason I am getting the error message in admin/orders.php is that I changed the name of the PayPal IPN payment module. I removed '(Credit Card / Debit)' from the name in the checkout process. (I wanted people to use Authorize.net for credit cards and I like the IPN module.) When I go to the 'orders' table in MySQL i can add 'credit card / debit' and the order information will then appear in my Orders admin.

What file will I need to modify so that I can see the order information in Admin, but not have credit/debit show at check out?

My first post. Thank you for all your hard work.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #5  
Old 10-23-2006, 10:29 AM
New Member
 
Join Date: Nov 2004
Posts: 10
Thanks: 1
Thanked 3 Times in 1 Post
Rep Power: 0
Asgoroth is on a distinguished road
Default The problem.

I had the same problem. I am using RC3 and was able to reproduce it 100% of the time. Using the "Edit Orders" screen to update an order would cause the following error:

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

I found the solution at the main osCommerce site. there were two missing entries in the store SQL for "Edit Orders" as follows:

1) Table 'orders" missing Field "shipping_tax"
2) Table 'configuration' missing entry for "Edit Orders"

Run the following script into your store SQL:
Code:
ALTER TABLE orders ADD shipping_tax DECIMAL( 7, 4 ) DEFAULT '0.000' NOT NULL ;
INSERT into configuration (configuration_id, configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, last_modified, date_added, use_function, set_function) values ('', 'Order Editor- Display Payment Method dropdown?', 'DISPLAY_PAYMENT_METHOD_DROPDOWN', 'true', 'Display Payment Method in Order Editor as dropdown menu (true) or as input field (false)', '1', '21', NULL, '2006-04-02 11:51:01', NULL, 'tep_cfg_select_option(array(\'true\', \'false\'),');
I have also attched the code in a text file
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
The Following 3 Users Say Thank You to Asgoroth For This Useful Post:
altenter (05-27-2008), chrismole (01-12-2007), lifegrid (07-17-2007)
  #6  
Old 12-14-2006, 11:10 AM
Member
 
Join Date: Jun 2005
Posts: 49
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
driwashsolutions
Default Re: Order Editor missing 'shipping_tax' column in orders table

Just had this same issue when trying to cancel an order...
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #7  
Old 01-02-2007, 04:40 AM
New Member
 
Join Date: Oct 2006
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
rolotech
Exclamation 1054 - Unknown column 'shipping_tax' in 'field list'

I am getting this error everytime I want to update a customers Order, also I don't know why in every order total is charging TAX to customers outside my State, please advise

Thanks
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #8  
Old 01-02-2007, 06:52 AM
michael_s's Avatar
osCMax Developer

 
Join Date: Jul 2002
Location: Phoenix, AZ
Posts: 10,328
Thanks: 68
Thanked 322 Times in 305 Posts
Rep Power: 10
michael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond repute
Default Re: Order Editor missing 'shipping_tax' column in orders table

Merged threads. Rolotech, do a search before posting. Simply searching on 1054 gets you your answer in the first 2 listings.
__________________
Michael Sasek
osCMax Developer


  • osCMax Templates - Hundreds of premium quality templates. New designs every month!

  • xShop for osCMax - Windows Based osCMax administration. Improved workflow, security, speed and convenience.

  • osCMax Hosting - From basic hosting to High Availability, Load Balanced arrays, the most experienced osCMax host.

  • osCMax Template Tutorial - Learn how to make your own custom templates and how to use the powerful features of the osCMax template system.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #9  
Old 01-02-2007, 08:14 AM
New Member
 
Join Date: Oct 2006
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
rolotech
Default Re: Order Editor missing 'shipping_tax' column in orders table

I did search but didn't try the error number, about the answer of the member above I don't get when he say "Run the following script into your store SQL:"
can you please explain little bit detailed?

THanks
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #10  
Old 01-02-2007, 09:30 AM
michael_s's Avatar
osCMax Developer

 
Join Date: Jul 2002
Location: Phoenix, AZ
Posts: 10,328
Thanks: 68
Thanked 322 Times in 305 Posts
Rep Power: 10
michael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond repute
Default Re: Order Editor missing 'shipping_tax' column in orders table

Then you didn't really search...

You need to execute the sql statement on your db to add the missing column.

Use phpmyadmin to do this...
__________________
Michael Sasek
osCMax Developer


  • osCMax Templates - Hundreds of premium quality templates. New designs every month!

  • xShop for osCMax - Windows Based osCMax administration. Improved workflow, security, speed and convenience.

  • osCMax Hosting - From basic hosting to High Availability, Load Balanced arrays, the most experienced osCMax host.

  • osCMax Template Tutorial - Learn how to make your own custom templates and how to use the powerful features of the osCMax template system.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Closed Thread

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads

Thread Thread Starter Forum Replies Last Post
Insert new parameter to value column of sessions table tblanchard osCommerce 2.2 Modification Help 0 12-02-2005 09:46 PM
orders missing...paypal only..live site battleaxe osCMax v1.7 Discussion 5 05-01-2005 04:39 PM
Shared SSL and Missing Orders! giyer osCommerce 2.2 Installation Help 0 04-14-2005 01:40 AM
Adding column in admin Orders page mat123slade osCMax v1.7 Discussion 0 12-21-2004 01:41 AM
Missing / Lost Orders cxm322 osCommerce 2.2 Modification Help 1 12-14-2003 09:31 PM


All times are GMT -8. The time now is 11:47 PM.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO
http://www.oscmax.com/forums/
Copyright 2008 osCMax