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 
  cscart_products.*, 
  cscart_product_descriptions.*, 
  MIN(
    IF(
      cscart_product_prices.percentage_discount = 0, 
      cscart_product_prices.price, 
      cscart_product_prices.price - (
        cscart_product_prices.price * cscart_product_prices.percentage_discount
      )/ 100
    )
  ) as price, 
  GROUP_CONCAT(
    IF(
      cscart_products_categories.link_type = 'M', 
      CONCAT(
        cscart_products_categories.category_id, 
        'M'
      ), 
      cscart_products_categories.category_id
    )
  ) as category_ids, 
  popularity.total as popularity, 
  IF(
    shared_prices.product_id IS NOT NULL, 
    MIN(
      IF(
        shared_prices.percentage_discount = 0, 
        shared_prices.price, 
        shared_prices.price - (
          shared_prices.price * shared_prices.percentage_discount
        )/ 100
      )
    ), 
    MIN(
      IF(
        cscart_product_prices.percentage_discount = 0, 
        cscart_product_prices.price, 
        cscart_product_prices.price - (
          cscart_product_prices.price * cscart_product_prices.percentage_discount
        )/ 100
      )
    )
  ) as price, 
  companies.company as company_name, 
  cscart_product_sales.amount as sales_amount, 
  cscart_seo_names.name as seo_name, 
  cscart_seo_names.path as seo_path, 
  cscart_discussion.type as discussion_type 
FROM 
  cscart_products 
  LEFT JOIN cscart_product_prices ON cscart_product_prices.product_id = cscart_products.product_id 
  AND cscart_product_prices.lower_limit = 1 
  AND cscart_product_prices.usergroup_id IN (0, 0, 1) 
  LEFT JOIN cscart_product_descriptions ON cscart_product_descriptions.product_id = cscart_products.product_id 
  AND cscart_product_descriptions.lang_code = 'fr' 
  LEFT JOIN cscart_ult_product_prices shared_prices ON shared_prices.product_id = cscart_products.product_id 
  AND shared_prices.company_id = 3 
  AND shared_prices.lower_limit = 1 
  AND shared_prices.usergroup_id IN (0, 0, 1) 
  LEFT JOIN cscart_companies as companies ON companies.company_id = cscart_products.company_id 
  INNER JOIN cscart_products_categories ON cscart_products_categories.product_id = cscart_products.product_id 
  INNER JOIN cscart_categories ON cscart_categories.category_id = cscart_products_categories.category_id 
  AND cscart_categories.company_id = 3 
  AND (
    cscart_categories.usergroup_ids = '' 
    OR FIND_IN_SET(
      0, cscart_categories.usergroup_ids
    ) 
    OR FIND_IN_SET(
      1, cscart_categories.usergroup_ids
    )
  ) 
  AND (
    cscart_products.usergroup_ids = '' 
    OR FIND_IN_SET(
      0, cscart_products.usergroup_ids
    ) 
    OR FIND_IN_SET(
      1, cscart_products.usergroup_ids
    )
  ) 
  AND cscart_categories.status IN ('A', 'H') 
  AND cscart_products.status IN ('A', 'H') 
  LEFT JOIN cscart_product_popularity as popularity ON popularity.product_id = cscart_products.product_id 
  LEFT JOIN cscart_product_sales ON cscart_product_sales.product_id = cscart_products.product_id 
  AND cscart_product_sales.category_id = 899 
  LEFT JOIN cscart_seo_names ON cscart_seo_names.object_id = 4939 
  AND cscart_seo_names.type = 'p' 
  AND cscart_seo_names.dispatch = '' 
  AND cscart_seo_names.lang_code = 'fr' 
  AND cscart_seo_names.company_id = 3 
  LEFT JOIN cscart_discussion ON cscart_discussion.object_id = cscart_products.product_id 
  AND cscart_discussion.object_type = 'P' 
  AND cscart_discussion.company_id = 3 
WHERE 
  cscart_products.product_id = 4939 
  AND (
    companies.status = 'A' 
    OR cscart_products.company_id = 0
  ) 
GROUP BY 
  cscart_products.product_id

Query time 0.00124

