When i try to access "admin/store/products" with uc_auction I get this error
Notice: Undefined index: display_price in uc_product_handler_field_display_price->get_value() (line 31 of /home/xpete/public_html/ubercart/sites/all/modules/ubercart/uc_product/views/uc_product_handler_field_display_price.inc).

I guess this happens because display_price the is not used by uc_auction.
Maybe this can be fixed by setting the display_price as the "High bid".
Thx

Comments

xpete’s picture

Correction. I mean "when i try to access "admin/store/products"."
Just corrected the report.
Sorry

rfarm’s picture

I get the same error re: display price

When you go to admin/structure/views/view/uc_products/edit to alter this view, adding High Bid causes this error SQLSTATE[42S22]: Column not found: 1054 Unknown column 'uc_auction.high_bid' in 'on clause'

I was able to successfully add the Sell Price to the view.

xpete’s picture

Status: Active » Closed (works as designed)

just noticed that i can remove the display_price from the products view.

xpete’s picture

Issue summary: View changes

fixed the adress: admin/store/products

SeanA’s picture

Issue summary: View changes
Priority: Critical » Normal
Status: Closed (works as designed) » Active

This bug is not resolved by simply removing the field from the View.