Re: Sheffield Blue Template Support Thread
thanks for looking, tried both of those with no effect.
Re: Sheffield Blue Template Support Thread
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.
Re: Sheffield Blue Template Support Thread
Quote:
Originally Posted by
jsarwar
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.
im sure I tried that before without success... but your right that is what's causing the problem. now need to find the code that's causing the problem so I can display the sidebox.
Re: Sheffield Blue Template Support Thread
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.
Re: Sheffield Blue Template Support Thread
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.
Re: Sheffield Blue Template Support Thread
I am glad its fixed now. Enjoy Zencart!
Re: Sheffield Blue Template Support Thread
Quote:
Originally Posted by
jason_hilton
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...
Re: Sheffield Blue Template Support Thread
Quote:
Originally Posted by
jason_hilton
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 happy that you figured out the problem and posted your solution so that others who might have the same problem can find the solution ;)
Thanks,
Anne
Re: Sheffield Blue Template Support Thread
Quote:
Originally Posted by
picaflor-azul
Thanks a lot for this link :)
xoxoxoxoxoxoxoxoxo
Re: Sheffield Blue Template Support Thread
Quote:
Originally Posted by
vojtechjan
Thanks a lot for this link :)
xoxoxoxoxoxoxoxoxo
No problem ;)
Thanks,
Anne