Closed (won't fix)
Project:
Ubercart
Version:
6.x-2.0-beta6
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
16 Apr 2009 at 12:43 UTC
Updated:
8 Feb 2011 at 05:37 UTC
Jump to comment: Most recent file
Comments
Comment #1
restyler commentedscreenshots attached
Comment #2
Island Usurper commentedtheme_uc_product_image() doesn't use CCK's theming settings at all. You can disable the image field on the product field settings page (admin/store/settings/product/edit/fields), or set Ubercart to use no image fields this way on the product's content type settings page (admin/content/node-type/product). However, doing either of these will prevent images from showing up in the catalog as well.
Several people have successfully used Views to create catalog pages, so this is not as big a problem as it seems.
In Ubercart 3.x, we're planning on integrating more tightly with CCK and then the Fields API in Drupal 7. By that time, all of the product information should be have like any other CCK field.
Comment #3
tr commentedThis is already done in Ubercart 3.x, so I think this issue no longer has any relevance.