Search found 3 matches

Page 1 of 1

Search found 3 matches

Re: How to show address on checkout confirm page?

I figured it out by using code from one of the other controllers. In the confirm controller, I added this (same for shipping): ... $data['shipping_country'] = $shipping_address['country']; $data['shipping_country_id'] = $shipping_address['country_id']; $data['shipping_address_format'] = $shipping_ad...

Jump to post
  • Fri Oct 21, 2011 3:43 pm
  • Replies 3
  • Views 1342
How to show address on checkout confirm page? - SOLVED

Hi.

How do I show the payment and shipping address (firstname, lastname, address, e-mail etc.) on the checkout confirm page, formatted according to the "address format" settings related to the selected country?


Thank's a lot
Morten

Jump to post
  • Tue Oct 18, 2011 8:02 pm
  • Replies 3
  • Views 1342
Re: SEO URLs for System Pages

To be sure that it works with and without a tailing slash (shop.com/cart and shop.com/cart/) I've added a str_replace("/", "", **) to the two selects: $query = $this->db->query("SELECT * FROM " . DB_PREFIX . "url_alias WHERE keyword = '" . str_replace("/&...

Jump to post
  • Wed Oct 05, 2011 3:51 pm
  • Replies 6
  • Views 9019

Page 1 of 1

Search found 3 matches