vjboc Posted December 4, 2009 Posted December 4, 2009 I just noticed in Mozilla when I view my cart the continue shopping link is not there. If I do the same in IE it is there. Is there a way to fix this?
web-project Posted December 4, 2009 Posted December 4, 2009 I just noticed in Mozilla when I view my cart the continue shopping link is not there. If I do the same in IE it is there. Is there a way to fix this? have you modified the oscommerce? probably deleted by accident? Please read this line: Do you want to find all the answers to your questions? click here. As for contribution database it's located here! 8 people out of 10 don't bother to read installation manuals. I can recommend: if you can't read the installation manual, don't bother to install any contribution yourself. Before installing contribution or editing/updating/deleting any files, do the full backup, it will save to you & everyone here on the forum time to fix your issues. Any issues with oscommerce, I am here to help you.
burt Posted December 4, 2009 Posted December 4, 2009 If something works in IE, but not in others, then usually it's a small coding error (which IE manages to fix itself). Suggest to compare your shopping_cart.php with a new shopping_cart.php and see if there is any difference in code.
burt Posted December 4, 2009 Posted December 4, 2009 If something works in IE, but not in others, then usually it's a small coding error (which IE manages to fix itself). Suggest to compare your shopping_cart.php with a new shopping_cart.php and see if there is any difference in code.
vjboc Posted December 4, 2009 Author Posted December 4, 2009 If something works in IE, but not in others, then usually it's a small coding error (which IE manages to fix itself). Suggest to compare your shopping_cart.php with a new shopping_cart.php and see if there is any difference in code. Yes I did. Everything is the same Now the continue shopping link is missing in IE and it appears in mozila Here is the continue shopping code: If I change the path to -1 the link shows up, but then it doesn't click no where. <?php $back = sizeof($navigation->path)-2; if (isset($navigation->path[$back])) { 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>'; } ?>
Recommended Posts
Archived
This topic is now archived and is closed to further replies.