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.
Latest News: (loading..)
Simple Checkout - for 2.3.1 (official support thread)
Started by fulluvscents, Feb 07 2012, 16:01
304 replies to this topic
#301
Posted 21 May 2012, 20:08
#303
Posted 22 May 2012, 17:24
Micro.. can you elaborate on the fix you posted link to?
Timmy C
Timmy C
#304
Posted 23 May 2012, 12:59
line 431 added in below
$address_id = tep_db_insert_id();
$address_id = tep_db_insert_id();
$sendto = tep_db_insert_id(); $billto = tep_db_insert_id();
#305
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
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???
#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.














