Multiple Shipping Tables

stockliasteroid - May 13, 2009 - 19:46
Project:uc_tablequote
Version:6.x-2.0
Component:Code
Category:feature request
Priority:normal
Assigned:Unassigned
Status:needs review
Description

I needed to be able to support multiple shipping tables (i.e. Standard Shipping, 2nd Day Air, Next Day Air, etc), so I updated the module to support it. With these two patches applied, it will allow you to create multiple shipping tables, with the quote "method" specified for each. So, you could have one that allows quotes based on weight, and another that quotes based on order total. Each has it's own shipping table, so you can charge different prices for different shipping methods. You can also title your tables so that when customers check out out they see the appropriate title (2nd Day Air, Next Day Air, etc).

AttachmentSize
uc_tablequote.module.patch15.58 KB
uc_tablequote.install.patch1.58 KB

#1

jju - June 24, 2009 - 14:11

Hi,

Witch version you are used? I try patch 5.x-1.0 versio, but result is:

8 out of 13 hunks FAILED -- saving rejects to file uc_tablequote.module.rej

#2

stockliasteroid - August 20, 2009 - 21:28

Sorry, I hadn't checked in on this for a while. My patch is rolled against the 2.0 version for D6.

#3

paullu618 - October 14, 2009 - 14:25

Hi,

This function is what I need for website as well, but after I applied the patches, click into the quote methods I can't create the tables and got the following shown up:

in the general settings

user warning: Table 'test.uc_tablequote_methods' doesn't exist query: SELECT * FROM uc_tablequote_methods ORDER BY weight ASC in C:\test\sites\default\modules\uc_tablequote\uc_tablequote.module on line 160.

in the weight/order quote

user warning: Table 'test.uc_tablequote_methods' doesn't exist query: SELECT * FROM uc_tablequote_methods ORDER BY weight ASC in C:\test\sites\default\modules\uc_tablequote\uc_tablequote.module on line 46.

I am using D6 and 2.0

#4

sunward - November 25, 2009 - 07:24

interesting update. Has there been any updates?

 
 

Drupal is a registered trademark of Dries Buytaert.