Closed (fixed)
Project:
Ubercart
Version:
7.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
24 Apr 2009 at 13:27 UTC
Updated:
3 Jan 2014 at 00:07 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
rszrama commentedI doubt we'll put a change this significant into 2.0 now that we've moved into RC territory. However, the goal for 3.0 is definitely to introduce a dependency on CCK, so that problem should solve itself.
Comment #2
sammys commentedI don't consider this a significant patch because it's purely cosmetic. It doesn't affect transactions, orders or anything requiring large amounts of testing. Instead, you can easily view that it's working properly within, say, 5 minutes.
It does bring UC up-to-date with present versions of Drupal and CCK now rather than in the next version.
Comment #3
rszrama commentedWe can always review what you come up with, but we're pretty aggressively pushing for a 2.0 release, so the patches we're committing are more about removing and fixing things than adding in new functionality.
Comment #4
sammys commentedAfter looking deeper into it, this baby is better left for 3.x. Added field ordering was trivial. Adding per-field per-content type display settings (on cck display fields page) looks to be impossible for non-cck fields. Bummer.
Thanks for responding to it anyway Ryan!
Comment #5
tr commentedMoving to the 7.x-3.x queue. I believe this is being addressed now, as it's a natural consequence of moving from CCK to Fields in Drupal 7.
Comment #6
SeanBannister commentedSub
Comment #7
webservant316 commentedsubscribe
actually just realizing this is more important to me.
is there a patch anywhere that allows us to order all the fields on a product node?
I have fields showing up in awkward places and I cannot move them.
Thanks for any help,
Jeff
Comment #8
webservant316 commentedIs this patch the solution for Ubercart 2.2?
http://drupal.org/node/333085
apparently, not. just installed it a second time and could not get it to work.
Comment #9
fadiwissa commentedHere's a good module related to this thread's discussion (adding custom CCK field attributes to Ubercart products)...
http://drupal.org/node/923708
Comment #10
fadiwissa commentedHere's a good module related to this thread's discussion (adding custom CCK field attributes to Ubercart products)...
http://drupal.org/node/923708
Comment #11
trungonly commentedI put it as a module here: http://drupal.org/project/uc_attribute_cck
Comment #12
trungonly commentedComment #13
tr commentedComment #14
longwavePatch attached that removes the separate product field settings page and uses the standard field settings page instead. Also fixes up the teaser display settings when uc_product is installed or upgraded. Needs testing!
Comment #15
webservant316 commentedi just installed ubercart 2.4 and was surprised that this was not fixed in that release either.
Comment #16
longwaveA patch for 2.x can be found in #333085: Field weight order using CCK interface but is not yet ready to commit.
Comment #17
longwaveUpdated patch against latest -dev, and changing this to a bug after #1184110: SKU does not display
Comment #18
longwaveAdding tag; we should fix this before release.
Comment #19
giupenni commentedTo apply this patch I must use 7.x-3.x-dev ?
I can't applied the patch against 7.x-3.x-dev:
Thanks!
Comment #20
longwaveYou need the -dev release from git, the tarball hasn't yet updated with a change I committed earlier. But you still should be able to test products with the above failure, product kits won't work quite right though.
Comment #21
giupenni commentedI have applied the patch but the bug #1184110: SKU does not display still persist
Comment #22
longwaveFor me, once the patch is installed, I can visit /admin/structure/types/manage/product/display/teaser and change SKU to Visible to make it show up on teasers. So you're saying this doesn't happen for your case?
Comment #23
giupenni commentedWell, If I change (in /admin/structure/types/manage/product/display/teaser) SKU to Visible it shows "only" the label of SKU but not its value.
I have the same problem in the full node.
Comment #24
longwaveReopening your other issue, as this patch is for a different problem; at least the SKU label shows up on teasers with this patch in place, which is a little better than before.
Comment #25
giupenni commentedAfter I have update the module with this patch is disappeared the content of Catalog block.
Comment #26
longwaveStrange, that doesn't happen for me, and this patch doesn't touch that code. Does the block not show up at all, or is the title there but the rest is empty?
Comment #27
giupenni commentedThe rest is empty.
Comment #28
giupenni commentedI restored the beta and the block works fine.
Comment #29
longwaveAnd it goes back to normal if you revert the patch?
Comment #30
giupenni commentedIt's strange, works only with "my" previous Ubercart 3.0-beta3, 2011-5-26 ...if I download again Ubercart 3.0-beta3, 2011-5-26 it not works but if I use my backup works.
Comment #31
longwaveCommitted this, as having two separate places to manage product display fields, one of which didn't work as expected, and one of which was inflexible compared to Drupal core, just didn't make sense.
I can't reproduce the above catalog issue, please open a new issue if this is still a problem.