Author Topic: Template 2 Abantecart Logo  (Read 24298 times)

Offline Jodianne

  • Newbie
  • *
  • Posts: 2
  • Karma: +0/-0
    • View Profile
Template 2 Abantecart Logo
« on: April 28, 2013, 08:56:45 AM »
Hello,

I'm having problems replacing the Abantecart logo with my own logo, I'm using template 2, can anyone tell me is there a way I can do this? I thought maybe I could edit the header block, but this is impossible.

Many thanks

Offline abantecart

  • Administrator
  • Hero Member
  • *****
  • Posts: 4358
  • Karma: +298/-10
    • View Profile
    • Ideal Open Source Ecommerce Solution
Re: Template 2 Abantecart Logo
« Reply #1 on: April 28, 2013, 06:47:24 PM »
This is done in admin -> system -> settings -> appearance

http://docs.abantecart.com/pages/settings/appearance.html
« Last Edit: November 01, 2016, 08:16:24 AM by Basara »
Please  rate your experience or leave your review
We need your help to build better free open source ecommerce platform for everyone. See how you can help

Offline Jodianne

  • Newbie
  • *
  • Posts: 2
  • Karma: +0/-0
    • View Profile
Re: Template 2 Abantecart Logo
« Reply #2 on: April 29, 2013, 05:18:17 AM »
I've tried this several times but still no joy  :(

Offline abantecart

  • Administrator
  • Hero Member
  • *****
  • Posts: 4358
  • Karma: +298/-10
    • View Profile
    • Ideal Open Source Ecommerce Solution
Re: Template 2 Abantecart Logo
« Reply #3 on: April 29, 2013, 07:54:21 AM »
Do you get any error in the log? Did you change any code? What version of AbanteCart do you use?
« Last Edit: April 29, 2013, 08:00:22 AM by abantecart »
Please  rate your experience or leave your review
We need your help to build better free open source ecommerce platform for everyone. See how you can help

Offline 31master

  • Newbie
  • *
  • Posts: 10
  • Karma: +0/-0
    • View Profile
Re: Template 2 Abantecart Logo
« Reply #4 on: April 30, 2013, 05:10:18 PM »
I'm having the same problem the AbanteCart logo will not be replaced version 1.1.3

also the social media logos that appear in preview next to home link on the right hand side does not appear.
« Last Edit: April 30, 2013, 05:15:39 PM by 31master »

Offline abantecart

  • Administrator
  • Hero Member
  • *****
  • Posts: 4358
  • Karma: +298/-10
    • View Profile
    • Ideal Open Source Ecommerce Solution
Re: Template 2 Abantecart Logo
« Reply #5 on: April 30, 2013, 08:27:23 PM »
I just realized that template2 has it is own settings that were missed in extension settings. We will address this soon.

For now you can change logo with below SQL update:

Code: [Select]
update ac_settings set `value` = 'image/18/75/6.png' where `key` = 'template2_logo';

For value put relative path to resource library or just logo image
NOTE: check your table name if it has "ac_" prefix.
Please  rate your experience or leave your review
We need your help to build better free open source ecommerce platform for everyone. See how you can help

Offline 31master

  • Newbie
  • *
  • Posts: 10
  • Karma: +0/-0
    • View Profile
Re: Template 2 Abantecart Logo
« Reply #6 on: May 01, 2013, 06:54:39 AM »
Where can I find the code to edit this? I cant find the file name I Checked under index.php under the store front folder. Could you tell what folder and if possible what line to narrow search?
« Last Edit: May 01, 2013, 04:44:01 PM by 31master »

Offline abolabo

  • core-developer
  • Administrator
  • Hero Member
  • *****
  • Posts: 2046
  • Karma: +318/-13
  • web for all, all for web!
    • View Profile
    • AbanteCart
Re: Template 2 Abantecart Logo
« Reply #7 on: May 03, 2013, 04:41:34 AM »
it's sql query.
Run this in phpmyadmin.. but replace table prefix ac_ by yours!
“No one is useless in this world who lightens the burdens of another.”
― Charles Dickens

Offline bbcalf

  • Newbie
  • *
  • Posts: 1
  • Karma: +0/-0
    • View Profile
Re: Template 2 Abantecart Logo
« Reply #8 on: May 17, 2013, 10:49:37 PM »
i'm having trouble with the 'value'. how do i determine the relative path for where my logo is?

Offline abantecart

  • Administrator
  • Hero Member
  • *****
  • Posts: 4358
  • Karma: +298/-10
    • View Profile
    • Ideal Open Source Ecommerce Solution
Re: Template 2 Abantecart Logo
« Reply #9 on: May 18, 2013, 11:00:48 AM »
If you go to settings -> appearance and click on logo, it will bring you to Resource Library.

In resource library you can see the logo and if you view source or inspect image with FF firebug you will see the path.

I agree it should be easier way to see it.
Please  rate your experience or leave your review
We need your help to build better free open source ecommerce platform for everyone. See how you can help

Offline 31master

  • Newbie
  • *
  • Posts: 10
  • Karma: +0/-0
    • View Profile
Re: Template 2 Abantecart Logo
« Reply #10 on: June 24, 2013, 11:28:02 AM »
I would like to put my store header on the top on temp2 how do i go about doing this?

Offline abantecart

  • Administrator
  • Hero Member
  • *****
  • Posts: 4358
  • Karma: +298/-10
    • View Profile
    • Ideal Open Source Ecommerce Solution
Re: Template 2 Abantecart Logo
« Reply #11 on: June 24, 2013, 01:35:45 PM »
This post is about logo. Please create a new post
Please  rate your experience or leave your review
We need your help to build better free open source ecommerce platform for everyone. See how you can help

 

Powered by SMFPacks Social Login Mod