Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Quirk w/ Firefox -- Bit of help, please.


bmac

Recommended Posts

Hey all--

 

In Firefox 1.0, my continue shopping button does not show up. I'm posting the code I'm using on my shopping_cart.php from that section of the page. If anyone has any ideas I'd really appreciate the help. Thanks!

 

-- shopping_cart.php line 193ish --

 

<td class="main"><?php echo tep_image_submit('button_update_cart.gif', IMAGE_BUTTON_UPDATE_CART); ?></td>

<?php

$back = sizeof($navigation->path)-3;

if (isset($navigation->path[$back])) {

?>

<td class="main"><?php echo '<a href="' . tep_href_link($navigation->path[$back]['page'], tep_array_to_string($navigation->path[$back]['get'], array('action')), $navigation->path[$back]['mode']) . '">' . tep_image_button('button_continue_shopping.gif', IMAGE_BUTTON_CONTINUE_SHOPPING) . '</a>'; ?></td>

<?php

}

?>

<td align="right" class="main"><?php echo '<a href="' . tep_href_link(FILENAME_CHECKOUT_SHIPPING, '', 'SSL') . '">' . tep_image_button('button_checkout.gif', IMAGE_BUTTON_CHECKOUT) . '</a>'; ?></td>

 

 

-- end --

 

 

Thanks everyone!

 

Brian

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...