Closed (fixed)
Project:
Ubercart
Version:
6.x-2.4
Component:
Cart/checkout
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
1 May 2011 at 03:51 UTC
Updated:
21 Jun 2011 at 18:51 UTC
Jump to comment: Most recent file
Comments
Comment #1
end user commentedI think you could this with views/views templates and templates with Nifty Product http://www.ubercart.org/forum/development/3868/nifty_products_tutorial_p...
The way I would go about if you don't know how to program (could be much easier way) is to create a view and set it to a block. Then use it to display the current nodes price and buy it now button or attributes form. For arguments you would use node id and then filter using Note type =product. Then modify the look of it using views templates. You can get some info here http://www.maybeor.com/blog/drupal-views-theming-rows-tables
Then in the node template remove all product pricing info since it'll be displayed in a block.
Comment #2
end user commentedOk here's what you can do. This is just a basic view in a block form. This site is not live but you can see what I meant http://www.nuttyzone.com/shop/nutrients/general-hydroponics/gh-flora-bloom Then use the Nifty Product tutorial to remove the price/forms from the main body.
I've attached a screen shot also and below is the view export
Comment #3
longwave#1 answers this; use Views and add whatever fields you need.
Comment #4
tr commentedThere's also a sandbox project that does this for Drupal 7 Ubercart: http://drupal.org/node/1149550
The sandbox owner says he intends to backport it.