Page 155 of 186 FirstFirst ... 55105145153154155156157165 ... LastLast
Results 1,541 to 1,550 of 1859
  1. #1541

    Default Re: Wordpress On Zencart / Released

    It would be my inclination to use the default permalinks for wordpress, and troubleshoot from there...

  2. #1542
    Join Date
    Feb 2010
    Posts
    13
    Plugin Contributions
    0

    Default Re: Wordpress On Zencart / Released

    Quote Originally Posted by loosefast View Post
    It would be my inclination to use the default permalinks for wordpress, and troubleshoot from there...
    I just set it back the permalinks to default as you suggested. The strange thing is now it does not give me an error page when I click on a link. It just sends me to the home page like it was doing before?
    Aaron Macalister
    http://www.unlockology.com
    Attempting to learn as much as I can about Zen Cart.

  3. #1543
    Join Date
    Jul 2009
    Posts
    8
    Plugin Contributions
    0

    Default Re: Wordpress On Zencart / Released

    I'm working on a site that's kind of a blog with a shop attached, rather than the other way around. The site owner wants the index page to be the blog itself, and the shop secondary.

    Right now I have Zen Cart installed in the main directory and Wordpress installed in /blog. Everything's working fine, but I can't figure out a good way of making the blog the main page. A 301 redirect on index.php makes every page on the site redirect in an infinite loop. Is there a file that's a template for the blog, that I could just copy to the index?

    Any help or suggestions would be appreciated!

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

    Default Re: Wordpress On Zencart / Released

    Quote Originally Posted by DivaVocals View Post
    I don't understand your response here..

    If the GOAL is to fix WOZ so that it works correctly and does not interfere with other mods (hate to say it -- much as the Numinix embedding solution ALREADY does) and ONE of the modules where there are compatibility issues is Conor's module, why not send him (Conor) the modified files you have (v 1.5.1) so that the ORGINAL AUTHOR of Ceon URI and Advanced Shipper can take a look and see how to improve WOZ so that it works correctly and no longer has conflicts with these two modules..
    Mmm.
    I am an intention sending if ready.
    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. #1545
    Join Date
    Jun 2004
    Location
    Japan
    Posts
    169
    Plugin Contributions
    1

    Default Re: Wordpress On Zencart / Released

    Quote Originally Posted by DivaVocals View Post
    FYI, turns out there's a MINOR change required to fix this.. I'll test and confirm this weekend, but I'm fairly certain I have the answer to this.. Though I still maintain that shortened or friendly URLS for the feeds is not even close to a NEED TO HAVE or a showstopper, I am glad you pointed this out. I now have two solutions to resolve this.. (One which creates shortened or friendly feed URLs when permalinks are turned on and another solution which uses the default feed URLs when permalinks are turned on..)
    Thank you.
    Please try the hack of the other day by all means.

    http://www.zen-cart.com/forum/showpo...postcount=1500
    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)

  6. #1546
    Join Date
    Jun 2004
    Location
    Japan
    Posts
    169
    Plugin Contributions
    1

    Default Re: Wordpress On Zencart / Released

    Quote Originally Posted by Unlockology View Post
    I just set it back the permalinks to default as you suggested. The strange thing is now it does not give me an error page when I click on a link. It just sends me to the home page like it was doing before?
    Is the version of WOZ using latest(v1.5)?
    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)

  7. #1547

    Default Re: Wordpress On Zencart / Released

    Have you tried WOZ? It places your blog on the home page. Depending on your requirements, have you looked at WordPress shop plugins?

    Quote Originally Posted by 350125 View Post
    I'm working on a site that's kind of a blog with a shop attached, rather than the other way around. The site owner wants the index page to be the blog itself, and the shop secondary.

    Right now I have Zen Cart installed in the main directory and Wordpress installed in /blog. Everything's working fine, but I can't figure out a good way of making the blog the main page. A 301 redirect on index.php makes every page on the site redirect in an infinite loop. Is there a file that's a template for the blog, that I could just copy to the index?

    Any help or suggestions would be appreciated!

  8. #1548
    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 350125 View Post
    I'm working on a site that's kind of a blog with a shop attached, rather than the other way around. The site owner wants the index page to be the blog itself, and the shop secondary.

    Right now I have Zen Cart installed in the main directory and Wordpress installed in /blog. Everything's working fine, but I can't figure out a good way of making the blog the main page. A 301 redirect on index.php makes every page on the site redirect in an infinite loop. Is there a file that's a template for the blog, that I could just copy to the index?

    Any help or suggestions would be appreciated!
    Depends on what the owner means by " kind of a blog with a shop attached"


    • Is it important for the blog content to be incorporated (embeded) into the store? OR could the blog be styled like but have a separate URL than the store/site?
      ie:
      http://www.mysite.com (store/site)
      http://www.mysite.com/blog (Blog)
    • Are you interested in Zen Cart as the e-commerce solution because you've compared it to the WP e-commerce plugins?

    There are a TON of options to achieve what you want, and it depends on what you want as an outcome. For example you can do any of the following:

    • ZenCart as your main site/store with a seperate blog linked to your site via WordPress content sideboxes (Zen Cart sideboxes which pull in WordPress post content/links)
    • ZenCart as your main site/store with WordPress content integrated (embedded).
    • WordPress as you main site with one of the WordPress e-commerce plugins for your store. (there are pretty decent ones)


    You can even use the WordPress Loop codex code on the Zen Cart main define page to bring in page or post content on the front page of your Zen Cart site/store (I've used a simple example of this here:
    http:// clients . overthehillweb . com /testsite
    For this example, here's the post which details what I did to display WP posts on the main page:
    http://www.zen-cart.com/forum/showpo...postcount=1255

    Here's some links regarding the WordPress Loop:
    http://codex.wordpress.org/The_Loop
    http://codex.wordpress.org/Template_Tags
    http://codex.wordpress.org/The_Loop_in_Action
    http://perishablepress.com/press/200...oop-templates/
    http://perishablepress.com/press/200...mber-of-posts/
    http://weblogtoolscollection.com/arc...ordpress-loop/
    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.

  9. #1549
    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 hira View Post
    Thank you.
    Please try the hack of the other day by all means.

    http://www.zen-cart.com/forum/showpo...postcount=1500
    Don't need this hack at all.. Remember the test site in question uses the Numinix blog embedding solution.. Turns out it was a very simple mode (hack) required.. Will test this weekend..
    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. #1550
    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 hira View Post
    Mmm.
    I am an intention sending if ready.
    Isn't that what Conor is trying to help YOU do???? (BTW he is VOLUNTEERING to help..)
    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.

 

 

Similar Threads

  1. EasyPopulate 4.0 Support Thread
    By chadderuski in forum Addon Admin Tools
    Replies: 3611
    Last Post: 3 May 2024, 07:11 PM
  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