Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

adding HTML text to Shipping, Returns, Conditions


johnnykalsi

Recommended Posts

for example

 

I want to use the following in my shipping and Returns information:

 

Shipping Information

<tr><strong>? Same-Day Shipping</strong><tr>

<tr><span><strong>You'll get your order faster!</strong> Unlike many catalog and internet companies, ABCDEFG maintains a complete inventory of everything that we sell. This allows us to ship most orders received by 11:00 AM the SAME DAY!</span></tr>

<tr><strong>? <br>

Over 80,000 items in stock today!</strong></tr>

<tr><span><strong>

 

 

When I place in the includes/languages/english/shipping.php file where it says

define('TEXT_INFORMATION', 'putting shipping information here');

 

The page gives me error, something like parse error..

Has anyone solved this...

Thanks

Johnny

Link to comment
Share on other sites

If you try to put that in there is no need to use tables so delete all of the <tr> and

</tr>'s. Try it then and also make sure you edit the file using a plain text/html editor.

Kenneth S

--------------

Customer "Are you a real programmer?"

Me "No, but I did stay at a Holiday Inn Express last night"

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...