Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Put "Subtotal:" next to dollar amount


jhdesign

Recommended Posts

I want to add the text Subtotal: to the left of the $XX amount in shopping_Cart.php

 

So I edited the box and put this in:

 

if ($cart->count_contents() > 0) {

$boxContent .= tep_draw_separator();

$boxContent .= '<div align="left">''Subtotal''</div>';

$boxContent .= '<div align="right">' . $currencies->format($cart->show_total()) . '</div>';

}

 

But I get error on that bolded line. (Line 55)

 

Those are all single ' no double " at all.

 

Any help is appreciated.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...