Results 1 to 7 of 7
  1. #1
    Join Date
    Aug 2007
    Posts
    42
    Plugin Contributions
    0

    help question Wordpress & checkout

    I have installed wordpress on zencart contribucion twice, and i get always the same problem, when i go to the second step in Checkout i get a blank page, anyone knows why? I am breaking my head, because the contribucion files dont have anything to do with the checkout process, that i know.
    Please help.
    Thanks.
    www.thebooktrunk.com

  2. #2
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Wordpress & checkout

    Have you tried to first get the cart to function before applying the WP Module?
    Zen-Venom Get Bitten

  3. #3
    Join Date
    Aug 2007
    Posts
    42
    Plugin Contributions
    0

    Default Re: Wordpress & checkout

    Yes, I have just deleted wordpress, and the cart is working fine


  4. #4
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Wordpress & checkout

    I have not looked at the files that this mod touches but that is where I would start looking...
    Zen-Venom Get Bitten

  5. #5
    Join Date
    Jun 2007
    Location
    Phoenix, AZ
    Posts
    69
    Plugin Contributions
    0

    Default Re: Wordpress & checkout

    When I encountered this in my development environment it was due to an out of memory condition. Check the php error log (if you have one set up). If not, an easy experiment would be to increase the amount of memory a script is allowed to use. Look for a line in your php.ini file that starts with "memory_limit" and change the value on the right to "32M" without the quotes.

    Note that your hosting provider may or may not let you modify this value. I haven't tried it in my production environment yet. Also, if you own the box and php is installed as an Apache module, you may have to issue an "apachectl graceful" as root so that the ini file gets re-read.

    Alternately, you can move the file that was installed in includes/extra_configures to includes/modules/YOUR_TEMPLATE so that it only loads the WordPress framework on the page that actually renders WordPress. Make sure the file in includes/modules/YOUR_TEMPLATE is named the same as your main_page variable (e.g. the file should be named wordpress.php if your url is http://yoursite/index.php?main_page=wordpress).

    Finally, a quick head's up: I tried that contribution and it didn't seem ready for prime time. It had some issues (you've hit one), and the integration with Zen was pretty much nonexistent. (You'll have two user databases, one for Zen, one for WordPress). I also didn't like the terms of the licensing which stated they wanted a PayPal "donation" for the right to remove their "powered by WoZ" footer. (I'm not sure those terms are permissible under the GPL, so you may be able to disregard it. I elected not to use the contribution so I never did the research.) I've scrapped the contribution and am writing an improved WordPress module from scratch. If you're not willing to do that, then your best bet may be to install the two products separately and modify the WordPress theme to include links to your store. YMMV.

  6. #6
    Join Date
    Jun 2007
    Location
    Phoenix, AZ
    Posts
    69
    Plugin Contributions
    0

    Default Re: Wordpress & checkout

    One last thing: if your server extremely busy, edit the memory_limit setting at your own peril. It may very well bring the box to its knees. Make sure your server can handle the change before tinkering with any setting in the ini file.

    Good luck!

  7. #7
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Wordpress & checkout

    If you are on a 'nix server and have Mod_Rewrite available you can add this to you htaccess file to change the php memory if that is the issue:

    RewriteEngine On
    php_value memory_limit 33554432

    For a 32 MB limit and other valid byte values for larger
    Zen-Venom Get Bitten

 

 

Similar Threads

  1. Adding Wordpress Widget code to html_header causing $0.00 prices in checkout
    By pricediscrimination in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 8 Mar 2016, 11:47 PM
  2. blank checkout page: index.php?main_page=checkout&fecaction=null
    By gibow in forum All Other Contributions/Addons
    Replies: 9
    Last Post: 13 Jul 2011, 01:30 PM
  3. Fast & Easy Checkout not allowing customers with an account to checkout
    By zubenubi in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 6 Dec 2010, 10:45 PM
  4. checkout & admin - postage & packaging line no longer showing
    By DSCrossStitch in forum Addon Shipping Modules
    Replies: 7
    Last Post: 25 Apr 2008, 07:16 PM
  5. News & Articles or Wordpress on Zencart?
    By nataliajoe in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 28 Aug 2007, 01:48 PM

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