As 2CO payment method has it's own completion routine, GA code isn't showing on 2CO's completion page. I made a patch, which resolves this bug in simpliest manner.
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | uc_2checkout_GA_fix_new.patch | 508 bytes | neochief |
| #3 | uc_2checkout_GA_fix_hook.patch | 803 bytes | neochief |
| uc_2checkout_GA_fix.patch | 559 bytes | neochief |
Comments
Comment #1
rszrama commentedThis hack shouldn't be necessary. That's why the hook_ucga_display() was introduced:
Do users end up at /complete or /finalize?
Comment #2
neochief commentedAh, yes, I didn't noticed that it's a hook.
Comment #3
neochief commentedHere's a patch for this.
Comment #4
neochief commentedHeh, missed existing hook. Here's a new patch.
Comment #5
rszrama commentedCommitted.
Comment #6
neochief commentedThanks!