Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

href e box


cicciopasticcio

Recommended Posts

Posted

Hi, where is the mistake? <_<

 

 

<td>

<div align="center" class="style4">

<?php echo '<a href="' tep_href_link(FILENAME_SHIPPING)'">' BOX_INFORMATION_SHIPPING '</a>'; >

</div>

</td>

</tr>

 

 

any suggestion are wellcome. :thumbsup:

Antonio.

Posted

with php, you need to concatenate strings and terminate it properly

 

<?php echo '<a href="' tep_href_link(FILENAME_SHIPPING)'">' . BOX_INFORMATION_SHIPPING . '</a>'; ?>

Posted
with php, you need to concatenate strings and terminate it properly

 

<?php echo '<a href="' tep_href_link(FILENAME_SHIPPING)'">' . BOX_INFORMATION_SHIPPING . '</a>'; ?>

 

yes thanks now work fine!!!!!!!!!

Antonio.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...