Manu-41 Posted November 8, 2024 Share Posted November 8, 2024 (edited) Bonjour, je cherche à rendre le nom de mon produit cliquable dans l'historique de commande. Mais rien ne fonctionne. <a href="{$product.link}">{$product.name}</a> <a href="{$product.url}">{$product.name}</a> <a href="{$product.default_link}">{$product.name}</a> <a href="{$product.default_url}">{$product.name}</a> mais {$product.name} fonctionne Ps 1.7. Merci pour votre aide. Edited November 9, 2024 by Manu-41 Merci Eolia (see edit history) Link to comment Share on other sites More sharing options...
Eolia Posted November 8, 2024 Share Posted November 8, 2024 {$link->getProductLink($product} Link to comment Share on other sites More sharing options...
Manu-41 Posted November 8, 2024 Author Share Posted November 8, 2024 44 minutes ago, Eolia said: {$link->getProductLink($product} merci Eolia, j'ai rajouté une ) au code Merci, ça fonctionne. <a href="{$link->getProductLink($product)}">{$product.name}<a> Link to comment Share on other sites More sharing options...
Mediacom87 Posted November 9, 2024 Share Posted November 9, 2024 Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now