Hello!

When uc_multiprice is enabled, and the user is checking out an item that isn't shippable, clicking "Review order" will ALWAYS reload the checkout page. This is because uc_multiprice is trying to make sure that the currently active country matches the delivery country. But with a non-shippable product, the delivery pane won't even be shown! Leading to this terrible loop.

I've created a patch which will first check if the delivery pane is present on the form, before adding this logic.

Please let me know what you think!

Regards,
David.

CommentFileSizeAuthor
#1 uc_multiprice-1781550.patch954 bytesdsnopek
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

dsnopek’s picture

Status: Active » Needs review
FileSize
954 bytes

The patch is attached!