Page 31 of 102 FirstFirst ... 2129303132334181 ... LastLast
Results 301 to 310 of 1017
  1. #301
    Join Date
    Feb 2012
    Location
    Ohio, USA
    Posts
    58
    Plugin Contributions
    0

    Default Re: Abbington Mega Template Support Thread

    I'm using the original version. I've downloaded the update and read the docs. It doesn't mention an easy upgrade from the original to this. It looks like a fair number of files were changed. Is there an easy way to update my original Abbington Mega template so I can keep my customizations, or should this be looked at as installing a new template and recreating my changes?

    Thanks in advance for your time, and thank you as always for your fantastic work.

  2. #302
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,928
    Plugin Contributions
    45

    Default Re: Abbington Mega Template Support Thread

    Quote Originally Posted by jlizotte View Post
    I'm using the original version. I've downloaded the update and read the docs. It doesn't mention an easy upgrade from the original to this. It looks like a fair number of files were changed. Is there an easy way to update my original Abbington Mega template so I can keep my customizations, or should this be looked at as installing a new template and recreating my changes?

    Thanks in advance for your time, and thank you as always for your fantastic work.
    To update your template package you will need to read through the change log in the readme.html file and delete files which were deleted, add files which have been added, and merge files that have been changed with the files in your current template package.

    Thanks,

    Anne

  3. #303
    Join Date
    Feb 2012
    Location
    Ohio, USA
    Posts
    58
    Plugin Contributions
    0

    Default Re: Abbington Mega Template Support Thread

    I thought that might be the case. Thank you:)

  4. #304
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,928
    Plugin Contributions
    45

    Default Re: Abbington Mega Template Support Thread

    Quote Originally Posted by jlizotte View Post
    I thought that might be the case. Thank you:)
    No problem ;-)

    Thanks,

    Anne

  5. #305
    Join Date
    Jan 2011
    Location
    Adelaide, Australia
    Posts
    1,670
    Plugin Contributions
    1

    Default Re: Abbington Mega Template Support Thread

    Hi Anne,

    this is a longshot but I am desperate - I have an issue with customer login - getting a security warning error. Does your template customize /includes/functions/sessions.php file at all?

    Please see FAQ re this problem below with this reference.

    cheers,
    Mike

    FAQ

    There was a security error when trying to login

    Situation:
    I'm getting this error when trying to login from the customer screen "There was a security error when trying to login"

    Cause:
    Zen Cart has a security feature to prevent spoofed external logins. A "security token" field must exist on all login forms, actually on all forms submitting data via POST. This token must be current (not expired), and must be submitted with the rest of the form data; in the case of login, that would be the login username+password in order for logins to work properly.

    Remedy:
    All your forms, both admin and non-admin, need to use zen_draw_form() instead of hard-coding a <form> tag.


    Additionally, if you have customized your /includes/functions/sessions.php file for some reason, you'll also need to merge the new changes for this core file into your customized version.

  6. #306
    Join Date
    Feb 2011
    Posts
    82
    Plugin Contributions
    0

    Default Re: Abbington Mega Template Support Thread

    Hi Anne,

    Iam using your abbington templates, and trying the edit the main page, but found the HTML edit not found in my Text Editor (Define Pages Editor).. Looking forward to have your assist.

    Thank you. Regards, Jean

  7. #307
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,928
    Plugin Contributions
    45

    Default Re: Abbington Mega Template Support Thread

    Quote Originally Posted by shags38 View Post
    Hi Anne,

    this is a longshot but I am desperate - I have an issue with customer login - getting a security warning error. Does your template customize /includes/functions/sessions.php file at all?

    Please see FAQ re this problem below with this reference.

    cheers,
    Mike

    FAQ

    There was a security error when trying to login

    Situation:
    I'm getting this error when trying to login from the customer screen "There was a security error when trying to login"

    Cause:
    Zen Cart has a security feature to prevent spoofed external logins. A "security token" field must exist on all login forms, actually on all forms submitting data via POST. This token must be current (not expired), and must be submitted with the rest of the form data; in the case of login, that would be the login username+password in order for logins to work properly.

    Remedy:
    All your forms, both admin and non-admin, need to use zen_draw_form() instead of hard-coding a <form> tag.


    Additionally, if you have customized your /includes/functions/sessions.php file for some reason, you'll also need to merge the new changes for this core file into your customized version.
    The template does not modify that file. The contact us form in the menu does use the zen_draw_form()

    Thanks,

    Anne

  8. #308
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,928
    Plugin Contributions
    45

    Default Re: Abbington Mega Template Support Thread

    Quote Originally Posted by Orkid View Post
    Hi Anne,

    Iam using your abbington templates, and trying the edit the main page, but found the HTML edit not found in my Text Editor (Define Pages Editor).. Looking forward to have your assist.

    Thank you. Regards, Jean
    The zen cart developers removed the html area in version 1.5x for security reasons. This has nothing to do with the template. If you need a wysiwyg editor you can install one of the plugins available. But, don't edit the define_main_page.php file with anything but a plain text editor as it contains php code.

    Thanks,

    Anne

  9. #309
    Join Date
    Feb 2011
    Posts
    82
    Plugin Contributions
    0

    Default Re: Abbington Mega Template Support Thread

    Quote Originally Posted by picaflor-azul View Post
    The zen cart developers removed the html area in version 1.5x for security reasons. This has nothing to do with the template. If you need a wysiwyg editor you can install one of the plugins available. But, don't edit the define_main_page.php file with anything but a plain text editor as it contains php code.

    Thanks,

    Anne
    Hi Anne,

    I have add Wyzz wysiwyg editor integration into my FTP Program. Can I check with you does admin\includes\functions\extra_functions\editor_wyzz.php same with zcadmin\includes\functions\extra_functions\editor_wyzz.php? because I only add the files into zcadmin, everytime I update my define page editors, it hang my website, my server (FTP Program) and Zen Chart. Can you advice? I think I have add into wrong file.

    Thank you.
    Jean

  10. #310
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,928
    Plugin Contributions
    45

    Default Re: Abbington Mega Template Support Thread

    Quote Originally Posted by Orkid View Post
    Hi Anne,

    I have add Wyzz wysiwyg editor integration into my FTP Program. Can I check with you does admin\includes\functions\extra_functions\editor_wyzz.php same with zcadmin\includes\functions\extra_functions\editor_wyzz.php? because I only add the files into zcadmin, everytime I update my define page editors, it hang my website, my server (FTP Program) and Zen Chart. Can you advice? I think I have add into wrong file.

    Thank you.
    Jean
    This is not a template specific problem. I would recommend uninstalling that editor and installing the CK editor in the plugins section. Follow the installation instructions for that module and ask any questions about it on its support thread so that the module author can help you.

    Thanks,

    Anne

 

 
Page 31 of 102 FirstFirst ... 2129303132334181 ... LastLast

Similar Threads

  1. Lavender Template Support Thread
    By kobra in forum Addon Templates
    Replies: 262
    Last Post: 13 May 2015, 01:00 AM
  2. v154 Abbington Mega 5.3 template not displaying properly
    By irishshopper in forum Addon Templates
    Replies: 1
    Last Post: 6 Mar 2015, 04:56 PM
  3. Rustic Template Support Thread
    By clydejones in forum Addon Templates
    Replies: 320
    Last Post: 20 May 2013, 10:47 AM
  4. Turpy Template Support Thread
    By brandonturpin in forum Addon Templates
    Replies: 3
    Last Post: 20 Feb 2012, 07:36 PM
  5. DigitalShop Template Support Thread
    By blingthemes in forum Addon Templates
    Replies: 19
    Last Post: 9 Mar 2011, 07:49 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR