Jump to content

Footnote copyright editing, Sales Item and Promotional Slogan


Recommended Posts

I have some few clarifications as per your help in the followings:

[1] At the end of our cubecart online store [www.dualglobalmobile.biz] there is at the end a stand alone statement on the footer: ' eCommerce by CubeCart'

This is a standard and cannot be removed or edited, right?

[2] It seems there is a default or automatic item called "Sales Item" on our cubecart online store [www.dualglobalmobile.biz] on the list of products at the homepage. Howe can we remove this item or edit it to our product or item name?

[3] In the homepage of our cubecart online store [www.dualglobalmobile.biz], the default images of mobile phones displays have some promotional slogan : "Promotional Message One" and also " Promotional Message Two". How can we remove this promotional items or change or edit it to our slogan? Or does this come default with the default images and cannot be removed?

Would appreciate your reply and very grateful.

Thanks

Felix

 

Link to comment
Share on other sites

1) You will find the CC footer statement in your skins/templates/ccpower.php file. You are welcome to either comment out the call for the ccpower.php file near the bottom in main.php {* {include file='templates/ccpower.php'} *}, or you can just edit the ccpower.php file to suit yourself.

2) You will find that section in main.php:

               <div class="large-3 columns show-for-large-up" id="sidebar_left">
                  {include file='templates/box.featured.php'}
                  {include file='templates/box.popular.php'}
                  {include file='templates/box.sale_items.php'}
               </div>

If you just want to change the wording of any button or phrasing, goto your Admin>Settings>Languages>click on your language flag.

3) You are asking about the boxslider. The call for the boxslider and the captions are in main.php near the bottom. 

You will find the code for the boxslider in your Documents. It's the Welcome Fidelity HIFI document. It's very easy to mess this one up while learning, so please goto the Source Code button on the top left of the document menu and make a copy of the stock version, in case you need to start over with your edits.

 

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...