Jump to content

comment avoir le lien d'une combinaison d'un produit


Recommended Posts

Bonjour a tous,

je voulais savoir comment avoir le lien réécrit d'une combinaison à partir de id_product_attribute.

exemple :

$product = new Product(1,false,1);
$productCombinations = $product->getAttributesResume(1);
foreach($productCombinations as $productCombination){
  $productCombinationLink = !!!?? 
}

je suis sur PS 1.6

merci pour votre aide.

Edited by delmed (see edit history)
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...