Zen Cart Logo
Forums / Addon Templates / Abbington Mega Template [Support Thread]

Abbington Mega Template [Support Thread]

Views: 147,392

Results 581 to 600 of 1,017
17 May 2013, 3:06 PM
#581
picaflor_azul avatar

picaflor_azul

Totally Zenned

Join Date:
Jul 2009
Location:
picaflor-azul.com
Posts:
6,940
Plugin Contributions:
28

Abbington Mega Template [Support Thread]

JW1212:

I am a new Zen Cart user, I have just installed Zen Cart and have decided on a template to use. I have followed all the install tutorials and I am able to get template to display. My issue is although the template is showing, I dont see the template name in the configuration list in my Zen Cart admin console. I've tried to reinstall the template but still no luck. I am completely open to the fact that I may have done something wrong but for the life of me can't figure out what. Could someone help me out. Thanks!

Link to site is here: http://www.desotosystemsflags.com/index.php

Attachment 12510

above is a screen shop of the part of the tutorial I'm referring to, see how the Abbington Mega temp shows under "EZ pages", it's not in my Zen Cart. Specifically I'm trying to edit the "mega menu" on the page and according to the tutorial that button is how you do it. Other then that button I don't see any other way to modify that menu bar without changing the actual code. Hope this makes sense.

Did you upload the sql patch?

Thanks, Anne

17 May 2013, 3:08 PM
#582
picaflor_azul avatar

picaflor_azul

Totally Zenned

Join Date:
Jul 2009
Location:
picaflor-azul.com
Posts:
6,940
Plugin Contributions:
28

Re: Abbington Mega Template [Support Thread]

kkjoseph:

My template configurations is showing up blank in admin. SOMEONE PLEASE HELP!

Sounds like you did not upload the sql patch completely.

Thanks,

Anne

17 May 2013, 3:27 PM
#583
kkjoseph avatar

kkjoseph

New Zenner

Join Date:
May 2013
Location:
Chicago, Illinois, United States
Posts:
14
Plugin Contributions:
0

Re: Abbington Mega Template [Support Thread]

Ok I kinda figured but when I try to upload it again all I get it and error message.

"WARNING: An Error occurred, please refresh the page and try again.":shocking:

So I tried it in PHPMyAdmin and its just giving me another error.

So can you give a step by step guide on how to fix this

17 May 2013, 3:32 PM
#584
jw1212 avatar

jw1212

New Zenner

Join Date:
May 2013
Location:
Tampa, FL
Posts:
27
Plugin Contributions:
0

Re: Abbington Mega Template [Support Thread]

picaflor-azul:

Did you upload the sql patch?

Thanks, Anne

Good question, I thought I did with no issues. I then tried following the install tutorial again and when I got to the upload sql patch part I get an error "WARNING: An Error occurred, please refresh the page and try again." I then pulled the log file and here is the log entry:

"[17-May-2013 09:22:10] PHP Fatal error: 1062:Duplicate entry 'PRODUCT_LISTING_LAYOUT_STYLE' for key 'unq_config_key_zen' ::
INSERT INTO configuration (configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, last_modified, date_added, use_function, set_function) VALUES ('Product Listing - Layout Style',
'PRODUCT_LISTING_LAYOUT_STYLE', 'columns', 'Select the layout style:<br />Each product can be listed in its own row (rows option) or products can be listed in multiple columns per row (columns option)', '8', '40', NULL, now(), NULL, 'zen_cfg_select_option(array("rows", "columns"),');
in /home4/desotosy/public_html/includes/classes/db/mysql/query_factory.php on line 120

Any idea where I went wrong. Thanks for the help I've been banging my head against the wall.

18 May 2013, 12:16 AM
#585
shags38 avatar

shags38

Totally Zenned

Join Date:
Jan 2011
Location:
Adelaide, Australia
Posts:
1,684
Plugin Contributions:
0

Re: Abbington Mega Template [Support Thread]

Hi Anne, - I have 7 sites now using this great template - am having a niggly issue with one though - the Meta Tags for Page Title / Site Tagline, so includes/languages/english/abbington_mega/meta_tags, whereby regardless of whether I put the whole Title in page title or only some then the rest in site tagline (as ZC standard does) it will only ever show up the first 3 words of the text (which happens to be the domain name) - I am trying to utilize the allowable 64 characters or close to.

