Closed (fixed)
Project:
Ubercart
Version:
6.x-2.0-beta5
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Issue tags:
Reporter:
Created:
8 Mar 2009 at 04:34 UTC
Updated:
3 Jan 2014 at 00:07 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
rszrama commentedTagging.
Comment #2
Island Usurper commentedNode previews aren't done with a full node_load(), apparently, but only with the $form_state['values']. Since attributes are saved on a separate page, they aren't available unless they are loaded separately.
Patch adds some lazy-loading of a product's attributes into the alteration of the add to cart form.
Comment #3
rszrama commentedPatch worked on my test. Committing.
Comment #4
binhcan commentedThanks a ton. Was fixing the first issue then came to this. Hopefully the fix will be applied in next releases.