Explain
id select_type table type possible_keys key key_len ref rows Extra
1 SIMPLE cscart_products const PRIMARY,status,product_id_idx,status_idx PRIMARY 3 const 1
1 SIMPLE popularity const PRIMARY,total PRIMARY 3 const 1
1 SIMPLE cscart_product_sales const PRIMARY,pa PRIMARY 6 const,const 1
1 SIMPLE cscart_product_prices ref usergroup,product_id,lower_limit,usergroup_id product_id 3 const 1 Using where
1 SIMPLE cscart_product_descriptions const PRIMARY,product_id PRIMARY 9 const,const 1 Using where
1 SIMPLE shared_prices ref usergroup,product_id,company_id,lower_limit,usergroup_id product_id 3 const 2 Using where
1 SIMPLE companies eq_ref PRIMARY PRIMARY 4 const 1 Using where
1 SIMPLE cscart_products_categories ref PRIMARY,pt,product_id_idx,category_id_idx,product_category_idx,category_product_idx pt 3 const 7
1 SIMPLE cscart_categories eq_ref PRIMARY,c_status,p_category_id,idx_category_id PRIMARY 3 mahm3t_cs443.cscart_products_categories.category_id 1 Using where
1 SIMPLE cscart_seo_names const PRIMARY,dispatch PRIMARY 210 const,const,const,const,const 1 Using where
1 SIMPLE cscart_discussion const object_id,company_id object_id 10 const,const,const 1 Using where

Result

