Hi,

i'm totally new to drupal 6 and this module, i'm just maintaining legacy code. This is my problem: in the cart screen i apply my coupon correctly. (you can see that in cart.png). When i proceed to checkout i have the list of items which is displayed correctly (you can see thatin checkout-high.png) but i have the "Order total preview:" part (which you can see in the image checkout-low.png) which shows no sign of the coupon.

Has anyone experienced this problem?I've got some experience with drupal 7 and commerce, but i'm new to drupal 6 and ubercart, can anyone tell me which hook is fired that renders the order total preview?

Thanks for your time

Comments

nicola.peluchetti’s picture

StatusFileSize
new359.99 KB

If i install the latest devel version i get a different message: Coupon "coupon-name" has been removed from your order. you can see that in checkout-devel.png

nicola.peluchetti’s picture

Ok, the problem seems to be related to this module http://drupal.org/project/uc_checkout_tweaks which calls uc_coupon_submit() through ajax but without sending the code, i need to understand what function is responsible for the rendering of the order total preview. I'll open a bug posts in that module

wodenx’s picture

It's uc_checkout_pane_payment() in uc_payment_checkout_pane.inc.