Jump to content

Edit History

Chill_user

Chill_user

How I did it:

$context = Context::getContext();
$product = new Product ($id_product, $id_lang);
$combinations = $product->getAttributeCombinations($id_lang);
//and for urls something like
$link = new Link();
$url = $link->getProductLink($product);

 

Chill_user

Chill_user

How I did it:

$context = Context::getContext();
$product = new Product ($id_product, $id_lang);
$combinations = $product->getAttributeCombinations($id_lang);

 

×
×
  • Create New...