Jump to content

PaymentModule.php, information complémentaire {product}


Recommended Posts

Bonjour,

J'essaie en vain d'ajouter un information complémentaire dans l'email de confirmation de commande : la disponibilité de chaque produits.

 

Je suppose qu'il faut 'enrichir' {product} des informations que l'on souhaite afficher...

 

Dans PayementModule.php (// Construct order detail table for the email)  j'ai ajouté :

$product_var_tpl = array(
                            [.......]
                // info disponibilite produit dans le mail de confirm de commande //
                            'available' => $product['available_now'],
                // fin info //          

                          [.......])

 

Dans order_conf_product_list.tpl

j'ai ajouté :

<font size="2" face="Open-sans, sans-serif" color="#555454">
                        <strong>{$product['name']}</strong><br />{$product['available_now']}
                    </font>

 

mais sans résultat :-( il doit me manquer quelque chose...

 

Auriez-vous une piste ?

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...