Jump to content


Corporate Sponsors


Latest News: (loading..)

* * * * * 5 votes

Simple Checkout - for 2.3.1 (official support thread)


304 replies to this topic

#301 Two Pillars

  • Community Member
  • 11 posts
  • Real Name:Paul

Posted 21 May 2012, 20:08

Ok, I have simple checkout and guest checkout installed. They work fine with fix by MiCR0 to actually show the shipping and billing address instead of a "," but... still have the "trash" icon out on of the box, although I think I can isolate this and fix it myself.

The real problem is that BOTH the Sub-Total and Total show $0.00, no matter if the Update button is refreshed or the browser is refreshed. Any ideas on how to fix this issue? This appears in both Chrome and IE8.

#302 MiCR0

  • Community Member
  • 7 posts
  • Real Name:Cliff

Posted 22 May 2012, 11:19

Hey I got the fix here http://www.liquidict.co.uk/checkout.phps

#303 surrfman

  • Community Member
  • 266 posts
  • Real Name:Timmy C
  • Gender:Male
  • Location:Great State of Michigan

Posted 22 May 2012, 17:24

Micro.. can you elaborate on the fix you posted link to?

Timmy C

#304 MiCR0

  • Community Member
  • 7 posts
  • Real Name:Cliff

Posted 23 May 2012, 12:59

line 431 added in below
$address_id = tep_db_insert_id();

  $sendto = tep_db_insert_id();
  $billto = tep_db_insert_id();


#305 Two Pillars

  • Community Member
  • 11 posts
  • Real Name:Paul

Posted 24 May 2012, 01:49

Fixed the "Remove" trash can icon out on the right side of the screen by changing this line in stylesheet.css
#checkoutPage div.cartRow6 {position:absolute;right:0;width:75px;text-align:center;}
to this
#checkoutPage div.cartRow6 {float:left;width:75px;text-align:center;}

Works in Chrome, not tested in any other browser.

Still have no idea why the Subtotal and Total are showing $0.00 however...any help me figure this one out???

Edited by Two Pillars, 24 May 2012, 01:50.