How do we center the footer??

How do I center the ‘Copyright © 2005-2010 CS-Cart.com. Powered by Shopping cart with Google Checkout’ text??



Also we won’t be using Google Checkout so where is this text sorted?



Thanks,

Gobbo

In styles.css around line #764 adjust padding-left until centered.



You can disable Google Checkout in your admin area under Administration/payment methods.

Roban,



Thanks for that. I was pulling out my hair (if I had any) trying to look for the footer info in the style sheet.



Now can you or someone please tell me what file the ‘Copyright © 2005-2010 CS-Cart.com. Powered by’ text is stored in??



Thanks,

Gobbo.

I answered both of these in response to your PM yesterday. Did you not look?



At any rate, here is the answer to your second question:

[QUOTE]You can change the text by changing the values for the language variable in Content->Languages - search for ‘copyright’. You will also need to adjust the code in bottom.tpl:


```php {hook name=“index:bottom”}

{$lang.copyright} © {if $smarty.const.TIME|date_format:"%Y" != $settings.Company.company_start_year}{$settings.Company.company_start_year}-{/if}{$smarty.const.TIME|date_format:"%Y"} {$settings.Company.company_name}. {$lang.powered_by} {$lang.copyright_shopping_cart}


{/hook} ```
It looks like you have already done this. You can use the index:bottom hook so that this will not be overwritten during upgrades.
[/QUOTE]

Bob

Bob,



Thanks.



No, sorry I did not notice I had any reply’s to my PM’s. Thanks for helping me out on this. Shouldn’t the forum email me to say I have a reply to any PMs?



Anyhoo, thanks again,

Gobbo

[quote name=‘Gobbo’]No, sorry I did not notice I had any reply’s to my PM’s. Thanks for helping me out on this. Shouldn’t the forum email me to say I have a reply to any PMs?[/QUOTE]

It should - check your settings at [url]CS-Cart Community Forums. Make sure “Receive Email Notification of New Private Messages” is checked.



Bob

Bob,



Thanks, I have checked the boxes now.



Thanks again,

Gobbo