Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

checkout_confirmation.php


callenords

Recommended Posts

Posted

In the checkout_confirmation.php I've made som changes.

 

I have moved "totlal price" to the same part of the table as where all the the products in the shopping cart are lised.

 

How do i move the total price to the right part of the table? It is stuck to the left. It doesnt help if I write:

 

 

<td class="main" align="right" valign="bottom">
<?php
 if (MODULE_ORDER_TOTAL_INSTALLED) {
echo $order_total_modules->output();
 }
?></td>

 

 

Thanks!

Posted
How do i move the total price to the right part of the table? It is stuck to the left. It doesnt help if I write:

 

how many <td>s do you have in that row? maybe you need to add a colspan= attribute to get it to move over some.

 

without a link to your site, that's all i got.

Posted

Thanks, but:

 

I changed it to colspan="4" and made a <div align="right"> but i still doesn't work!

 

No problem with text, but the php code is stuck to the left!

Archived

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

×
×
  • Create New...