Welcome, Guest. Please login or register.
Login with username, password and session length


It's a release candidate! VirtueMart 2.0 RC - the next generation VirtueMart - is available! Read more....

  Advanced search

247038 Posts in 67506 Topics- by 258314 Members - Latest Member: aniketana
Pages: [1]   Go Down
Print
Author Topic: CHECKOUT CONFIRMATION PAGE: Tiny Tweak  (Read 1171 times)
yuccalab
Newbie
*
Posts: 2


« on: September 27, 2007, 09:51:43 AM »

I must first say...love the application.  Well done!
My question is a small one.  I would like to output the address information on the checkout confirmation page as one would see it normally:

Name
Address 1
City, State ZIP

It is currently on one line and a little hard to distinguish.  I have looked at the files in /html and can't specifically find what I need.  Anyone have an idea?

Thanks a ton!

JK
Logged
joomlagreg
Newbie
*
Posts: 7


WWW
« Reply #1 on: October 08, 2007, 15:28:43 PM »

JK,

The text you are referring to is in the final_info() function.

look for it if the following file:

Code:
<<SITE-ROOT>>/administrator/components/com_virtuemart/classes/ps_checkout.php

here is the current code:
Code:
echo "<strong>".$VM_LANG->_PHPSHOP_ADD_SHIPTO_2 . ":</strong>&nbsp;";
echo $db->f("first_name")." ".$db->f("last_name").", ".$db->f("address_1").", ".$db->f("zip")." ".$db->F("city");
echo "<br /><br />";

Good luck,

Greg
www.codamoda.com
Logged
Pages: [1]   Go Up
Print
Jump to: