Jump to content
xt:Commerce Community Forum

Kategoriebild abfragen


ambidex

Recommended Posts

Hallo,

ich will das Facebook plugin erweitern, das nicht nur bei produkten alle

'og:image' usw. korrekt ausgegeben werden.

Leider stehe ich total auf dem schlauch bei der abfrage nach dem kategoriebild.

die daten liegen im array:

{$category_data}

categories_image

aber wie muss die abfrage jetzt korrekt lauten?

$image = $p_info->$category_data['categories_image'];

klappt nicht...

Link to comment
Share on other sites

if ($page->page_name=='product') {

global $p_info;

$image = str_replace('product:','',$p_info->data['products_image']);

$image = _SYSTEM_BASE_URL . _SRV_WEB.'media/images/facebook/'.$image;

das "str_replace" wird beim kategoriebild nciht gebraucht, das steht klar drinnen.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
  • Create New...