Closed (fixed)
Project:
UC Correios Quotes
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
6 Oct 2010 at 22:30 UTC
Updated:
25 Oct 2010 at 02:40 UTC
When the admin (or another authorized user) edit the order in the admin/store/orders/%order_id/edit page, he can add or remove some products and calculate the shipping quotes again. But actually the quotes calculated here are based from the products that the user has in their cart, not the items from the order being edited.
I don't know why the module has a comment saying that $products array, in the hook_quote function, won't work. I made some tests using the $products variable and cannot found any problems with it.
if there is none problem with the $products, so this attached patch should fix the bug.
| Comment | File | Size | Author |
|---|---|---|---|
| uc_correios_quotes_use_default_products_array.patch | 995 bytes | danillonunes |
Comments
Comment #1
wundo commentedCommitted.