Closed (outdated)
Project:
Computed Field
Version:
6.x-1.0-beta3
Component:
Code
Priority:
Critical
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
10 Aug 2009 at 00:59 UTC
Updated:
29 Dec 2018 at 13:18 UTC
Jump to comment: Most recent
Comments
Comment #1
Moonshine commentedFrom the code, and considering this is a Ubercart checkout process, it would be very hard to say. If this is still a problem for you, I'd start by checking that $_GET[product_nid] is always available to your computed field throughout checkout. If it isn't then you'll certainly save an empty value with that code. You could check this by adding the following to your computed code on you development machine and running through checkout:
Comment #2
mmjvb commented