This is using 1.5.1 - I launched 3 sites at the same time and there are no issues with the other two which are in fact copies of the site in question (different TLD's) which I then went into to change Meta info - no problems. Result is in browser when in ZC admin and in Google search the Mega Title I want will not show up (I can somewhat understand the Google Search Title as they can sometimes alter to suit themselves) but it should read what has been set in browser when in admin as it does with other sites. I even went to includes/languages/english/meta_tags and changed the standard ZC file to read the same as Abbington on the off chance - no effect.

Any ideas?

cheers,
Mike

site is https://www.sterlingsilverrings.com.au

18 May 2013, 2:40 PM
#586
picaflor_azul avatar

picaflor_azul

Totally Zenned

Join Date:
Jul 2009
Location:
picaflor-azul.com
Posts:
6,940
Plugin Contributions:
28

Re: Abbington Mega Template [Support Thread]

JW1212:

Good question, I thought I did with no issues. I then tried following the install tutorial again and when I got to the upload sql patch part I get an error "WARNING: An Error occurred, please refresh the page and try again." I then pulled the log file and here is the log entry:

"[17-May-2013 09:22:10] PHP Fatal error: 1062:Duplicate entry 'PRODUCT_LISTING_LAYOUT_STYLE' for key 'unq_config_key_zen' ::
INSERT INTO configuration (configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, last_modified, date_added, use_function, set_function) VALUES ('Product Listing - Layout Style',
'PRODUCT_LISTING_LAYOUT_STYLE', 'columns', 'Select the layout style:<br />Each product can be listed in its own row (rows option) or products can be listed in multiple columns per row (columns option)', '8', '40', NULL, now(), NULL, 'zen_cfg_select_option(array("rows", "columns"),');
in /home4/desotosy/public_html/includes/classes/db/mysql/query_factory.php on line 120

Any idea where I went wrong. Thanks for the help I've been banging my head against the wall.

If you already have the product layout grid module installed and have run the sql patch for that module or any of our other templates installed, you will omit that part of the sql patch:

## The following is used only to remove the column layout grid module:
#delete from configuration where configuration_key in('PRODUCT_LISTING_LAYOUT_STYLE','PRODUCT_LISTING_COLUMNS_PER_ROW');

INSERT INTO configuration (configuration_title, configuration_key, configuration_value, 
       configuration_description, configuration_group_id, sort_order, 
       last_modified, date_added, use_function, set_function) 
       VALUES ('Product Listing - Layout Style', 'PRODUCT_LISTING_LAYOUT_STYLE', 'columns', 
               'Select the layout style:<br />Each product can be listed in its own row (rows option)
                or products can be listed in multiple columns per row (columns option)', '8', '40', NULL, 
                now(), NULL, 'zen_cfg_select_option(array("rows", "columns"),');

INSERT INTO configuration (configuration_title, configuration_key, configuration_value, 
       configuration_description, configuration_group_id, sort_order, 
       last_modified, date_added, use_function, set_function) 
       VALUES ('Product Listing - Columns Per Row', 'PRODUCT_LISTING_COLUMNS_PER_ROW', '3', 
               'Select the number of columns of products to show in each row in the product listing.  
               The default setting is 3.', '8', '41', NULL, now(), NULL, NULL);

Thanks,

Anne

18 May 2013, 2:42 PM
#587
picaflor_azul avatar

picaflor_azul

Totally Zenned

Join Date:
Jul 2009
Location:
picaflor-azul.com
Posts:
6,940
Plugin Contributions:
28

Re: Abbington Mega Template [Support Thread]

shags38:

Hi Anne, - I have 7 sites now using this great template - am having a niggly issue with one though - the Meta Tags for Page Title / Site Tagline, so includes/languages/english/abbington_mega/meta_tags, whereby regardless of whether I put the whole Title in page title or only some then the rest in site tagline (as ZC standard does) it will only ever show up the first 3 words of the text (which happens to be the domain name) - I am trying to utilize the allowable 64 characters or close to.

This is using 1.5.1 - I launched 3 sites at the same time and there are no issues with the other two which are in fact copies of the site in question (different TLD's) which I then went into to change Meta info - no problems. Result is in browser when in ZC admin and in Google search the Mega Title I want will not show up (I can somewhat understand the Google Search Title as they can sometimes alter to suit themselves) but it should read what has been set in browser when in admin as it does with other sites. I even went to includes/languages/english/meta_tags and changed the standard ZC file to read the same as Abbington on the off chance - no effect.

Any ideas?

cheers,
Mike

site is https://www.sterlingsilverrings.com.au

This is not a template specific problem. I would recommend doing a search on the forum to see if there is already an answer to the question.

Thanks,

Anne

19 May 2013, 3:50 PM
#588
jw1212 avatar

jw1212

New Zenner

Join Date:
May 2013
Location:
Tampa, FL
Posts:
27
Plugin Contributions:
0

Re: Abbington Mega Template [Support Thread]

picaflor-azul:

If you already have the product layout grid module installed and have run the sql patch for that module or any of our other templates installed, you will omit that part of the sql patch:

The following is used only to remove the column layout grid module:

#delete from configuration where configuration_key in('PRODUCT_LISTING_LAYOUT_STYLE','PRODUCT_LISTING_COLUMNS_PER_ROW');

INSERT INTO configuration (configuration_title, configuration_key, configuration_value,
configuration_description, configuration_group_id, sort_order,
last_modified, date_added, use_function, set_function)
VALUES ('Product Listing - Layout Style', 'PRODUCT_LISTING_LAYOUT_STYLE', 'columns',
'Select the layout style:<br />Each product can be listed in its own row (rows option)
or products can be listed in multiple columns per row (columns option)', '8', '40', NULL,
now(), NULL, 'zen_cfg_select_option(array("rows", "columns"),');

INSERT INTO configuration (configuration_title, configuration_key, configuration_value,
configuration_description, configuration_group_id, sort_order,
last_modified, date_added, use_function, set_function)
VALUES ('Product Listing - Columns Per Row', 'PRODUCT_LISTING_COLUMNS_PER_ROW', '3',
'Select the number of columns of products to show in each row in the product listing.
The default setting is 3.', '8', '41', NULL, now(), NULL, NULL);

> 
> Thanks,
> 
> Anne

Sorry Anne but I don't really understand your response.  So, i must remove the column layout grid module with the code you provided and re-run patch?

-Jason
19 May 2013, 10:28 PM
#589
picaflor_azul avatar

picaflor_azul

Totally Zenned

Join Date:
Jul 2009
Location:
picaflor-azul.com
Posts:
6,940
Plugin Contributions:
28

Re: Abbington Mega Template [Support Thread]

JW1212:

Sorry Anne but I don't really understand your response. So, i must remove the column layout grid module with the code you provided and re-run patch?

-Jason

No, remove the code I quoted from the sql patch for the template and then run the sql patch again.

Thanks,

Anne

21 May 2013, 2:56 PM
#590
jw1212 avatar

jw1212

New Zenner

Join Date:
May 2013
Location:
Tampa, FL
Posts:
27
Plugin Contributions:
0

Re: Abbington Mega Template [Support Thread]

picaflor-azul:

No, remove the code I quoted from the sql patch for the template and then run the sql patch again.

Thanks,

Anne

I removed the entries from the SQL patch and ran it again, this time it ran with no visible errors but alas still no access to Abbington Mega admin :frusty:. I am nearing wits end with this, I have made most of the changes to the template that i need http://www.desotosystemsflags.com/index.php but I'm starting to think I absolutely need admin console to change footer and mega menu config/layout. I was even going to scrap it and load an older version of your template that did not use the admin console but could not find one. My head is going to explode and I've killed way to much time on this piece, seems like this should be really simple. If I were to email you for a quote would you be able to get the admin console to load for me? Thanks Anne.

21 May 2013, 5:52 PM
#591
divavocals avatar

divavocals

Totally Zenned

Join Date:
Jan 2007
Location:
Los Angeles, California, United States
Posts:
10,011
Plugin Contributions:
3

Re: Abbington Mega Template [Support Thread]

JW1212:

I was even going to scrap it and load an older version of your template that did not use the admin console but could not find one.Should be right there in the plugins section.. all historical versions can be found RIGHT BELOW the current version..

21 May 2013, 6:44 PM
#592
jw1212 avatar

jw1212

New Zenner

Join Date:
May 2013
Location:
Tampa, FL
Posts:
27
Plugin Contributions:
0

Re: Abbington Mega Template [Support Thread]

DivaVocals:

Should be right there in the plugins section.. all historical versions can be found RIGHT BELOW the current version..

Not sure what "plugin" section you're referring to? I downloaded the template here http://http://www.picaflor-azul.com/index.php?main_page=document_product_info&cPath=27&products_id=15035

21 May 2013, 7:45 PM
#593
divavocals avatar

divavocals

Totally Zenned

Join Date:
Jan 2007
Location:
Los Angeles, California, United States
Posts:
10,011
Plugin Contributions:
3

Re: Abbington Mega Template [Support Thread]

JW1212:

Not sure what "plugin" section you're referring to? I downloaded the template here http://http://www.picaflor-azul.com/index.php?main_page=document_product_info&cPath=27&products_id=15035
The ZEN CART plugin section where Anne ALWAYS submits her template and add-ons.. Forum rules won't allow her to support her templates and modules if she doesn't submit them to the plugins section (see "Plugins" link next to the "Forum" link)

21 May 2013, 8:05 PM
#594
jw1212 avatar

jw1212

New Zenner

Join Date:
May 2013
Location:
Tampa, FL
Posts:
27
Plugin Contributions:
0

Re: Abbington Mega Template [Support Thread]

DivaVocals:

The ZEN CART plugin section where Anne ALWAYS submits her template and add-ons.. Forum rules won't allow her to support her templates and modules if she doesn't submit them to the plugins section (see "Plugins" link next to the "Forum" link)

Found them...Thank You!! Well now at least if I can't get the admin console to work I hopefully roll the template back and do it without the console.

21 May 2013, 11:54 PM
#595
divavocals avatar

divavocals

Totally Zenned

Join Date:
Jan 2007
Location:
Los Angeles, California, United States
Posts:
10,011
Plugin Contributions:
3

Re: Abbington Mega Template [Support Thread]

JW1212:

Found them...Thank You!! Well now at least if I can't get the admin console to work I hopefully roll the template back and do it without the console.

Sure.. Happy to offer some help.. :laugh:

22 May 2013, 2:11 AM
#596
djohanaa avatar

djohanaa

New Zenner

Join Date:
Jan 2009
Posts:
15
Plugin Contributions:
0

Re: Abbington Mega Template [Support Thread]

I have an issue can't seem to fix it... On the footer of the template the links under information site map, gift certificate faq, discount coupons and all the links under customer support except my account are not working. When I click on the links it says Page Not Found, also the email us link is not working either.

How can I fix this?

22 May 2013, 1:20 PM
#597
picaflor_azul avatar

picaflor_azul

Totally Zenned

Join Date:
Jul 2009
Location:
picaflor-azul.com
Posts:
6,940
Plugin Contributions:
28

Re: Abbington Mega Template [Support Thread]

djohanaa:

I have an issue can't seem to fix it... On the footer of the template the links under information site map, gift certificate faq, discount coupons and all the links under customer support except my account are not working. When I click on the links it says Page Not Found, also the email us link is not working either.

How can I fix this?

This does not sound like a template issue. If you post a link to your site I can take a look.

Thanks,

Anne

22 May 2013, 1:29 PM
#598
g2ktcf avatar

g2ktcf

Totally Zenned

Join Date:
Feb 2011
Location:
Lumberton, TX
Posts:
636
Plugin Contributions:
0

Re: Abbington Mega Template [Support Thread]

My Admin Configuration shows the Abbington Mega entry...but there is nothing in it. Its blank. It seems that I have gotten 1.1 and 3.1 crossed up. I uninstalled 1.1...and then reinstalled 3.1 but still a blank configuration entry.

Any clues?

22 May 2013, 2:10 PM
#599
g2ktcf avatar

g2ktcf

Totally Zenned

Join Date:
Feb 2011
Location:
Lumberton, TX
Posts:
636
Plugin Contributions:
0

Re: Abbington Mega Template [Support Thread]

g2ktcf:

My Admin Configuration shows the Abbington Mega entry...but there is nothing in it. Its blank. It seems that I have gotten 1.1 and 3.1 crossed up. I uninstalled 1.1...and then reinstalled 3.1 but still a blank configuration entry.

Any clues?

I am guilty of not searching this thread completely. I do have a table prefix...I will see if I can fix that.

22 May 2013, 2:16 PM
#600
djohanaa avatar

djohanaa

New Zenner

Join Date:
Jan 2009
Posts:
15
Plugin Contributions:
0

Re: Abbington Mega Template [Support Thread]

picaflor-azul:

This does not sound like a template issue. If you post a link to your site I can take a look.

Thanks,

Anne

My website is https://www.creativewallquotes.com