Page 120 of 186 FirstFirst ... 2070110118119120121122130170 ... LastLast
Results 1,191 to 1,200 of 1859
  1. #1191
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,023
    Plugin Contributions
    32

    Default Re: Wordpress On Zencart / Released

    Quote Originally Posted by kburner View Post
    Yes!! It works! I had a file messed up. Thank you so much for your help! Kim
    Excellent..

  2. #1192
    Join Date
    May 2008
    Posts
    261
    Plugin Contributions
    0

    Default Re: Wordpress On Zencart / Released

    Quote Originally Posted by DivaVocals View Post
    Nope.. Especially since I am not sure what problem you are speaking of.....
    Hi, DivaVocals,

    Is there any successful zen-cart site which was installed WOZ mod?
    please show me the url, I want to check if problem exist.

    waiting online.....

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

    Default Re: Wordpress On Zencart / Released

    Quote Originally Posted by Jerry5763837 View Post
    Hi, DivaVocals,

    Is there any successful zen-cart site which was installed WOZ mod?
    please show me the url, I want to check if problem exist.

    waiting online.....
    Try
    http://www.dezinashop.co.uk

  4. #1194
    Join Date
    May 2008
    Posts
    261
    Plugin Contributions
    0

    Default Re: Wordpress On Zencart / Released

    hello, misty

    thanks for your quick response.

    Great, it is actullay a successful site. Maybe i made some mistake. i will check carefully later.

    thanks again.

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

    Default Re: Wordpress On Zencart / Released

    Quote Originally Posted by Jerry5763837 View Post
    hello, misty

    thanks for your quick response.

    Great, it is actullay a successful site. Maybe i made some mistake. i will check carefully later.

    thanks again.
    http://dezinacart.co.uk

    is using zencart 1.38a, with WOZ zencart mod
    VERSION 1.3 and Wordpress 2.9, just following Hira's
    install instructions in Woz zip, re WordPress integration...
    HTH

  6. #1196
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,023
    Plugin Contributions
    32

    Default Re: Wordpress On Zencart / Released

    Quote Originally Posted by Jerry5763837 View Post
    hello, misty

    thanks for your quick response.

    Great, it is actullay a successful site. Maybe i made some mistake. i will check carefully later.

    thanks again.
    Indeed you may have, and without a link to your site, can't say what..
    Links to my test sites (and Misty's site and other working sites are posted ALL through this thread..)
    http://zen138blog2.overthehillweb.co...page=wordpress

    http://zen138blog1.overthehillweb.co...page=wordpress

  7. #1197
    Join Date
    May 2009
    Posts
    64
    Plugin Contributions
    0

    Default Re: Wordpress On Zencart / Released

    Quote Originally Posted by DivaVocals View Post
    A few updates to my previous post.. I wanted to include a few more details, plus there's one tweak I thought might be useful in general to folks using this mod.. (changes highlighted in blue below)
    You wrote there:
    3. Go to "includes/templates/template_default/sideboxes". Open all of the WOZ sidebox files and look for this line $content .= '<ul>'.$out.'</ul>';

    Just above this line add this: $content .= '<div id="' . str_replace('_', '-', $box_id . 'Content') . '" class="sideBoxContent">';

    This will format the WOZ sideboxes to look like your store's other sideboxes
    One should add the closing div-tag too. So the replacement of
    Code:
      $content .= '<ul>'.$out.'</ul>';
    should look like this:
    Code:
      $content .= '<div id="' . str_replace('_', '-', $box_id . 'Content') . '" class="sideBoxContent">';
      $content .= '<ul>'.$out.'</ul>';
      $content .= '</div>';


    I do have one fix to for the multi-site-installation. I guess, that the server could handel a "wrong" config in includes/extra_configures/wordpress-config.php like:
    Code:
    define('ABSPATH','/home/httpd/vhosts/domain1.com/httpdocs/theblog/');
    But I do not like a site on domain2.com have paths with domain1.com in some config-file. So I resolved this this way:
    Code:
    // fix for zen-cart and wp in multidomain-installation
    
    $domain = strtolower($_SERVER["HTTP_HOST"]); // get domain
    if(substr($domain,0,4) == 'www.'){ // test if domain is with "www." or not
    $domain=substr($domain,4); //get rid of "www."
    }
    
    // build the path
    define('ABSPATH','/home/httpd/vhosts/'.$domain.'/httpdocs/theblog/'); // Please end of this in "/".
    I still didn't test it with the other domains, but I guess it works too, as it does with "domain1.com".

  8. #1198
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,023
    Plugin Contributions
    32

    Default Re: Wordpress On Zencart / Released

    Quote Originally Posted by Pink View Post
    You wrote there:

    One should add the closing div-tag too. So the replacement of
    Code:
      $content .= '<ul>'.$out.'</ul>';
    should look like this:
    Code:
      $content .= '<div id="' . str_replace('_', '-', $box_id . 'Content') . '" class="sideBoxContent">';
      $content .= '<ul>'.$out.'</ul>';
      $content .= '</div>';
    Actually you don't need to add the closing div to this code.. (FYI.. It's not included in ANY of the WOZ sideboxes because it's not needed there either..)

  9. #1199
    Join Date
    May 2008
    Posts
    261
    Plugin Contributions
    0

    Default Re: Wordpress On Zencart / Released

    Quote Originally Posted by DivaVocals View Post
    Indeed you may have, and without a link to your site, can't say what..
    Links to my test sites (and Misty's site and other working sites are posted ALL through this thread..)
    http://zen138blog2.overthehillweb.co...page=wordpress

    http://zen138blog1.overthehillweb.co...page=wordpress
    hello, Misty and DivaVocals,

    thanks for your further info.

    I noted that the successful site is not installed with any SEO mod.

    Does it means that the WOZ mod conflict with SEO mod, right?

  10. #1200
    Join Date
    Apr 2004
    Location
    UK
    Posts
    5,821
    Plugin Contributions
    2

    Default Re: Wordpress On Zencart / Released

    Does it means that the WOZ mod conflict with SEO mod, right
    Dont see why that statement should be true...
    woz works with rss and should work with conor's mod below because specifics
    can be set per page
    http://www.zen-cart.com/index.php?ma...oducts_id=1269

 

 

Similar Threads

  1. EasyPopulate 4.0 Support Thread
    By chadderuski in forum Addon Admin Tools
    Replies: 3604
    Last Post: 24 Apr 2024, 10:06 AM
  2. Hebrew Support - latest release [Support Thread]
    By eranariel in forum Addon Language Packs
    Replies: 19
    Last Post: 23 Jan 2023, 08:04 AM
  3. WordPress® for Zen Cart® (wp4zen) [Support Thread]
    By DivaVocals in forum All Other Contributions/Addons
    Replies: 107
    Last Post: 13 Jan 2019, 12:32 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