
Originally Posted by
linuxguy2
Something in you CSS files(s) isn't working properly or not installed.
Or you may need to widen the template a bit.
Do all you other pages display OK?
yes.....all you other pages display OK
have another problem sir please help me..........................
when i click on (checkout) index.php?main_page=checkout&fecaction=null
how can i remove &fecaction=null?
if i change modules/pages/checkout/header_php.php ( line 159)
Code:
if ( !$_SESSION['shipping'] || ( $_SESSION['shipping'] && ($_SESSION['shipping'] == false) && (zen_count_shipping_modules() > 1) ) )
$_SESSION['shipping'] = $shipping_modules->cheapest();
to
Code:
if ( !$_SESSION['shipping'] || ( $_SESSION['shipping'] && ($_SESSION['shipping'] == false) && (zen_count_shipping_modules() > 1) ) ) {
$_SESSION['shipping'] = $shipping_modules->cheapest();
zen_redirect(zen_href_link(FILENAME_CHECKOUT, 'action=null', 'SSL'));
}
/index.php?main_page=checkout But i got a blank page...
Please help me
Bookmarks