One of the things making Ubercart hard to customize is the lack of Views support for Ubercart.
Can you please consider extending Views support in Ubercart?

Any donation link?

Comments

sillo created an issue. See original summary.

TR’s picture

Status: Active » Closed (cannot reproduce)

If you have specific suggestions about what is missing, please open a new issue for each missing piece. But first review the currently open issues to see whether what you want is already being worked on. For example, try https://www.drupal.org/project/issues/ubercart?text=views&status=Open&pr...

As far as I know, there should be no problem creating a cart page in 8.x-4.x using Views as one component. But note that Views itself is not sufficient for a cart page - you will need JavaScript at least if you're going to implement remove item buttons, for example. We specifically didn't construct the default cart in Views for several reasons. First, in D7 as first released, Views didn't have the capability needed to create a cart. Second, customizing Views requires a fairly high level of Drupal-specific knowledge, which only a minority of the Ubercart user base has. Third, the Ubercart cart is easily customizable using a wide variety of standard Drupal theming mechanisms, which are way more accessible than Views expertise - Views isn't necessary for providing a fully customizable cart page.

So if there is something specific that you need that we don't currently provide, then please make that specific feature request. Better yet, CONTRIBUTE missing or useful functionality in this issue queue - this can be in the form of Views hooks, exported Views, etc.