Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Where is this text defined?


rabbitseffort

Recommended Posts

Posted

I can usually find any text I need to change, but this one is eluding me--I just installed ccgv and it is fine, but I get this text by my paypal payment method during checkout and I cant find where it is defined...it wasnt like this before the ccgv install? Help is appreciated! ----I used the 5.16 ccgv install if that helps

screen.png

"I must admit that I personally measure success in terms of the contributions an individual makes to her or his fellow human beings."

---Margaret Mead---

 

"The answer is never the answer. What's really interesting is the mystery. If you seek the mystery instead of the answer, you'll always be seeking. I've never seen anybody really find the answer -- they think they have, so they stop thinking. But the job is to seek mystery, evoke mystery, plant a garden in which strange plants grow and mysteries bloom. The need for mystery is greater than the need for an answer.

--Ken Kesey"

Posted

look into

includes\languages\english\modules\payment\paypal.php

probably you're using the ipn and you overrided the paypal files with the ones from ccgv?

Posted

no--doesnt seem to be there--here is the code from that file and it is the way it was before, I have it using an image instead of a description, that is how I wanted it--

<?php
/*
 $Id: paypal.php,v 1.7 2002/11/01 05:39:27 hpdl Exp $

 osCommerce, Open Source E-Commerce Solutions
 http://www.oscommerce.com

 Copyright (c) 2002 osCommerce

 Released under the GNU General Public License
*/

 define('MODULE_PAYMENT_PAYPAL_TEXT_TITLE', '<img src="images/paypal.gif">');
 define('MODULE_PAYMENT_PAYPAL_TEXT_DESCRIPTION', '<img src="images/paypal.gif">');
?>

The define line is asking for MODULE_PAYMENT_PAYPAL_CC_DESCRIPTION, I have no clue where this code is <_<

"I must admit that I personally measure success in terms of the contributions an individual makes to her or his fellow human beings."

---Margaret Mead---

 

"The answer is never the answer. What's really interesting is the mystery. If you seek the mystery instead of the answer, you'll always be seeking. I've never seen anybody really find the answer -- they think they have, so they stop thinking. But the job is to seek mystery, evoke mystery, plant a garden in which strange plants grow and mysteries bloom. The need for mystery is greater than the need for an answer.

--Ken Kesey"

Posted

its part of the ipn contribution and will appear in the file I mentioned earlier once you install it. It seems it was there but once you added the ccgv files you overrided that one along with I don't know what else.

 

or the ccgv files that you installed are expecting the IPN to be installed and you do not have it?

I think the ccgv has a set of files for the plain paypal and separate instructions if you use the ipn.

 

You could also download the contribution and check the files.

Posted

well, I took out the ccgv paypal file in includes/modules/payment/paypal.php file and put the original one back and now the ugly text is gone--so it is due to the ipn mod changes in that file, which I really didnt need anyway I dont think--I have never needed it yet anyway! Been live for 5 months with no problems on this store with paypal yet. I just hope the ccgv still functions properly!

 

Do you know if there are any other files that will affect the way paypal functions now due to me replacing that file with my original?

 

Thanks a lot Mark--I appreciate your help and have always respected the way you help people on the forum here! Be well!

"I must admit that I personally measure success in terms of the contributions an individual makes to her or his fellow human beings."

---Margaret Mead---

 

"The answer is never the answer. What's really interesting is the mystery. If you seek the mystery instead of the answer, you'll always be seeking. I've never seen anybody really find the answer -- they think they have, so they stop thinking. But the job is to seek mystery, evoke mystery, plant a garden in which strange plants grow and mysteries bloom. The need for mystery is greater than the need for an answer.

--Ken Kesey"

Posted

theoretically it shouldn't my opinion is to check carefully the ccgv thread. I have issues every time I integrate it and many things are based on how each site is customized and what other contributions are present along with what other customizations needed for ccgv in each case.

Archived

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

×
×
  • Create New...