Zen Follower
- Join Date:
- Jun 2006
- Posts:
- 403
- Plugin Contributions:
- 0
Shoppingcart/Freeship in Header support
gjh42:
"right above the footer menu, I put two long buttons. "
Yes, you are right on the target!! I put all links in on line and the problem solved! New thing for me to learn everyday. Thank you!:clap:
gjh42:
" I also notice that your #headerWrapper div encloses your entire page instead of ending before #contentMainWrapper as it should. You need to check your editing in tpl_header.php to find where you eliminated the </div> (probably near the bottom of the file, or maybe at the end of the shoppingcart code).
This is what I did, not sure whether I did it right or not, since I cannot see the change reflected online.
<!--bof-shoppingcart/freeship display--> <?php require($template->get_template_dir('tpl_cart_header.php',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/tpl_cart_header.php'); ?> <!--eof-shoppingcart/freeship display--></div>
Did I put the </div> in the right place?