thanks for looking, tried both of those with no effect.
thanks for looking, tried both of those with no effect.
Can you turn off Shopping Basket [more] and see if it make effects because its also a side box and may be same issue as I mentioned earlier. also that's the only thing appearing on each page after adding item to cart.
Before we proceed please turn off side boxes on right side and only leave we accept box on so we can make sure cause of issue. I am on your site so once you turn off I will review it.
its sorted. the problem was caused by inc/exc tax mod. there was a missing </div>
includes/templates/<your template>/sideboxes/tpl_shopping_cart.php
line 54:
changed
$content .= '<div class="cartBoxTotal">';
to
$content .= '<div class="cartBoxTotal"></div>';
all working fine.
thanks for the help.
I am glad its fixed now. Enjoy Zencart!
I had the same problem when I was working on my blog sidebox. I was thinking something I did in the stylesheet... but after some tweaking, found the code was creating an extra closing DIV tag... cleaned that up and problem was solved. I would look at whatever sidebox is changing when a product is added to the cart. Another possible cause would be a chunk of code that's active when the site switches to SSL but not active during non-SSL behaver... another good check would be to dump the page source after it's created and look at the DIV's to see if they are all closed with no extras.
I'm slow...
Dave
Always forward thinking... Lost my mind!
Bookmarks