PHP Notice

Message

Undefined index: custom_company_headquarters_address

Error at

app/addons/sd_seo_jsonld/schemas/jsonld_objects/website_schema.php, line: 2

Backtrace

File:app/addons/sd_seo_jsonld/schemas/jsonld_objects/website_schema.php
Line:2
Function:{closure}
File:app/functions/fn.common.php
Line:2142
Function:include
File:app/addons/sd_seo_jsonld/func.php
Line:2
Function:fn_get_schema
File:app/addons/sd_seo_jsonld/controllers/frontend/init.post.php
Line:2
Function:fn_sd_seo_jsonld_create_object
File:app/functions/fn.control.php
Line:700
Function:include
File:app/functions/fn.control.php
Line:456
Function:fn_run_controller
File:index.php
Line:26
Function:fn_dispatch
SELECT 
  prices.product_id, 
  prices.lower_limit, 
  usergroup_id, 
  prices.percentage_discount, 
  IF(
    prices.percentage_discount = 0, 
    prices.price, 
    prices.price - (
      prices.price * prices.percentage_discount
    )/ 100
  ) as price 
FROM 
  cscart_ult_product_prices prices 
WHERE 
  prices.product_id = 10038 
  AND prices.company_id = 2 
  AND lower_limit > 1 
  AND prices.usergroup_id IN (0, 0, 1) 
ORDER BY 
  lower_limit

Query time 0.00042

Explain
id select_type table type possible_keys key key_len ref rows Extra
1 SIMPLE prices range usergroup,product_id,company_id,lower_limit,usergroup_id usergroup 9 2 Using index condition; Using filesort