Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Table rate shipping problem


Guest

Recommended Posts

I try pasting this:

2:0.00,3:4.95,5:5.95,7:6.95,8:7.95,10:9.95,12:11.95,15:14.95,20:16.00,25:19.95,3

0:22.95,50:25.95,10000:0.00

 

into the table rate and defined by weight. As I hit update it reverts back to it's default. Is there a length limit, or something else wrong? I don't see it.

 

I just tried editing the default and it will not even let me change the 25 pound to a 5 pound.

25:8.50,50:5.50,10000:0.00 changed to 5:8.50,50:5.50,10000:0.00 and goes back to the original.

Link to comment
Share on other sites

I try pasting this:

2:0.00,3:4.95,5:5.95,7:6.95,8:7.95,10:9.95,12:11.95,15:14.95,20:16.00,25:19.95,3

0:22.95,50:25.95,10000:0.00

 

into the table rate and defined by weight. As I hit update it reverts back to it's default. Is there a length limit, or something else wrong? I don't see it.

 

I just tried editing the default and it will not even let me change the 25 pound to a 5 pound.

25:8.50,50:5.50,10000:0.00 changed to 5:8.50,50:5.50,10000:0.00 and goes back to the original.

Do other modules update?

Link to comment
Share on other sites

Do other modules update?

 

Yes, I uninstalled in in admin trying other things. Now it shows a sort order of 0 but show a button to install it.

 

I am assuming it screwed and I should reload shipping and module files.

Link to comment
Share on other sites

Yes, I uninstalled in in admin trying other things. Now it shows a sort order of 0 but show a button to install it.

 

I am assuming it screwed and I should reload shipping and module files.

Try giving all shipping modules different sort options. If you have no joy, and the screen looks "normal", you may be using an older osc 2.2 version. Otherwise, please supply a screenshot.

Link to comment
Share on other sites

Try giving all shipping modules different sort options. If you have no joy, and the screen looks "normal", you may be using an older osc 2.2 version. Otherwise, please supply a screenshot.

 

My screen shot button is not working some how. it does not load to memory when I hit it.

 

I have a 0 on sort order for table shipping and a 1 for ups. Table shows an install button instead of an edit or remove button just as an installed module would.

 

It shows up on checkout as an option, but now I can see it at all to try and edit it. I re-installed admin and all of catalog except download and images. Man, I am confused how this got, messed up. I might try and reload the entire catalog period, admin and all and see what happens.

Link to comment
Share on other sites

My screen shot button is not working some how. it does not load to memory when I hit it.

 

I have a 0 on sort order for table shipping and a 1 for ups. Table shows an install button instead of an edit or remove button just as an installed module would.

 

It shows up on checkout as an option, but now I can see it at all to try and edit it. I re-installed admin and all of catalog except download and images. Man, I am confused how this got, messed up. I might try and reload the entire catalog period, admin and all and see what happens.

Try reinstalling the table.

Link to comment
Share on other sites

Try reinstalling the table.

 

I just reinstalled the entire ADMIN and CATALOG folders. Every file and picture and it still will not work. Since it's not responding on the admin folder what can I do? Can I edit the file un the php side in the file menu and remove UPS on the admin modules section?

 

This is what the screen shows, but even though table rate shows a 0 for "sort order", it still has an install button under "Action" and is showing up in checkout.

 

Shipping Modules

 

Modules Sort Order Action

Flat Rate

Per Item

Table Rate 0

United Parcel Service 1

United States Postal Service

Zone Rates

Link to comment
Share on other sites

I manually went into catalog/includes/modules/shipping/table/php

 

It's not showing me the change and it's still doing 8.50 for a 1 lb parts

 

down near the bottom I change it to this:

 

tep_db_query("insert into " . TABLE_CONFIGURATION . " (configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, date_added) values ('Shipping Table', 'MODULE_SHIPPING_TABLE_COST', '2:0.00,3:4.95,5:5.95,7:6.95,8:7.95,10:9.95,12:11.95,15:14.95,20:16.00,25:19.95,30:22.95,50:25.95,10000:0.00', 'The shipping cost is based on the total cost or weight of items. Example: 25:8.50,50:5.50,etc.. Up to 25 charge 8.50, from there to 50 charge 5.50, etc', '6', '0', now())");

 

Or should I put this back and change a different file?

Link to comment
Share on other sites

Can I delete admin and catalog and everything for the store and upload again?

 

Where are the categories stored and product info? Can I reload without deleting them?

Link to comment
Share on other sites

I manually went into catalog/includes/modules/shipping/table/php

 

It's not showing me the change and it's still doing 8.50 for a 1 lb parts

 

down near the bottom I change it to this:

 

tep_db_query("insert into " . TABLE_CONFIGURATION . " (configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, date_added) values ('Shipping Table', 'MODULE_SHIPPING_TABLE_COST', '2:0.00,3:4.95,5:5.95,7:6.95,8:7.95,10:9.95,12:11.95,15:14.95,20:16.00,25:19.95,30:22.95,50:25.95,10000:0.00', 'The shipping cost is based on the total cost or weight of items. Example: 25:8.50,50:5.50,etc.. Up to 25 charge 8.50, from there to 50 charge 5.50, etc', '6', '0', now())");

 

Or should I put this back and change a different file?

The changes are stored in the db.

Link to comment
Share on other sites

Can I delete admin and catalog and everything for the store and upload again?

 

Where are the categories stored and product info? Can I reload without deleting them?

The info is stored in the db.

 

Your backup files can be ftped back to the web.

Link to comment
Share on other sites

The info is stored in the db.

 

Your backup files can be ftped back to the web.

 

I am starting over now. I whipped the whole thing out.

 

How do you backup and change the DB for next time? As it's gone now and I'm starting over. :blush:

Link to comment
Share on other sites

I am starting over now. I whipped the whole thing out.

 

How do you backup and change the DB for next time? As it's gone now and I'm starting over. :blush:

OK, it is easier the second time around.

 

Before you change files, have a backup copy on your pc. This is also where you should edit files in a pure text editor. The database is backed up in admin tools. The backup file can be ftped to your pc for security.

 

You should also consider installing wamp or xamp on your pc. This will give you a development environment where you can install OSC and edit files and see the results of your edits before they hit your website.

Link to comment
Share on other sites

OK, it is easier the second time around.

 

Before you change files, have a backup copy on your pc. This is also where you should edit files in a pure text editor. The database is backed up in admin tools. The backup file can be ftped to your pc for security.

 

You should also consider installing wamp or xamp on your pc. This will give you a development environment where you can install OSC and edit files and see the results of your edits before they hit your website.

 

Yes, I'm much smarter and learned now. :lol:

 

What's the name of that file? I will look for it. Changing headers, column widths and styles on the sheet is easy. But I don't want to re-edit the catalog, again on the next problem. :blink: Holy cow!

 

I'm with you on the xamp. I like doing the same with html, but I just am not that good with php yet. Once I get my store up and will do that. Thanks, :thumbsup:

Link to comment
Share on other sites

Yes, I'm much smarter and learned now. :lol:

 

What's the name of that file? I will look for it. Changing headers, column widths and styles on the sheet is easy. But I don't want to re-edit the catalog, again on the next problem. :blink: Holy cow!

 

I'm with you on the xamp. I like doing the same with html, but I just am not that good with php yet. Once I get my store up and will do that. Thanks, :thumbsup:

There are a few good free text editors, eg conTEXT, PHP Designer 2007 - Personal, and they show line numbers.

 

Use an ftp program to upload and down files, eg filezilla

 

You will get to love making tweaks in the code.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...