Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

TABLE_HEADING_NEW_PRODUCTS - wheres the title gone


billybrag

Recommended Posts

for some reason this is showing up as the title of the bottom info box

 

TABLE_HEADING_NEW_PRODUCTS

 

any ideas why?

"because it'll hurt more"- the greatest film of all time?

Link to comment
Share on other sites

If you put in an apostrophe without the slash.

 

Let's see what we have here (should be) Let\'s see what we have here

 

Or you erased the needed apostrophe

 

Let\'s see what we have here (should be) 'Let\'s see what we have here'

Contributions I used : Updated 06-13-04 23:42

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

Vote on My Graphis Poll

Link to comment
Share on other sites

It should either be in:

 

/catalog/includes/languages/english.php

 

or

 

/catalog/includes/languages/english/index.php

 

HTH,

 

Terry

Terry Kluytmans

 

Contribs Installed: Purchase Without Account (PWA); Big Images, Product Availability, Description in Product Listing, Graphical Infobox, Header Tags Controller, Login Box, Option Type Feature, plus many layout changes & other mods of my own, like:

 

Add order total to checkout_shipment

Add order total to checkout_payment

Add radio buttons at checkout_shipping (for backorder options, etc.)

Duplicate Table Rate Shipping Module

Better Product Review Flow

 

* If at first you don't succeed, find out if there's a prize for the loser. *

Link to comment
Share on other sites

this is all i can find in

/catalog/includes/languages/english/index.php

 

 

define('TABLE_HEADING_NEW_PRODUCTS', 'New Products For %s');

"because it'll hurt more"- the greatest film of all time?

Link to comment
Share on other sites

There is likely another place on that page where you've used a single quote without escaping it. Double-check your language file...

 

HTH,

 

Terry

Terry Kluytmans

 

Contribs Installed: Purchase Without Account (PWA); Big Images, Product Availability, Description in Product Listing, Graphical Infobox, Header Tags Controller, Login Box, Option Type Feature, plus many layout changes & other mods of my own, like:

 

Add order total to checkout_shipment

Add order total to checkout_payment

Add radio buttons at checkout_shipping (for backorder options, etc.)

Duplicate Table Rate Shipping Module

Better Product Review Flow

 

* If at first you don't succeed, find out if there's a prize for the loser. *

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...