Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

allprods contribution problem


Guest

Recommended Posts

It seems there are some inconsistancies in the instructions for the allprods contribution. ALLPRODUCTS and ALLPRODS are used in the instructions as if they are the same. It took me a while to figure that part out... (not a programmer).

 

I got a link that now works to run the allprods.php, and it seems to run just fine.

 

The problem is the text in the information box is not the desired "All our Products".

 

http://hyllehouse.httpsuites.com/ will be redirected to the right place to see the store. The information box is in the lower left side of the page.

 

Please help me get this right!!

 

Thanks in advance for time and the help!

 

jLee

Link to comment
Share on other sites

You need to define the variable in catalog/includes/languages/english

 

// information box text in includes/boxes/information.php

define('BOX_HEADING_INFORMATION', 'Information');

define('BOX_INFORMATION_PRIVACY', 'Privacy Notice');

define('BOX_INFORMATION_CONDITIONS', 'Conditions of Use');

define('BOX_INFORMATION_SHIPPING', 'Shipping & Returns');

define('BOX_INFORMATION_CONTACT', 'Contact Us');

define('BOX_INFORMATION_ALLPRODS', 'xxxxxxxxxxx');

 

(just add the last line)

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...