change the text on the Extra

ThemeBurn SupportForumsOpenCart ThemesShoppica 2 OpenCart Themechange the text on the Extra

This topic has been marked as resolved.

Hi

On the bottom off the pages i have – Information – Extras – My Account – and Customer Service. Were is it i change what goes here? i may want to change the text for Extras.

also were do i edit the copyright at the bottom of the pages.

This is my first opencart theme so im not sure on the workings off it

Thanks!

December 18, 2012 at 3:01 am #16115

Is there anyone can help with this

December 19, 2012 at 1:37 am #16144

Hello;

- First to change the text in footer open this file:

catalog/language/english/common/footer.php 

if use another language open

catalog/language/YOUR LANGUAGE/common/footer.php 

and find this line:

$_['text_extra']        = 'Extras';

change it like this (for ex):
$_['text_extra']        = 'My Links';

- Second to edit the copyright in the footer open this file:

catalog/view/theme/shoppica2/template/common/footer.tpl 

and find this line:

<p id="copy">&copy; Copyright 2012. Powered by <a class="blue" href="http://www.opencart.com">Open Cart</a>.<br /><a class="s_main_color" href="http://www.shoppica2.com">Shoppica theme</a> made by <a href="http://www.themeburn.com">ThemeBurn.com</a></p>

and change it like you went,

good luck.

Sam

 samdz
December 19, 2012 at 10:45 am #16155

Hi

Thanks that worked fine

1 other thing in the Footer information im trying to change the text for about us. i want to add but this shows up so its not html how would i justify the text?

December 20, 2012 at 9:48 pm #16191

To modify the text in footer information, in the admin controle go to:
catalog -> information
then click “Edit” for “About Us”

Also, if you went add others links to footer information by clicking “insert”.

good luck

Sam

 samdz
December 20, 2012 at 10:45 pm #16192

Sorry what i ment to say and i see it didn show up in my last post. I want to justify the text, I tryed to use HTML but the tags show up ( p class = justify )

I am edit this from the Shoppica 2 control panel then the footer tab and its under the information tab.

Also could you tell how i remove the US Dollar for the drop down on the header of the site i would only need euro and GBP ay the minute

Think this should be the last i need

Thanks

  • This reply was modified 4155 days ago by  shanekk.
  • This reply was modified 4155 days ago by  shanekk.
  • This reply was modified 4155 days ago by  shanekk.
December 21, 2012 at 2:59 am #16195

Sorry, but I didn’t understand what you went, can you attache a picture for more explain ?

For the USD currency;
note if the USD is default currency you must change it to EUR or GBP.

So, from admin panel go to:

System -> Localisation -> Currencies

then check the “US Dollar” and click “Delete”

if the US Dollar is the default currency, do this:
go to : System -> Settings and click “edit” for your store.
in the “Local” tab find “Currency” and cange it to “Euro” and save.
after do the same operation to remove USD like up.

Sam

 samdz
December 21, 2012 at 12:22 pm #16227

Thanks here is an image off what im trying to change. I know how to edit the text just dont know how to justify the text

December 22, 2012 at 3:10 am #16284

ok;you can do this :
open this file:

catalog/view/theme/shoppica2/stylesheet/screen.css.php

and find this code:
#shop_description p {
  <?php if ($language == 'ltr'): ?>
  margin-right: 10px;
  <?php else: ?>
  margin-left: 10px;
  <?php endif; ?>
}

and chang it like this:

#shop_description p {
  <?php if ($language == 'ltr'): ?>
  margin-right: 10px;
  text-align : justify;  
  <?php else: ?>
  margin-left: 10px;
  text-align : justify;  
  <?php endif; ?>
}

also you can modify from this file:

catalog/view/theme/shoppica2/template/common

find this line:
<div id="shop_description" class="s_col_<?php echo 12 / $footerInfo['columns_cnt']; ?>">

and chang it like:
<div id="shop_description" class="s_col_<?php echo 12 / $footerInfo['columns_cnt']; ?>" style="text-align : justify;">

good luck

Sam

 samdz
December 22, 2012 at 11:11 am #16291

Hi it never worked for me i changed the css think its right can you look and see i have sent it to you.

Also the other way im unable to find the line in the file

For some reason the css will not upload i was trying to send you the file i changed.

can you tell me the other way to change it via the div? i cant find the line to change

  • This reply was modified 4152 days ago by  shanekk.
  • This reply was modified 4152 days ago by  shanekk.
  • This reply was modified 4152 days ago by  shanekk.
December 24, 2012 at 4:07 am #16341

open this file:

catalog/view/theme/shoppica2/template/common/footer.tpl

and find this line:
<div id="shop_description" class="s_col_<?php echo 12 / $footerInfo['columns_cnt']; ?>">

and change liike this (it is the line number 11):
<div id="shop_description" class="s_col_<?php echo 12 / $footerInfo['columns_cnt']; ?>" style="text-align : justify;">

good luck

Sam

 samdz
December 24, 2012 at 10:50 am #16350

Worked great thanks!

December 24, 2012 at 5:27 pm #16355

@samdz

Thanks for the help, mate :)

December 27, 2012 at 12:14 pm #16422
Viewing 13 posts - 1 through 13 (of 13 total)
  • You must be logged in to reply to this topic.