Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Linkpoint: Bug? Field Name Error with new contribution


hollowplanet

Recommended Posts

Greetings Linkpoint / OSC users:

 

I've installed the Linkpoint module and everything seems to work just fine concerning processing / SSL / etc.

 

However, I have noticed one bug:

 

On the checkout_payment.php screen there are three fields it asks you to fill in (CC name, CC name, CC expiration). However, instead of asking for the CC owners name, it posts:

 

MODULE_PAYMENT_LINKPOINT_TEXT_CREDIT_CARD_OWNER

 

To say the least, it doesn't look to professional! Any thoughts on the problem here, or where I could look to fix it??

 

The module still functions properly.

 

Thanks,

 

jonny

hollowplanet

Link to comment
Share on other sites

Johnny,

 

If I were you, I'd begin by reviewing the installation instructions again. You are missing something there.

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

NOTE: As of Oct 2006, I'm not as active in this forum as I used to be, but I still work with osC quite a bit.

If you have a question about any of my posts here, your best bet is to contact me though either Email or PM in my profile, and I'll be happy to help.

Link to comment
Share on other sites

I took a quick look at the installation procedure and I'm not really sure where I could have gone wrong -- there is virtually no code editing, only replacement of files.

 

Since this is the case, I don't know how an entire field could have gotten mangled like that....

 

Other thoughts or suggestions? Maybe something in a more concrete direction to look at?

 

jonny

hollowplanet

Link to comment
Share on other sites

  • 2 weeks later...

Just got a fix today...here it is:

 

Edit the file /catalog/includes/languages/english/modules/payment/linkpoint.php

 

 

After the line:

define('MODULE_PAYMENT_LINKPOINT_TEXT_ERROR', 'Credit Card Error!');

 

Add the line:

define('MODULE_PAYMENT_LINKPOINT_TEXT_CREDIT_CARD_OWNER', 'Name on Credit Card:');

 

-- or whatever you would like it to say....

 

Peace,

 

jonny

hollowplanet

Link to comment
Share on other sites

I have just:

name on card thanks hollowplannet

creditcard number

expri

 

i asume i can rename linpoint international to creditcard but would also like people to designate mastercard, visa, etc

Link to comment
Share on other sites

when testing i get the java screen saying need cc needs at least 10 characters. so i put in 4111111111 for cc number and click continue. here is the error i get, shouldnt it say some thing like try again?

 

ps i can not make since of line 152

 

Fatal error: Call to undefined function: get_error() in /var/www/html/store/catalog/checkout_payment.php on line 152

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.
Note: Your post will require moderator approval before it will be visible.

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