PDA

View Full Version : modifying final payment page


yoyoman
July 28th, 2003, 02:26 PM
I can't seem to find a template or function that controls the text for the final payment page. I want to modify the stuff above the Thank You. Where is this hiding?

Jamie
July 28th, 2003, 02:32 PM
Hi,

If you are taking credit cards, then the file is "cc_accepted.php". If you are not, then it is "thanks_for_order.php".

Thanks,
Jamie

yoyoman
July 28th, 2003, 02:40 PM
I'm actually looking for the stuff above that "Thank You"... The stuff that says... "Your order has been placed, and is in our database. to make a payment, send check or Money Order to..." (example is from selecting check/MO, obviously...)

Jamie
July 28th, 2003, 03:07 PM
That text only appears when you are paying by check or money order. It is in the check.php payment gateway file in "squirrelcart/payment_gateways".

Otherwise, if you are paying by credit card, the content you see is in cc_accepted.php.

Your best method for finding this stuff is to keep a copy of the distribution on your PC, and do a text search for the text you are trying to find.

Thanks,
Jamie

whiterabbit
January 3rd, 2005, 01:17 PM
If you use Dreamweaver, the Find function will let you search the source code across all the files in a folder (and optionally subfolders.) HomeSite (last time I used it, a few years ago) also provides this functionality.

Cheers,
Max

whiterabbit
January 3rd, 2005, 01:21 PM
I'd like to make the payment address in BOLD or maybe in a colored font. Is there a style for this text? Or do I need to add one in the Check.php you mentioned?
Thanks,Max

whiterabbit
January 3rd, 2005, 01:59 PM
which stylesheet is check.php using? I'm convinced it's not the store.css in my template directory. I added a style to my store.css and used it in the check.php file , but it doesn't work. I'm check everything over and over. Check.php uses <span class="header"> but if I modify "header" in in my store.css nothing changes. very bizarre.