Jump to content

Edit some Bottom Content Text


JohnIT

Recommended Posts

Good Afternoon to Everyone!

 

I love the CubeCart eCommerce software! I just want to know if there is a way to change some of the bottom box content titles such as "Information" , "Follow Us", and "Mailing List" ?

I would appreciate all your help!

My website is www.aaabulbandlighting.com/store

Sincerely,

John

Link to comment
Share on other sites

In skins/foundation/templates/box.documents.php
change <h3>{$LANG.common.information}</h3> to <h3>New Title</h3> when New Title is the text you require.

In skins/foundation/templates/element.social.php
change <h3>{$LANG.common.follow_us}</h3> to <h3>New Title</h3> when New Title is the text you require.

In skins/foundation/templates/box.newsletter.php
change <h3>{$LANG.newsletter.mailing_list}</h3> to <h3>New Title</h3> when New Title is the text you require.

These changes are skin specific so if you have changed the name of your skin then the files will be in your skin folder.  It is possible to edit core files to make the changes to all skins if required. Repost if you need that.

Link to comment
Share on other sites

If you make your changes in Admin>Settings>Languages>Click on your flag>Choose Common - Phrases used in multiple places>for Information and Follow Us then your changes will be added to the database and will survive upgrades. Still looking for the Mailing List one. brb

Link to comment
Share on other sites

In CubeCart's admin, Languages, click the Edit icon for the language you want to changes the phrases.

From the Phrase Group selector, choose the group you think the phrase key is in.

For example, if the template uses this: {$LANG.common.follow_us}, then the group is "common". Once the group is selected, the list of phrases will show. Scroll to the 'follow_us' key and change the phrase to what is desired.

These changes are databased, so will survive an upgrade.

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...