null Weight Shipping error
-------------------------- Key: OFBIZ-275 URL: http://issues.apache.org/jira/browse/OFBIZ-275 Project: OFBiz (The Open for Business Project) Issue Type: Bug Components: ecommerce Affects Versions: SVN trunk Reporter: Marco Risaliti When there is no weight in the cart weight related shipping rules hang and return a blank page during checkout. Also, if one product has a weight assigned and the others in the cart do not, shipping total is calculated only on the products with weight. This will lead the customer to believe the price returned for shipping is the total shipping price. All Comments Work Log Change History Sort Order: Comment by Joe Eckard [24/Mar/05 02:28 PM] [ Permlink ] Also, when shippableWeight == 0, the USPS rate inquiry service doesn't do anything remotely helpful. Attached is a small patch that returns an error message - not sure what the overall fix should be. Comment by Joe Eckard [24/Mar/05 02:30 PM] [ Permlink ] returns a decent service error message when shippableWeight is 0 Comment by Marco Risaliti [09/Sep/06 06:19 PM] [ Permlink ] Looking into the source seems only that this simple patch was not still applied. Why don't apply the attached patch and close this issue ? Thanks Marco -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira |
[ http://issues.apache.org/jira/browse/OFBIZ-275?page=all ]
Marco Risaliti updated OFBIZ-275: --------------------------------- Attachment: zero_weight_msg_patch.txt > null Weight Shipping error > -------------------------- > > Key: OFBIZ-275 > URL: http://issues.apache.org/jira/browse/OFBIZ-275 > Project: OFBiz (The Open for Business Project) > Issue Type: Bug > Components: ecommerce > Affects Versions: SVN trunk > Reporter: Marco Risaliti > Attachments: zero_weight_msg_patch.txt > > > When there is no weight in the cart weight related shipping rules hang and return a blank page during checkout. Also, if one product has a weight assigned and the others in the cart do not, shipping total is calculated only on the products with weight. This will lead the customer to believe the price returned for shipping is the total shipping price. > > > All Comments Work Log Change History Sort Order: > Comment by Joe Eckard [24/Mar/05 02:28 PM] [ Permlink ] > Also, when shippableWeight == 0, the USPS rate inquiry service doesn't do anything remotely helpful. Attached is a small patch that returns an error message - not sure what the overall fix should be. > Comment by Joe Eckard [24/Mar/05 02:30 PM] [ Permlink ] > returns a decent service error message when shippableWeight is 0 > Comment by Marco Risaliti [09/Sep/06 06:19 PM] [ Permlink ] > Looking into the source seems only that this simple patch was not still applied. > Why don't apply the attached patch and close this issue ? > Thanks > Marco -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira |
In reply to this post by Nicolas Malin (Jira)
[ http://issues.apache.org/jira/browse/OFBIZ-275?page=all ]
Jacopo Cappellato updated OFBIZ-275: ------------------------------------ Description: Copy of http://jira.undersunconsulting.com/browse/OFBIZ-178 from Chis Howe. =============================================== When there is no weight in the cart weight related shipping rules hang and return a blank page during checkout. Also, if one product has a weight assigned and the others in the cart do not, shipping total is calculated only on the products with weight. This will lead the customer to believe the price returned for shipping is the total shipping price. All Comments Work Log Change History Sort Order: Comment by Joe Eckard [24/Mar/05 02:28 PM] [ Permlink ] Also, when shippableWeight == 0, the USPS rate inquiry service doesn't do anything remotely helpful. Attached is a small patch that returns an error message - not sure what the overall fix should be. Comment by Joe Eckard [24/Mar/05 02:30 PM] [ Permlink ] returns a decent service error message when shippableWeight is 0 Comment by Marco Risaliti [09/Sep/06 06:19 PM] [ Permlink ] Looking into the source seems only that this simple patch was not still applied. Why don't apply the attached patch and close this issue ? Thanks Marco was: When there is no weight in the cart weight related shipping rules hang and return a blank page during checkout. Also, if one product has a weight assigned and the others in the cart do not, shipping total is calculated only on the products with weight. This will lead the customer to believe the price returned for shipping is the total shipping price. All Comments Work Log Change History Sort Order: Comment by Joe Eckard [24/Mar/05 02:28 PM] [ Permlink ] Also, when shippableWeight == 0, the USPS rate inquiry service doesn't do anything remotely helpful. Attached is a small patch that returns an error message - not sure what the overall fix should be. Comment by Joe Eckard [24/Mar/05 02:30 PM] [ Permlink ] returns a decent service error message when shippableWeight is 0 Comment by Marco Risaliti [09/Sep/06 06:19 PM] [ Permlink ] Looking into the source seems only that this simple patch was not still applied. Why don't apply the attached patch and close this issue ? Thanks Marco > null Weight Shipping error > -------------------------- > > Key: OFBIZ-275 > URL: http://issues.apache.org/jira/browse/OFBIZ-275 > Project: OFBiz (The Open for Business Project) > Issue Type: Bug > Components: ecommerce > Affects Versions: SVN trunk > Reporter: Marco Risaliti > Attachments: zero_weight_msg_patch.txt > > > Copy of http://jira.undersunconsulting.com/browse/OFBIZ-178 from Chis Howe. > =============================================== > When there is no weight in the cart weight related shipping rules hang and return a blank page during checkout. Also, if one product has a weight assigned and the others in the cart do not, shipping total is calculated only on the products with weight. This will lead the customer to believe the price returned for shipping is the total shipping price. > > > All Comments Work Log Change History Sort Order: > Comment by Joe Eckard [24/Mar/05 02:28 PM] [ Permlink ] > Also, when shippableWeight == 0, the USPS rate inquiry service doesn't do anything remotely helpful. Attached is a small patch that returns an error message - not sure what the overall fix should be. > Comment by Joe Eckard [24/Mar/05 02:30 PM] [ Permlink ] > returns a decent service error message when shippableWeight is 0 > Comment by Marco Risaliti [09/Sep/06 06:19 PM] [ Permlink ] > Looking into the source seems only that this simple patch was not still applied. > Why don't apply the attached patch and close this issue ? > Thanks > Marco -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira |
In reply to this post by Nicolas Malin (Jira)
[ http://issues.apache.org/jira/browse/OFBIZ-275?page=all ]
Jacques Le Roux closed OFBIZ-275. --------------------------------- Resolution: Fixed Assignee: Jacques Le Roux Thanks Chris, Joe and Marco this is now in OFBiz revision: 468358 > null Weight Shipping error > -------------------------- > > Key: OFBIZ-275 > URL: http://issues.apache.org/jira/browse/OFBIZ-275 > Project: OFBiz (The Open for Business Project) > Issue Type: Bug > Components: ecommerce > Affects Versions: SVN trunk > Reporter: Marco Risaliti > Assigned To: Jacques Le Roux > Attachments: zero_weight_msg_patch.txt > > > Copy of http://jira.undersunconsulting.com/browse/OFBIZ-178 from Chis Howe. > =============================================== > When there is no weight in the cart weight related shipping rules hang and return a blank page during checkout. Also, if one product has a weight assigned and the others in the cart do not, shipping total is calculated only on the products with weight. This will lead the customer to believe the price returned for shipping is the total shipping price. > > > All Comments Work Log Change History Sort Order: > Comment by Joe Eckard [24/Mar/05 02:28 PM] [ Permlink ] > Also, when shippableWeight == 0, the USPS rate inquiry service doesn't do anything remotely helpful. Attached is a small patch that returns an error message - not sure what the overall fix should be. > Comment by Joe Eckard [24/Mar/05 02:30 PM] [ Permlink ] > returns a decent service error message when shippableWeight is 0 > Comment by Marco Risaliti [09/Sep/06 06:19 PM] [ Permlink ] > Looking into the source seems only that this simple patch was not still applied. > Why don't apply the attached patch and close this issue ? > Thanks > Marco -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira |
Free forum by Nabble | Edit this page |