Page 19 of 186 FirstFirst ... 917181920212969119 ... LastLast
Results 181 to 190 of 1859
  1. #181
    Join Date
    Apr 2004
    Location
    UK
    Posts
    5,821
    Plugin Contributions
    2

    Default Re: Wordpress On Zencart / Released

    Quote Originally Posted by Dhaya View Post
    Hi,

    I have installed WP separately.
    site url is http://ciscodeals.com/routers/

    am confused where to get post pages.. Help me..

    Dhaya
    Installing wordpress seperately without adding zencart wordpress
    module files is the reason your wordpress zencart sideboxes are not
    working...

  2. #182
    Join Date
    Jun 2007
    Location
    India
    Posts
    15
    Plugin Contributions
    0

    Default Re: Wordpress On Zencart / Released

    Hi..
    I have followed the url below.. i thing itz zencart WP module

    http://www.s-page.net/products/62.html

    also i got the fields in sidebox. Please have a look on my site.. only problem is i cant able to access post pages.

    Dhaya

  3. #183
    Join Date
    Apr 2004
    Location
    UK
    Posts
    5,821
    Plugin Contributions
    2

    Default Re: Wordpress On Zencart / Released

    Quote Originally Posted by Dhaya View Post
    Hi..
    I have followed the url below.. i thing itz zencart WP module

    http://www.s-page.net/products/62.html

    also i got the fields in sidebox. Please have a look on my site.. only problem is i cant able to access post pages.

    Dhaya
    Visited your site..you have attempted to integrate
    an existing wordpress install with zencart wordpress module.
    Zencart wordpress module is designed to integrate with BRAND
    NEW LATEST WORDPRESS RELEASE...

  4. #184
    Join Date
    Apr 2004
    Location
    UK
    Posts
    5,821
    Plugin Contributions
    2

    Default Re: Wordpress On Zencart / Released

    Quote Originally Posted by beast666 View Post
    am still having problems with (I think) the wp-config.php - and the mysterious wordpress-config.php in (/includes/extra_configures). Should these files be the same?

    And what is ABSPATH and how do we define it properly? I believe this is the cause of most of the errors about missing files and functions.
    wp-config.php - and the mysterious wordpress-config.php in (/includes/extra_configures). Should these files be the same?

    NO!!
    ABSPATH should be
    Code:
    define('ABSPATH', dirname(__FILE__).'/');

  5. #185
    Join Date
    Jun 2007
    Location
    India
    Posts
    15
    Plugin Contributions
    0

    Default Re: Wordpress On Zencart / Released

    Quote Originally Posted by misty View Post
    Visited your site..you have attempted to integrate
    an existing wordpress install with zencart wordpress module.
    Zencart wordpress module is designed to integrate with BRAND
    NEW LATEST WORDPRESS RELEASE...
    Shall i install Wp again. Just download WP from http://wordpress.org/download/ and shall i proceed with Zen WP module?

    Dhaya

  6. #186
    Join Date
    Apr 2007
    Posts
    117
    Plugin Contributions
    1

    Default Re: Wordpress On Zencart / Released

    Quote Originally Posted by misty View Post
    Wp_Sideboxes to show only after login.......

    Code:
    //Comment in next line if only registered members can view this sidebox 
    //if ($_SESSION['customer_id'] != '') 
      require($template->get_template_dir($column_box_default, DIR_WS_TEMPLATE, $current_page_base,'common') . '/' . $column_box_default);
    should do what you require..remove the two forward slashes
    before
    Code:
    if ($_SESSION['customer_id'] != '')

    Do I need to remove the rest of the code that is already there? I tried adding the code you provided before the existing code but the sidebox still shows up without being logged in.

    I also went and tried adding the code after the existing code with the same results.
    Last edited by A-1 Electronics; 2 Jul 2007 at 10:17 PM. Reason: Tried something else

  7. #187
    Join Date
    Apr 2007
    Posts
    117
    Plugin Contributions
    1

    Default Re: Wordpress On Zencart / Released

    I was in error. The box is still there. But instead of showing archive information, it shows a box heading of Blog Archive, but shows manufacture information.

  8. #188
    Join Date
    Apr 2004
    Location
    UK
    Posts
    5,821
    Plugin Contributions
    2

    Default Re: Wordpress On Zencart / Released

    WP Archives sidebox.. only show sidebox to registered members
    who are logged into zencart
    Copy code below ..create file named wp_archives.php
    Place file as follows into
    /includes/modules/sideboxes/wp_archives.php
    Code:
    <?php
    //
    // +----------------------------------------------------------------------+
    // |zen-cart Open Source E-commerce                                       |
    // +----------------------------------------------------------------------+
    // | Copyright (c) 2004 The zen-cart developers                           |
    // |                                                                      |
    // | http://www.zen-cart.com/index.php                                    |
    // |                                                                      |
    // | Portions Copyright (c) 2003 osCommerce                               |
    // +----------------------------------------------------------------------+
    // | This source file is subject to version 2.0 of the GPL license,       |
    // | that is bundled with this package in the file LICENSE, and is        |
    // | available through the world-wide-web at the following url:           |
    // | http://www.zen-cart.com/license/2_0.txt.                             |
    // | If you did not receive a copy of the zen-cart license and are unable |
    // | to obtain it through the world-wide-web, please send a note to       |
    // | license AT zen-cart DOT com so we can mail you a copy immediately.          |
    // +----------------------------------------------------------------------+
      require($template->get_template_dir('tpl_wp_archives.php',DIR_WS_TEMPLATE, $current_page_base,'sideboxes'). '/tpl_wp_archives.php');
      $title =  BOX_HEADING_WP_ARCHIVES;
      $left_corner = false;
      $right_corner = false;
      $right_arrow = false;
      $title_link = false;
    //Comment in next line if only registered members can view this sidebox
      if ($_SESSION['customer_id'] != '')
      require($template->get_template_dir($column_box_default, DIR_WS_TEMPLATE, $current_page_base,'common') . '/' . $column_box_default);
    ?>
    Works.. I tested 3 minutes ago

  9. #189
    Join Date
    Apr 2007
    Posts
    117
    Plugin Contributions
    1

    Default Re: Wordpress On Zencart / Released

    Worked. I don't know what I was doing wrong. I tried that. But, it is working now.

    Thank you very much Misty!

  10. #190
    Join Date
    Jun 2007
    Location
    India
    Posts
    15
    Plugin Contributions
    0

    help question Re: Wordpress On Zencart / Released

    Hi..

    I installed new version from wordpress site and i got the content page in zen-cart. But still the post values are not displayed when i click the category then i reecived "page not found" error message. Please tell me where to configure?


    Dhaya

 

 

Similar Threads

  1. EasyPopulate 4.0 Support Thread
    By chadderuski in forum Addon Admin Tools
    Replies: 3669
    Last Post: 23 Jun 2025, 11:40 PM
  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