Guest Posted July 3, 2003 Posted July 3, 2003 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
Guest Posted July 4, 2003 Posted July 4, 2003 I've looked through the files but haven't found where to make the change.
bootNumlock Posted July 9, 2003 Posted July 9, 2003 give me some more details, because i am truly interested. Are you using the linkpoint contribution?
Guest Posted July 9, 2003 Posted July 9, 2003 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
Guest Posted July 9, 2003 Posted July 9, 2003 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.
bootNumlock Posted July 9, 2003 Posted July 9, 2003 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...
bootNumlock Posted July 10, 2003 Posted July 10, 2003 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.
Sub Zero Posted August 14, 2003 Posted August 14, 2003 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!
Guest Posted August 14, 2003 Posted August 14, 2003 Sub Zero- Thanks for the help, that was the fix I've been looking for. Thanks, Jeff
bootNumlock Posted August 14, 2003 Posted August 14, 2003 Sub zero and Coinwebstore-- oh, sorry, you are using the api--right (linkpoint.php vs. linkpointbasic.php) anyway coinwebstore--are you anywhere near painesville??
Sub Zero Posted August 14, 2003 Posted August 14, 2003 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.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.