Page 1 of 2 12 LastLast
Results 1 to 10 of 12
  1. #1
    Join Date
    May 2006
    Posts
    9
    Plugin Contributions
    0

    Default Define Pages Editor: sidebox text not updating?

    I've gone through nearly every post out of the 10 pages and still can not come up with a solution to this:

    I recently added additional pages to my info sideboxes by the following:
    http://www.zen-cart.com/forum/showth...e+pages+editor

    I can edit and save the text via Define Pages Editor but when I refresh my pages nothing gets updated. umf! Any ideas?


    also can't seem to figure out how to fit to page and/or center the product images in the popup windows...

    thanks in advance!

  2. #2
    Join Date
    Aug 2005
    Posts
    26,065
    Plugin Contributions
    9

    Default Re: Define Pages Editor: sidebox text not updating?

    If you are using version 1.3.X, you don't need all of this..EZ Pages is built in.

    If an earlier version, search for the EZ Pages mod. Saves alot of effort.
    Zen-Venom Get Bitten
    Get Your Business Found

  3. #3
    Join Date
    May 2006
    Posts
    9
    Plugin Contributions
    0

    Default Re: Define Pages Editor: sidebox text not updating?

    Anyone know how I can fix this without upgrading to EZ Pages?

    I have my define_pages in includes/languages/english/html_includes/custom

    The pages are saving when I edit them in the Define Pages Editor but aren't updating when I refresh on the actual web site.

    Can't figure this out for the life of me! Help!

  4. #4
    Join Date
    Aug 2005
    Posts
    26,065
    Plugin Contributions
    9

    Default Re: Define Pages Editor: sidebox text not updating?

    I have my define_pages in includes/languages/english/html_includes/custom
    I see that you are correctly placing these files in your custom folder...
    Do you also have a /includes/templates/custom folder and have this as the active selected template in the admin > tools > template selection.

    If you do, double check the spelling of the active template and the override folders that you have created to insure that they all match.

    If you do not, well kudos for copying the files that you have but for Zen to know that it is supposed to look in the custom named override folders it must be established as a template and activated.

    Try doing this and see what results or post back that I am telling you things that you have already done
    Zen-Venom Get Bitten
    Get Your Business Found

  5. #5
    Join Date
    Jun 2006
    Posts
    12
    Plugin Contributions
    0

    Default Re: Define Pages Editor: sidebox text not updating?

    i just upgraded to 1.3.0.1 where should i look for ez pages in admin?

  6. #6
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    64,726
    Plugin Contributions
    6

    Default Re: Define Pages Editor: sidebox text not updating?

    The Configuration ... EZ-Pages Settings ... are used for all settings ...

    Then the Tools ... EZ-Pages ... is used for building them ...
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today: v1.5.1]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...

  7. #7
    Join Date
    Jun 2006
    Posts
    12
    Plugin Contributions
    0

    Default Re: Define Pages Editor: sidebox text not updating?

    i think i have got to be blind.. i don't see ez-pages anywhere in my admin/configuration and admin/tools

  8. #8
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    64,726
    Plugin Contributions
    6

    Default Re: Define Pages Editor: sidebox text not updating?

    Are you sure you have done *all* Upgrades on the database and loaded *all* files to the server for Zen Cart v1.3.0.1?

    Did you get Zen Cart v1.3.0.1 from here?
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today: v1.5.1]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...

  9. #9
    Join Date
    Jun 2006
    Posts
    12
    Plugin Contributions
    0

    Default Re: Define Pages Editor: sidebox text not updating?

    i did the upgrade through my hosting control panel using fantastico ..

    this is confusing.. i just went to go look at it and it seems it wasn't completely upgraded.. but now the upgrade function doesn't work anymore, it shows me this now:
    Upgrading...

    Initializing Parameters - Done.
    Generating MySQL Backup - Done.
    Generating Files Backup - Done.CREATE TABLE `zen_ezpages` ( `pages_id` INT(11) NOT NULL AUTO_INCREMENT , `languages_id` INT(11) NOT NULL DEFAULT '1' , `pages_title` VARCHAR(64) NOT NULL DEFAULT '' , `alt_url` VARCHAR(255) NOT NULL DEFAULT '' , `alt_url_external` VARCHAR(255) NOT NULL DEFAULT '' , `pages_html_text` TEXT , `status_header` INT(1) NOT NULL DEFAULT '1' , `status_sidebox` INT(1) NOT NULL DEFAULT '1' , `status_footer` INT(1) NOT NULL DEFAULT '1' , `status_toc` INT(1) NOT NULL DEFAULT '1' , `header_sort_order` INT(3) NOT NULL DEFAULT '0' , `sidebox_sort_order` INT(3) NOT NULL DEFAULT '0' , `footer_sort_order` INT(3) NOT NULL DEFAULT '0' , `toc_sort_order` INT(3) NOT NULL DEFAULT '0' , `page_open_new_window` INT(1) NOT NULL DEFAULT '0' , `page_is_ssl` INT(1) NOT NULL DEFAULT '0' , `toc_chapter` INT(11) NOT NULL DEFAULT '0' , PRIMARY KEY ( pages_id ) , KEY idx_lang_id_zen ( languages_id ) , KEY idx_ezp_status_header_zen ( status_header ) , KEY idx_ezp_status_sidebox_zen ( status_sidebox ) , KEY idx_ezp_status_footer_zen ( status_footer ) , KEY idx_ezp_status_toc_zen ( status_toc ) )
    Table 'zen_ezpages' already exists
    does this mean i have to do the upgrade manually? or where do i even begin?

  10. #10
    Join Date
    Jan 2004
    Posts
    58,269
    Blog Entries
    3
    Plugin Contributions
    106

    Default Re: Define Pages Editor: sidebox text not updating?

    Generally, fantastico does an okay job of installing Zen Cart.
    I can't say I'm very excited about its approach to "upgrading" it.
    I recommend manual upgrades.

    In your case, if the upgrade was only partially applied, you may have to manually run each SQL statement to be sure everything was done. You can try to make the installer/upgrader (zc_install folder) do this for you by re-selecting the upgrade that appears to have failed.
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donations always welcome: www.zen-cart.com/donate

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

 

 
Page 1 of 2 12 LastLast

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
  •