sackling Posted March 14, 2010 Share Posted March 14, 2010 having a weird little issue. The continue shopping button is not showing up in shopping_cart.php However if i make another file with the exact same code and call it shopping_cart2.php the icon shows up... Why is this happeningÉ Link to comment Share on other sites More sharing options...
FIMBLE Posted March 14, 2010 Share Posted March 14, 2010 Hi What is your URL please? Nic Sometimes you're the dog and sometimes the lamp post [/url] My Contributions Link to comment Share on other sites More sharing options...
sackling Posted March 14, 2010 Author Share Posted March 14, 2010 Hi What is your URL please? Nic Hi Nic, Here is the link to the domain http://bit.ly/bbFdFi Link to comment Share on other sites More sharing options...
sackling Posted March 14, 2010 Author Share Posted March 14, 2010 Hi Nic, Here is the link to the domain http://bit.ly/bbFdFi I forgot to mention a product must be added to the cart to see this happening. Link to comment Share on other sites More sharing options...
FIMBLE Posted March 14, 2010 Share Posted March 14, 2010 Hi I tried it and the continue shopping image shows up fine, it takes me to a default_page.php i think it was called that anyhow. Nic Sometimes you're the dog and sometimes the lamp post [/url] My Contributions Link to comment Share on other sites More sharing options...
sackling Posted March 14, 2010 Author Share Posted March 14, 2010 Hi I tried it and the continue shopping image shows up fine, it takes me to a default_page.php i think it was called that anyhow. Nic hmmm that is very weird.. Not sure why it is showing up for you.. thanks for testing though. Link to comment Share on other sites More sharing options...
FIMBLE Posted March 14, 2010 Share Posted March 14, 2010 Perhaps it was you cache that needed refreshing? But it does work for me fine I.E 8 used Nic Sometimes you're the dog and sometimes the lamp post [/url] My Contributions Link to comment Share on other sites More sharing options...
MattReid Posted March 22, 2010 Share Posted March 22, 2010 I'm now getting this problem too, on IE8 and Firefox. I've tried cache clearing. I'm not getting it on another test site, same osC version, same hosting provider, everything apparently the same. It's this bit of code in shopping_cart.php: <?php $back = sizeof($navigation->path)-2; 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 } ?> Evidently the navigation path to 2 pages ago is no longer "set" for some reason. Unfortunately I'm a noob too. Did you find a solution? Link to comment Share on other sites More sharing options...
MattReid Posted March 22, 2010 Share Posted March 22, 2010 It's just reappeared. I did absolutely nothing, in fact I went out for a bite. :blink: Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.