Quantcast
Channel: Phoca Forum
Viewing all articles
Browse latest Browse all 1965

Phoca Cart • Re: Produkt Beschreibung auf Rechnung & Order Status

$
0
0
Ich habs jetzt selber hingekriegt..

Man muss über Joomla getDbo() die phocacart_products Tabelle abfragen und via product_id kann man sich die description holen:

$db = Factory::getDbo();
$sql = "SELECT description FROM <prefix>_phocacart_products WHERE id = ".$v->product_id;
$db->setQuery($sql);
$description = $db->loadResult();

Für den Fall das noch jemand anderes vor der Gleichen Situation steht :-)

Statistics: Posted by betei — 23 Dec 2024, 14:10



Viewing all articles
Browse latest Browse all 1965

Trending Articles