commander un bouton
Posté : 10 févr. 2006, 16:55
Bonjour,
Voila mon problème, j’ai un bouton dans ma boutique pour continuer ses achats après avoir choisi un article, mais il ne fait qu’un retour en arrière !!
Moi je voudrai que ce bouton enmène à une page que je choisi, tel que :
http://xxxx/xxxxx/index.php?cPath=63
voici de code du bouton !!
<td class="main"><?php echo '<a href="' . tep_href_link($navigation->path[$back]['page'], tep_array_to_string($navigation->path[$back]['get'], array('action')), $navigation->path[$back]['mode']) . '">' . tep_image_button('button_continue_shopping.gif', IMAGE_BUTTON_CONTINUE_SHOPPING) . '</a>'; ?></td>
si quelqu'un peut me donner un coup de main !!
Merci d’avance !
Voila mon problème, j’ai un bouton dans ma boutique pour continuer ses achats après avoir choisi un article, mais il ne fait qu’un retour en arrière !!
Moi je voudrai que ce bouton enmène à une page que je choisi, tel que :
http://xxxx/xxxxx/index.php?cPath=63
voici de code du bouton !!
<td class="main"><?php echo '<a href="' . tep_href_link($navigation->path[$back]['page'], tep_array_to_string($navigation->path[$back]['get'], array('action')), $navigation->path[$back]['mode']) . '">' . tep_image_button('button_continue_shopping.gif', IMAGE_BUTTON_CONTINUE_SHOPPING) . '</a>'; ?></td>
si quelqu'un peut me donner un coup de main !!
Merci d’avance !