Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Linkpoint problem


Guest

Recommended Posts

Posted

I have Linkpoint working fine, the only problem is the cart shows the follwowing:

 

MODULE_PAYMENT_LINKPOINT_TEXT_CREDIT_CARD_OWNER

Credit Card Number:

Credit Card Expiry Date:

 

 

How can I get it to just say Credit Card Owner instead of :

 

MODULE_PAYMENT_LINKPOINT_TEXT_CREDIT_CARD_OWNER

 

Look at the site if you need to, it is live so do not completely checkout unless you are serious.

www.coinwebstore.com/catalog

Posted

I've looked through the files but haven't found where to make the change.

Posted

I am using the "LinkPoint CardService International Payment Module",

 

Everything works fine with it EXCEPT: When you get to the Payment Method part of checking out this is what the customer sees:

 

 

MODULE_PAYMENT_LINKPOINT_TEXT_CREDIT_CARD_OWNER

Credit Card Number:

Credit Card Expiry Date:

 

I need to find where to change the text - MODULE_PAYMENT_LINKPOINT_TEXT_CREDIT_CARD_OWNER

 

to just say something like:

Credit Card Owner

 

let me know if this helps.

 

Jeff

Posted

I have set up a test account if you do not want to register at the site.

 

Just go to www.coinwebstore.com/catalog

 

email - [email protected]

password - tester

 

This site is live so please do not finish checking out.

Posted

this looks like exactly what i need--can you please send me your code? i can probably help you smooth it out--i just can't figure a starting point! that is if you are using the new linkpoint stuff that isn't tied to the bin file...

Posted

browse through the code and look for that variable string--you should be able to hard code it to say what you want---or in the english.php (i think) you should be able to set that string equal to "Credit Card Owner"...

 

so are you using the contribution from here? and are you using the old linkpoint methods (with the exe file) or the new one that does not require the exe file????

 

let me know.

  • 1 month later...
Posted

the linkpoint.php file in includes/languages/english/modules/payment is missing a define statement for credit card owner so here it is:

 

open includes/languages/english/modules/payment/linkpoint.php

insert this code on or around line 16:

define('MODULE_PAYMENT_LINKPOINT_TEXT_CREDIT_CARD_OWNER', 'Credit Card Owner:');

 

Enjoi!

Posted

Sub Zero- Thanks for the help, that was the fix I've been looking for.

 

Thanks, Jeff

Posted

Sub zero and Coinwebstore--

 

oh, sorry, you are using the api--right (linkpoint.php vs. linkpointbasic.php)

 

anyway coinwebstore--are you anywhere near painesville??

Posted

BootNumlock

I'm using the linkpoint API, I have tried the linkpoint basic and had store errors such as "The store is not available" and I just didn't feel like trying to get that issue worked out as I was close to having my linkpoint api issues hammered out.

Archived

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

×
×
  • Create New...