Page 172 of 186 FirstFirst ... 72122162170171172173174182 ... LastLast
Results 1,711 to 1,720 of 1859
  1. #1711
    Join Date
    Jul 2008
    Posts
    362
    Plugin Contributions
    0

    Default Re: Wordpress On Zencart / Released

    Quote Originally Posted by hira View Post
    In fact, it should be taken the cause of the error seriously.
    I coped by the method that did not display WOZ in a specific page first of all.
    A report, thank you.
    No problem hopefully it will help others with the same problem.

    One last thing currently my blog address is /wordpress/ and my install is /blog/ is it possible to change the zen cart URL from wordpress to something else?

  2. #1712
    Join Date
    Jun 2004
    Location
    Japan
    Posts
    169
    Plugin Contributions
    1

    Default Re: Wordpress On Zencart / Released

    Quote Originally Posted by gee38l View Post
    No problem hopefully it will help others with the same problem.

    One last thing currently my blog address is /wordpress/ and my install is /blog/ is it possible to change the zen cart URL from wordpress to something else?
    Thank you.
    It was good that a problem was settled.
    Is an SEO module Ceon URI Mapping?
    http://www.s-page.net/en/
    I develop the module which Zen-Cart integrates with other CMS. (WordPress and XOOPS)
    It may be funny English, but please endure it. (I am weak in English)

  3. #1713
    Join Date
    Jul 2008
    Posts
    362
    Plugin Contributions
    0

    Default Re: Wordpress On Zencart / Released

    Yeah im using Simple SEO URL

  4. #1714
    Join Date
    Jun 2004
    Location
    Japan
    Posts
    169
    Plugin Contributions
    1

    Default Re: Wordpress On Zencart / Released

    Quote Originally Posted by gee38l View Post
    Yeah im using Simple SEO URL
    I tried it in a demonstration site.
    http://demo.s-page.net/woz/en_v139/ZC_ROOT/blog/

    I edit two files.
    In addition, setting of Zen-Cart and WordPress is necessary.

    includes\classes\ssu\cores\link.php
    Code:
    				// if this page is our exclude list, let zen handle the job
    				if($page == 'wordpress') $page = 'blog';
    				if($this->checkPageExcludedList($page)) return false;
    includes\init_includes\overrides\init_sanitize.php
    (copy from includes\init_includes\init_sanitize.php)
    Code:
    /**
     * We do some checks here to ensure $_GET['main_page'] has a sane value
     */
      if (!isset($_GET['main_page']) || !zen_not_null($_GET['main_page'])) $_GET['main_page'] = 'index';
      if (!isset($_GET['main_page']) || $_GET['main_page'] == 'blog') $_GET['main_page'] = 'wordpress';
    
      if (!is_dir(DIR_WS_MODULES .  'pages/' . $_GET['main_page'])) {

    WordPress Admin Setting
    General Settings > Site address (URL) > Zen-Cart URL/blog
    Permalink Settings Day and name etc...


    Zen-Cart Admin Setting
    Configuration > Simple SEO URL > Exclude list
    Remove wordpress.
    http://www.s-page.net/en/
    I develop the module which Zen-Cart integrates with other CMS. (WordPress and XOOPS)
    It may be funny English, but please endure it. (I am weak in English)

  5. #1715
    Join Date
    Sep 2010
    Posts
    1
    Plugin Contributions
    0

    Default Re: Wordpress On Zencart / Released

    i use some other theme,but i find the html have two title,two keyword,two description in wordpress; woo,i think i must make some mistake.

    i read the text in woz,and i really can't understand somewhere . example
    replace wp_head() to woz_wp_head(). where find woz_wp_head()?

    my english is not bad... can you talk in detail,thanks...

    Code:
    To use other themes?
    --------------------------------
    I customized the woz_default theme for this modules based on a default theme of WordPress. I put down the point that I customized.
    Please compare woz_default with woz_default_old.
    
    It is copied text between <head></head> of [header.php] to [includes/templates/MY_TEMP/common/html_header.php]
    The thing defined in Zen-Cart does not copy it. ex)<title,<meta http-equiv
    and replace wp_head() to woz_wp_head().
    
    Delete text between <html></head> and <body> of [header.php]. 
    Delete </body> and </html> of [footer.php].
    
    The style sheet of the theme comes to be read by the above, too. 
    
    The style sheet is read in the other pages of Zen-Cart. Therefore the indication of other pages is just confused, too. 
    The item which I want to apply only in a page of WordPress please add "#wordpressDefault" in front of the item.
    
    In search of "get_sidebar();" in the theme file, please comment out entirely.

  6. #1716
    Join Date
    Mar 2005
    Posts
    5
    Plugin Contributions
    0

    Default Re: Wordpress On Zencart / Released

    I installed WOZ, i though everything was ok but i noticed many customers and no payments...I went through the payment and i noticed checkout issues

    My issue was once the person checked out AT paypals site then was re-directed back to my site i would get
    10571 address missing error and the order was never completed


    After doing much debugging i finally narrowed it down to WOZ and specifically init_woz.php and the initlization of WP


    I added something like this to the top of it (so the WP() doesnt get executed on payment processing)

    I replaced

    if (defined('WOZ_CONFIG_STATUS') && WOZ_CONFIG_STATUS == 'true')

    with

    if (defined('WOZ_CONFIG_STATUS') && WOZ_CONFIG_STATUS == 'true' && $_GET['main_page']=='wordpress')

    And it all jives now...wish i figured it out earlier!!

    BTW I dont use any sideboxes so this might be a fix only if your not using sideboxes...not sure




    Pete

  7. #1717

    Default Re: Wordpress On Zencart / Released

    Hi I installed WOZ and after all is done i get this * An above file is not be it for overriding from template_default on a server. 7.With the above installation is completion. Please check the operation from the following URL. Thank you. http://parfumite.biz/index.php?main_page=wordpress on the top of my page...
    I'll be very hapy if somebody know's how to remove it.

    Txs in advance.

  8. #1718
    Join Date
    Jul 2008
    Posts
    362
    Plugin Contributions
    0

    Default Re: Wordpress On Zencart / Released

    Hi All,

    I installed this module about 4 weeks ago and all seem to be working fine untill yesterday when i found out google had de indexed 900 links on my webpage all with 500 errors. After investigation from a third party developer we narrowed it down to the way wordpress was implemented with the woz addon.

    It seems that the html_header code was redirecting google to wordpress and as a result did not find any of the existing products or links that had already been indexed.

    We had a period of about a week where crawlers had not been to my site and the only results in google related to my word press blog. Not even the homepage came up on google anymore.

    Im not sure if it was a mistake on my side with the installation but after uninstalling the module i am finally back on track and wont be loosing any business anymore.

    I just wanted to let people know my experience with this module and to see if anyone else found this?

  9. #1719
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: Wordpress On Zencart / Released

    Quote Originally Posted by gee38l View Post
    Hi All,

    I installed this module about 4 weeks ago and all seem to be working fine untill yesterday when i found out google had de indexed 900 links on my webpage all with 500 errors. After investigation from a third party developer we narrowed it down to the way wordpress was implemented with the woz addon.

    It seems that the html_header code was redirecting google to wordpress and as a result did not find any of the existing products or links that had already been indexed.

    We had a period of about a week where crawlers had not been to my site and the only results in google related to my word press blog. Not even the homepage came up on google anymore.

    Im not sure if it was a mistake on my side with the installation but after uninstalling the module i am finally back on track and wont be loosing any business anymore.

    I just wanted to let people know my experience with this module and to see if anyone else found this?
    I stopped using this module long ago after I realized that the code is unecesarrily overly complicated and does not appear to follow the guidelines for implementing WordPress' "The Loop" codex.. There are TOO MANY gotchas and exceptions that have to be implemented in order for this module to work side by side with other modules.. I keep tabs on this in hopes that some day someone will re-write this the correct way..

    In the meantime if you do not need WordPress sideboxes for Zen Cart, then the Numinix blog embedding solution works and plays nice with other modules (including SEO modules) without requires a boatload of hacks to keep it from screwing with other modules..
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

  10. #1720
    Join Date
    Aug 2010
    Posts
    6
    Plugin Contributions
    0

    Default Re: Wordpress On Zencart / Released

    Thanks DivaVocals. Which Numinix blog embedding solution are you referring to?

 

 

Similar Threads

  1. EasyPopulate 4.0 Support Thread
    By chadderuski in forum Addon Admin Tools
    Replies: 3662
    Last Post: 30 Apr 2025, 04:14 AM
  2. Hebrew Support - latest release [Support Thread]
    By eranariel in forum Addon Language Packs
    Replies: 20
    Last Post: 23 Apr 2025, 08:49 AM
  3. WordPress® for Zen Cart® (wp4zen) [Support Thread]
    By DivaVocals in forum All Other Contributions/Addons
    Replies: 109
    Last Post: 1 Dec 2024, 01:36 PM
  4. PurpleShades Support Thread
    By kobra in forum Addon Templates
    Replies: 122
    Last Post: 18 May 2011, 07:18 PM
  5. ZJ Black 2 support thread
    By Liamv in forum Addon Templates
    Replies: 1
    Last Post: 15 Feb 2010, 02:53 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