Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

error in doc -- credit - gift voucher


Guest

Recommended Posts

on page 4 it says to edit catalog/english.php

 

there is no such file.

 

i tried this once and it did not work. i think i need some custom help. this one is hard.

Link to comment
Share on other sites

sorry .. if you read the lines before it states

 

catalog/includes/languages/add_ccgvdc_english.php (NEW)

move to osCommerce installations as catalog/includes/languages/add_ccgvdc_english.php

 

catalog/includes/languages/add_ccgvdc_german.php (NEW)

move to osCommerce installations as catalog/includes/languages/add_ccgvdc_german.php

 

catalog/includes/languages/add_ccgvdc_espanol.php (NEW)

move to osCommerce installations as catalog/includes/languages/add_ccgvdc_espanol.php

along with the following lines which should have said....

catalog/includes/languages/english.php (EDIT)

Add the following line to the end of the file just before the closing ?> tag

REQUIRE(DIR_WS_LANGUAGES . 'add_ccgvdc_english.php');

 

catalog/includes/languages/german.php (EDIT)

Add the following line to the end of the file just before the closing ?> tag

REQUIRE(DIR_WS_LANGUAGES . 'add_ccgvdc_german.php');

 

catalog/includes/languages/espanol.php (EDIT)

Add the following line to the end of the file just before the closing ?> tag

REQUIRE(DIR_WS_LANGUAGES . 'add_ccgvdc_espanol.php');

this post should go in the other forum topic at

http://www.oscommerce.com/forums/viewtopic.php?t=52161

(my knowledge is so small you would think that an ant was a genius in comparison)

Link to comment
Share on other sites

i did figure out the anomoly in the document.

 

but, first time around, i forgot to turn the thing on in payment modules. man, i am stoked. this is perfect.

 

many thanks to authors. meant no disrespect.

 

:::: happy dance!!! ::::

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...