Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Heading Titles in Confirmation.php


Eagle75

Recommended Posts

hi,

 

i am all about to finally get this damn thing up and running, i went through the checkout procedure to make sure all shipping mods ect worked fine only to find out that the headings in the Order Confirmation page are all screwed up!

 

example.. where it should say "Products" it shows up as "HEADING_TITLE_PRODUCTS"

 

all of the headings on the page are the screwed up ... is there any easy fix for this?

Link to comment
Share on other sites

You are getting this error because the code cannot find the define statement for products. I just did a search of a basic shop and this is not in there so it is probably from a contribution you added. The contribution probably said to add

define('HEADING_TITLE_PRODUCTS', products.php);

and that wasn't done.

 

Jack

Support Links:

For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc.

Get the latest versions of my addons

Recommended SEO Addons

Link to comment
Share on other sites

You are getting this error because the code cannot find the define statement for products.  I just did a search of a basic shop and this is not in there so it is probably from a contribution you added.  The contribution probably said to add
define('HEADING_TITLE_PRODUCTS', products.php);

and that wasn't done.

 

Jack

 

Jack, that might be :

 

define('HEADING_TITLE_PRODUCTS', 'Products');

Treasurer MFC

Link to comment
Share on other sites

Jack, that might be :

 

define('HEADING_TITLE_PRODUCTS', 'Products');

Yep, I think you are right about that.

 

Jack

Support Links:

For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc.

Get the latest versions of my addons

Recommended SEO Addons

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...