Sign in to follow this  
Followers 0

Changement Liens

5 posts in this topic

Posted · Report post

Bonjour,

 

j'aimerai modifier le lien qui pointe vers les marques dans la fiche produit (car mes marques sont les meme que mes sous-catégorie et donc je préfère pointer vers une URL réecrite comme es catégories).

 

j'ai trouvé ce code dans le fichier produit_details_html.tpl :

<h3 property="brand">{$marque.label}: <b>{$marque.txt}</b></h3>

mais je ne trouve pas le fichier qui commande la variable $marque.txt pour éventuellement lui indiquer le lien des catégories.

 

s'il y a un autre moyen de procéder je suis preneur.

 

Merci d'avance.

Share this post


: post
Share on other sites

Posted · Report post

Bonjour,

 

La fonction PHP get_produit_details_html utilise produit_details_html.tpl, dans le fichier lib\fonctions\display_product.php. Ce bloc de code plus précisément :

 

                    $tpl->assign('marque', array(
                        'label' => $GLOBALS['STR_BRAND'] . $GLOBALS['STR_BEFORE_TWO_POINTS'],
                        'txt' => $brand_link
                    ));

Share this post


: post
Share on other sites

Posted · Report post

Bonjour,

 

j'ai essayé plusieurs modification, mais à chaque fois cela me supprime l'affichage de la marque.

 

Idéalement j'aimerai reprendre le lien de la catégorie du produits... pouvez vous être plus précis sur le code a modifier sur cette page?

 

et si cela est trop complexe, peux t-on au moins modifier le code pour enlever le lien et simplement avoir la marque d'affiché?

 

Merci

Share this post


: post
Share on other sites

Posted · Report post

Bonjour,

 

et si cela est trop complexe, peux t-on au moins modifier le code pour enlever le lien et simplement avoir la marque d'affiché?

Dans la fonction  get_produit_details_html, il faut modifier

                $brand_link = trim(get_brand_link_html($product_object->id_marque, true))

par

                foreach($product_object->get_product_brands() as $this_brand) {
                  $brand_link .= $this_brand;
                }

Share this post


: post
Share on other sites

Posted · Report post

Merci Simon

Share this post


: post
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
Sign in to follow this  
Followers 0

Twitter Advisto ecommerce

Facebook PEEL Shopping