This tutorial will help you think of the right process.
This tutorial will help you think of the right process.
Are You Vulnerable for an Accessibility Lawsuit?
myZenCartHost.com - Zen Cart Certified, PCI Compatible Hosting by JEANDRET
Free SSL, Domain, and MagicThumb with semi-annual and longer hosting
Hello Clyde :) Can you tell me how to get the wrapped text in the footer link to align properly? Ie, http://www.loves2nurse.com/ in the footer column that says "Breastfeeding", the link that says "Instructions for using Breast Pumps"...I would like that text to line up. What do I add to the css and where? Thanks! Amy
Amy McCoy
Baby Gifts and Baby Gift Baskets
I did it and worked really well...except I would like to keep copyright information on pages and not footer. includes/temp/common/tpl_main_page.php
How do I keep copyright? Thanks,KimHTML Code:// the following IF statement can be duplicated/modified as needed to set additional flags if (in_array($current_page_base,explode(",",'login,account,no_account,checkout,create_account,conditions,privacy,site_map,returns,shopping_cart,checkout_shipping,checkout_payment,checkout_confirmation,checkout_success,account,account_back_in_stock_notifications,account_newsletters,account_notifications')) ) { $flag_disable_right = true; $flag_disable_left = true; $flag_disable_header = true; $flag_disable_footer = true; }
Amy McCoy
Baby Gifts and Baby Gift Baskets
I am taking a guess at this....
In tpl_main_page - would I add:
To disable footer on these pages.HTML Code:// the following IF statement can be duplicated/modified as needed to set additional flags if (in_array($current_page_base,explode(",",'login,account,no_account,checkout,create_account,conditions,privacy,site_map,returns,shopping_cart,checkout_shipping,checkout_payment,checkout_confirmation,checkout_success,account,account_back_in_stock_notifications,account_newsletters,account_notifications')) ) { $flag_disable_right = true; $flag_disable_left = true; $flag_disable_header = true; $flag_disable_footer = true; }
For tpl_footer - what do I modify in the bottom statement to get copyright only to show?
Thank you, KimHTML Code:<!--bof- site copyright display --> <div id="siteinfoLegal" class="legalCopyright"><?php echo FOOTER_TEXT_BODY; ?></div> <!--eof- site copyright display --> <?php } // flag_disable_footer ?>
Would I add
Bookmarks