product_id product_code product_type status company_id list_price amount weight length width height shipping_freight low_avail_limit timestamp updated_timestamp usergroup_ids is_edp edp_shipping unlimited_download tracking free_shipping zero_price_action is_pbp is_op is_oper is_returnable return_period avail_since out_of_stock_actions localization min_qty max_qty qty_step list_qty_count tax_ids age_verification age_limit options_type exceptions_type details_layout shipping_params shipping_availability_id ms_type master_id unit_price aval_status facebook_obj_type cp_additinal_product_enabled cp_additinal_product_items cp_delivery_date youtube_link show_youtube_video replace_main_image size_chart_id staff_notes emo_pn emo_paczka emo_dostawca emo_kreskowy emo_nrdostawcy emo_uwagi emo_source lang_code product shortname short_description full_description meta_keywords meta_description search_words page_title age_warning_message unit_name promo_text stop_words amp_description custom_header price category_ids popularity company_name sales_amount seo_name seo_path discussion_type
4939 fak-ak-arf P A 1 0.00 0.00 0.000 0 0 0 0.00 0 1375221600 1743601016 0 N N N O N R N N N Y 10 0 N 0 0 0 0 6 N 0 P F default a:5:{s:16:"min_items_in_box";i:0;s:16:"max_items_in_box";i:0;s:10:"box_length";i:0;s:9:"box_width";i:0;s:10:"box_height";i:0;} 0 M 0 26 0 activity Y {"860833126":{"product_id":"10121","amount":"0","modifier":"0","modifier_type":"A"},"2004150125":{"product_id":"7353","amount":"0","modifier":"0","modifier_type":"A"}} 0 N N 0 MK 04.10.2022 - Dodanie aktualnego obrazka z kolorami 0 fr FAKRO ARF | Store occultant pour les fenêtres de toit FAKRO ✓ Compatible avec ARTENS et OptiLight <h2>Store occultant FAKRO ARF: idéal pour la chambre à coucher et la chambre des enfants</h2> <p style="text-align: justify;">Le store <strong>FAKRO ARF</strong> constitue une très bonne protection contre la lumière pénétrant la pièce et assure l'occultation souhaitée. Le store occultant <strong>FAKRO ARF</strong> protège&nbsp;contre le&nbsp;soleil excessif lors des journées les plus ensoleillées et il procure une ombre agréable sous le comble. Le store d'obscurcissement <strong>FAKRO ARF</strong> est fait en tissu très élégant et décoratif qui ne laisse pas passer la lumière. Les glissières latérales permettent d'immobiliser le store dans la position voulue et réduisent progressivement la lumière dans la pièce.</p> <center><img src="/images/products/fakro/sun_prot/fakro_arf_007.jpg" /></center> <h2>Les avantages du store occultant ARF pour les fenêtres de toit FAKRO</h2> <h4>✓ Assombrissement de l'intérieur</h4> <ul style="text-align: justify;"> <li>Le tissu renforcé de caoutchouc et les glissières latérales arrêtent efficacement les rayons du soleil</li> <li>Réduction partielle de la chaleur dans la pièce</li> <li><a href="index.php?dispatch=products.view&amp;product_id=7353">Le store pare-soleil AMZ</a> peut fournir une réduction plus efficace de la chaleur dans la pièce (monté sur le côté extérieur de la fenêtre)</li> <li>Ensemble, ils assombrissent totalement la pièce et réduisent la chaleur qui y règne</li> </ul> <h4>✓ Contrôle de la lumière pénétrant dans la pièce</h4> <ul style="text-align: justify;"> <li>Tamisant à position souhaité grâce aux glissières latérales</li> </ul> <h4>✓ Élégance</h4> <ul style="text-align: justify;"> <li>La barre en aluminium recouvrant le rouleau du store et les glissières latérales sont de couleur argentée. Grâce à cela, elles s'intègrent parfaitement aux fenêtres de toit en bois FAKRO.</li> <li>Pour les fenêtres FAKRO en PVC, nous recommandons <a href="index.php?dispatch=products.view&amp;product_id=10104">le plissé occultant APF</a>. Il y a la possibilité de choisir les glissières latéraux en blanc</li> </ul> <h4>✓ Un grand choix de couleurs de tissu</h4> <ul style="text-align: justify;"> <li>Une liste complète des tissus est disponible <a href="#colors">ici (cliquez s'il vous plait)</a></li> </ul> <h4>✓ Montage rapide et facile de l'intérieur de la pièce</h4> <ul style="text-align: justify;"> <li>Le store ARF est un produit monté sur le côté intérieur de la fenêtre</li> <li>Pour changer la position de store ARF qui est monté assez haut il est conseillé d'utiliser le batôn télescopique ZST</li> <li>Veuillez trouver le guide vidéo <a href="#montage">ici (cliquez s'il vous plait)</a></li> </ul> <h4>! Avant l'achat!</h4> <ul style="text-align: justify;"> <li><a href="#choice">Verifiez si vous avez bien choisi les accessoires convenables aux votre besoins</a></li> <li><a href="#size">Assurez-vous, comment choisir la taille de produit cherché</a></li> </ul> <p style="text-align: center;"><img src="/images/products/fakro/sun_prot/fakro_arf_005.jpg" style="width: 267px; height: 401px; margin: 5px;" /><img src="/images/products/fakro/sun_prot/fakro_arf_006.jpg" style="width: 559px; height: 401px; margin: 5px;" /></p> <h2 id="choice">Lequel des accessoires de fenêtre de toit FAKRO réponda à mes attentes?</h2> <div style="overflow-x:auto;"> <table> <tbody> <tr> <td style="text-align: right;">Nom du produit:</td> <td style="text-align: center;" width="12%"><a href="index.php?dispatch=products.view&amp;product_id=402">Store tamisant ARS</a></td> <td style="text-align: center;" width="12%"><a href="index.php?dispatch=products.view&amp;product_id=7352">Store tamisant ARP</a></td> <td style="text-align: center;" width="12%"><a href="index.php?dispatch=products.view&amp;product_id=4939">Store occultant ARF</a></td> <td style="text-align: center;" width="12%"><a href="index.php?dispatch=products.view&amp;product_id=7351">Plissé tamisant APS</a></td> <td style="text-align: center;" width="12%"><a href="index.php?dispatch=products.view&amp;product_id=10104">Plissé occultant APF</a></td> <td style="text-align: center;" width="12%"><a href="index.php?dispatch=products.view&amp;product_id=404">Store vénitien AJP</a></td> </tr> <tr> <td style="text-align: justify;">Le matériau opaques s'oppose ou arrête le passage de la lumière:</td> <td style="text-align: center;" width="12%">-</td> <td style="text-align: center;" width="12%">-</td> <td style="text-align: center;" width="12%">✔</td> <td style="text-align: center;" width="12%">-</td> <td style="text-align: center;" width="12%">✔</td> <td style="text-align: center;" width="12%">✔</td> </tr> <tr> <td style="text-align: justify;">Les glissiéres lateraux:</td> <td style="text-align: center;" width="12%">-</td> <td style="text-align: center;" width="12%">✔</td> <td style="text-align: center;" width="12%">✔</td> <td style="text-align: center;" width="12%">✔</td> <td style="text-align: center;" width="12%">✔</td> <td style="text-align: center;" width="12%">✔</td> </tr> <tr> <td style="text-align: justify;">La possibilité de choix des accessoires pour les fenetres en PVC (en blanc):</td> <td style="text-align: center;" width="12%">-</td> <td style="text-align: center;" width="12%">-</td> <td style="text-align: center;" width="12%">-</td> <td style="text-align: center;" width="12%">✔</td> <td style="text-align: center;" width="12%">✔</td> <td style="text-align: center;" width="12%">-</td> </tr> <tr> <td style="text-align: justify;">Conseillé pour la chambre de coucher:</td> <td style="text-align: center;" width="12%">-</td> <td style="text-align: center;" width="12%">-</td> <td style="text-align: center;" width="12%">✔</td> <td style="text-align: center;" width="12%">-</td> <td style="text-align: center;" width="12%">✔</td> <td style="text-align: center;" width="12%">-</td> </tr> <tr> <td style="text-align: justify;">Conseillé pour la salle de bain:</td> <td style="text-align: center;" width="12%">-</td> <td style="text-align: center;" width="12%">-</td> <td style="text-align: center;" width="12%">-</td> <td style="text-align: center;" width="12%">✔</td> <td style="text-align: center;" width="12%">-</td> <td style="text-align: center;" width="12%">✔</td> </tr> <tr> <td style="text-align: justify;">Conseillé pour la cuisine:</td> <td style="text-align: center;" width="12%">-</td> <td style="text-align: center;" width="12%">-</td> <td style="text-align: center;" width="12%">-</td> <td style="text-align: center;" width="12%">-</td> <td style="text-align: center;" width="12%">-</td> <td style="text-align: center;" width="12%">✔</td> </tr> <tr> <td style="text-align: justify;">La réduction de la température dans la pièce:</td> <td colspan="6" style="text-align: center;">Choissez <a href="index.php?dispatch=products.view&amp;product_id=7353">le store pare-soleil FAKRO AMZ</a> pour installation de l'extérieur de la pièce</td> </tr> </tbody> </table> </div> <h2 id="size">Que devez-vous savoir avant d'acheter un store pour une fenêtre de toit?</h2> <ul style="text-align: justify; background: #EAF044;"> <li>Le store occultant FAKRO ARF est un produit original de FAKRO compatible avec les fenêtres de toit FAKRO et les fenêtres de toit Optilight.</li> <li><img src="images/products/fakro_nameplate_animated.gif" style="float: right; margin: 5px; width: 187px; height: 141px; background-color: yellow;" /><strong>La taille du store occultant (p.ex. 78x118cm) s'applique à la taille de la fenêtre de toit! Le store lui-même est plus petit</strong>.</li> <li>Le store occultant FAKRO ARF ne s’adapte pas aux fenêtres de toit de différents producteurs (par exemple, VELUX, Roto, Skylight, Dakea ou RoofLite).</li> <li>La taille de la fenêtre est indiquée sur la plaque d'identification qui est située dans la partie supérieure de la fenêtre.</li> <li><strong>Il est inutile de mesurer la fenêtre</strong>: il suffit de lire la taille marquée sur la plaque d'identification et commander des accessoires de la taille correspondante.</li> </ul> <h2>Store occultant FAKRO ARF: guide vidéo d'installation</h2> <p><iframe allowfullscreen="" frameborder="0" height="360" src="https://www.youtube.com/watch?v=E_eii00AiYo" width="640"></iframe></p> <h2 id="colors">Store occultant FAKRO ARF: Un grand choix de couleurs de tissu</h2> <p style="text-align:justify;">Le store occultant pour fenêtres de toit FAKRO est disponible dans une large gamme de couleurs. Vous avez le choix entre 5 couleurs du groupe standard et 22 couleurs du groupe premium. Les produits des deux groupes sont de la même qualité, mais en raison de la politique d'entrepôt, les tissus du groupe premium sont plus chers et ont un délai de livraison plus long.</p> <ul style="text-align: justify; background: #EAF044;"> <li>Les couleurs de tissu décrites dans la description peuvent différer des couleurs réelles: elles sont numériques et dépendent des paramètres du moniteur.</li> </ul> <div style="overflow-x:auto;"> <table style="text-align:center;"> <tbody> <tr> <td colspan="5" style="text-align:center;">Couleurs standard</td> </tr> <tr> <td width="20%">255 | Blanc</td> <td width="20%">055 | Gris</td> <td width="20%">052 | Beige</td> <td width="20%">051 | Bleu foncé</td> <td width="20%">265 | Graphite</td> </tr> <tr> <td><img src="/images/products/fakro/sun_prot/arf/arf_1_255.jpg" /></td> <td><img src="/images/products/fakro/sun_prot/arf/arf_1_055.jpg" /></td> <td><img src="/images/products/fakro/sun_prot/arf/arf_1_052.jpg" /></td> <td><img src="/images/products/fakro/sun_prot/arf/arf_1_051.jpg" /></td> <td><img src="/images/products/fakro/sun_prot/arf/arf_1_265.jpg" /></td> </tr> </tbody> </table> </div> <div style="overflow-x:auto;"> <table style="text-align:center;"> <tbody> <tr> <td colspan="5" style="text-align:center;">Couleurs premium</td> </tr> <tr> <td width="20%">053</td> <td width="20%">227</td> <td width="20%">231</td> <td width="20%">256</td> <td width="20%">257</td> </tr> <tr> <td><img src="/images/products/fakro/sun_prot/arf/arf_2_053.jpg" /></td> <td><img src="/images/products/fakro/sun_prot/arf/arf_2_227.jpg" /></td> <td><img src="/images/products/fakro/sun_prot/arf/arf_2_231.jpg" /></td> <td><img src="/images/products/fakro/sun_prot/arf/arf_2_256.jpg" /></td> <td><img src="/images/products/fakro/sun_prot/arf/arf_2_257.jpg" /></td> </tr> <tr> <td width="20%">054</td> <td width="20%">258</td> <td width="20%">057</td> <td width="20%">259</td> <td width="20%">260</td> </tr> <tr> <td><img src="/images/products/fakro/sun_prot/arf/arf_2_054.jpg" /></td> <td><img src="/images/products/fakro/sun_prot/arf/arf_2_258.jpg" /></td> <td><img src="/images/products/fakro/sun_prot/arf/arf_2_057.jpg" /></td> <td><img src="/images/products/fakro/sun_prot/arf/arf_2_259.jpg" /></td> <td><img src="/images/products/fakro/sun_prot/arf/arf_2_260.jpg" /></td> </tr> <tr> <td width="20%">058</td> <td width="20%">262</td> <td width="20%">232</td> <td width="20%">056</td> <td width="20%">261</td> </tr> <tr> <td><img src="/images/products/fakro/sun_prot/arf/arf_2_058.jpg" /></td> <td><img src="/images/products/fakro/sun_prot/arf/arf_2_262.jpg" /></td> <td><img src="/images/products/fakro/sun_prot/arf/arf_2_232.jpg" /></td> <td><img src="/images/products/fakro/sun_prot/arf/arf_2_056.jpg" /></td> <td><img src="/images/products/fakro/sun_prot/arf/arf_2_261.jpg" /></td> </tr> <tr> <td width="20%">059</td> <td width="20%">263</td> <td width="20%">264</td> <td width="20%">233</td> <td width="20%">226</td> </tr> <tr> <td><img src="/images/products/fakro/sun_prot/arf/arf_2_059.jpg" /></td> <td><img src="/images/products/fakro/sun_prot/arf/arf_2_263.jpg" /></td> <td><img src="/images/products/fakro/sun_prot/arf/arf_2_264.jpg" /></td> <td><img src="/images/products/fakro/sun_prot/arf/arf_2_233.jpg" /></td> <td><img src="/images/products/fakro/sun_prot/arf/arf_2_226.jpg" /></td> </tr> <tr> <td width="20%">237</td> <td width="20%">239</td> <td width="20%">-</td> <td width="20%">-</td> <td width="20%">-</td> </tr> <tr> <td><img src="/images/products/fakro/sun_prot/arf/arf_2_237.jpg" /></td> <td><img src="/images/products/fakro/sun_prot/arf/arf_2_239.jpg" /></td> <td width="20%">-</td> <td width="20%">-</td> <td width="20%">-</td> </tr> </tbody> </table> </div> Store occultant FAKRO ARF ✓ Assombrissement de l'intérieur ✓ Contrôle de la lumière ✓ Un grand choi de couleurs ✓ Montage rapide et facile ; ✔ FAKRO ✔ OptiLight ✔ Aron ✔ Artens ✔ Contrôler la lumière ✔ Occulter la lumière ✔ Décorer ✔ Confidentialité accru Store occultant FAKRO ARF ✓ Assombrissement de l'intérieur ✓ Contrôle de la lumière ✓ Un grand choi de couleurs ✓ Montage rapide et facile ; ✔ FAKRO ✔ OptiLight ✔ Aron ✔ Artens ✔ Contrôler la lumière ✔ Occulter la lumière ✔ Décorer ✔ Confidentialité accru Store occultant pour le fenêtre de toit FAKRO <p style="text-align:center"><strong>Trouver la bonne taille</strong></p><p style="text-align:center"><img src="/images/products/fakro_nameplate_animated.gif" /></p><p style="text-align:center"><small>La taille (par exemple 78/118) se réfère aux dimensions extérieures de la fenêtre de toit ! Le store lui-même est plus petit.</small></p> 249.000000 1001,813,998 338369 baubaY.de 522 store-occultant-fakro-arf 737/902/998 B