I'm using the uc_fedex shipping quote module which works fine save one thing.
When I select a rate on the checkout page, it prints up the method in the quote:
Order total preview:
Subtotal: $78.15
FedEx Ground -- Residence Address: $10.30
Subtotal excluding taxes: $88.45
Missouri Tax: $5.86
Order total: $94.31
..but only the quote price itself makes it to the subsequent checkout pages.
Payment method
Subtotal: $78.15
: $10.30
Subtotal excluding taxes: $88.45
Missouri Tax: $5.86
Total: $94.31
I was looking at it, and it seems that it should be storing the "quote_form" and then somehow using this in the subsequent pages, but the only thing that saves is the method, accessorials, rate.
+--------------+-----------------------+------+-----+---------+-------+ | Field | Type | Null | Key | Default | Extra | +--------------+-----------------------+------+-----+---------+-------+ | oid | mediumint(9) unsigned | NO | PRI | | | | method | varchar(25) | NO | PRI | | | | accessorials | varchar(255) | NO | | | | | rate | decimal(10,2) | NO | | | | | quote_form | text | NO | | | | +--------------+-----------------------+------+-----+---------+-------+
I was hacking around with it and got it to save the quote_form information, but am not sure how to make the java-scripty thingy (AJAX?) get it to use it or if that's even the intended use of quote_form column in the db.
Anyone have some insight? I'm more than happy to make any coding changes necessary and post them back, but I don't know jack about javascript or AJAX or what the expected behavior is.
-R. Marc



That's been the big thing stopping me.

Joined: 03/07/2008