Active
Project:
Ubercart Auction
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
26 Apr 2012 at 20:36 UTC
Updated:
1 Aug 2016 at 22:03 UTC
Jump to comment: Most recent
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
Comment #1
xpete commentedCorrection. I mean "when i try to access "admin/store/products"."
Just corrected the report.
Sorry
Comment #2
rfarm commentedI 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.
Comment #3
xpete commentedjust noticed that i can remove the display_price from the products view.
Comment #3.0
xpete commentedfixed the adress: admin/store/products
Comment #4
SeanA commentedThis bug is not resolved by simply removing the field from the View.