-
Re: Wordpress On Zencart / Released
Has anyone run into the problem where they embed wordpress and then when you go to the site's homepage the wordpress homepage is embedded into the zen cart homepage? For instance, if I type in example.com/site then example.com/site/? is what comes up in the brwoser address bar and the wordpress content is there. I don't want that, I just want it embedded into zen cart and showing only when you click on a link in the sidebox. I think this might be due to one of a zillion mods I have on the zen cart, which is 1.3.7.1 and wp is 2.8.4, but I am not sure. I have seen where other sites are running this without this problem, such as http://asialuna.com/ which was posted in this thread.
I have tried doing a redirect with .htaccess but it won't work for some reason. Any ideas??
-
Re: Wordpress On Zencart / Released
Hi All,
I have seen very little mention of this here. The RSS Feed is broken. The error " XML Parsing Error: XML or text declaration not at start of entity ".
When viewing the page source I see that normal headers and footers are loading. I have created a new override folder in includes/templates/myTemp/ with blank header and footer files.
This has not worked so far but I could also have the folder named incorrectly.
Does anyone have a fix for this?
Thanks,
John
-
Re: Wordpress On Zencart / Released
Quote:
Originally Posted by
lankeeyankee
Has anyone run into the problem where they embed wordpress and then when you go to the site's homepage the wordpress homepage is embedded into the zen cart homepage? For instance, if I type in example.com/site then example.com/site/? is what comes up in the brwoser address bar and the wordpress content is there. I don't want that, I just want it embedded into zen cart and showing only when you click on a link in the sidebox. I think this might be due to one of a zillion mods I have on the zen cart, which is 1.3.7.1 and wp is 2.8.4, but I am not sure. I have seen where other sites are running this without this problem, such as
http://asialuna.com/ which was posted in this thread.
I have tried doing a redirect with .htaccess but it won't work for some reason. Any ideas??
Don't know if there is a "fix" for this, but it certainly is normal behavior for this mod.. (BTW if you go to http://asialuna.com/? this does bring up their blog)
Before kiddos fix this was a sort of work around for those of use who could not get the http://yoursite.com/index.php?main_page=wordpress to display the blog correctly..
-
Re: Wordpress On Zencart / Released
Quote:
Originally Posted by
DivaVocals
Ah, yes, I should have clarified. I know that going to mysite.com/? will go to the blog, but on a clean zc 1.3.7.1 install with wp embedded the default behavior when you go to mysite.com is to go to mysite.com and the regular zen main page is displayed. For some reason, when I go to my super modified site(a clone testing site of course!:smile:) and go to mysite.com/test_site it will go to mysite.com/test_site/?. That is what I can't figure out. I have tried to redirect with an htaccess file but everything that I have tried so far doesn't work or will break the functionality of the zen cart wordpress sidebox and when you click a wp link it just redirects back to the index page.
It's been frustrating the heck out of me. I just had a thought that perhaps the test site being in a subdirectory and not the root might have something to do with it somehow. I will try installing a test clone into one of my dormant domain's root to see if that is the problem.
There is some weird conflict going on and I can't quite get it right. I have tried changing some of the logic in includes/extra_configures/wordpress-config.php but still haven't gotten it with or without Kiddo's fix.
If anyone else has had a similar problem and a fix I am all ears!:D I will keep working on isolating the problem, and once figured out I will post my results.
-
Re: Wordpress On Zencart / Released
@lankeeyankee
what happens when you go to mysite.com/test_site/index.php
-
Re: Wordpress On Zencart / Released
Forgot to include the address. You'll see the page load with the name META_TAG_TITLE, this is not a problem. Will get to it next.
http://www.12volt-travel.com/knowledgebase/feed/
Thanks,
John
-
Re: Wordpress On Zencart / Released
Quote:
Originally Posted by
niccol
@lankeeyankee
what happens when you go to mysite.com/test_site/index.php
It opens as expected on the regular zen cart homepage. I have tried to redirect mysite.com/test_site and mysite.com/test_site/ to mysite.com/test_site/index.php with an htaccess rewrite rule but it isn't working, it doesn't redirect so I am doing something wrong.
Here's a new thing, though. When I went back to it today it is working as expected when going to mysite.com/test_site or mysite.com/test_site/ meaning it's going to the regular zen cart homepage.
Last night I found that I had www.mysite.com/test_site in the zc config file and mysite.com/test_site in wp config, so I changed the zc config to match wp, ie. no www. at the beginning.
And I also have query cache mod installed, I don't know how long the database cache lasts, and I was thinking that perhaps this was one of those times when clearing the browser cache and cookies and refreshing the page still didn't show the new changes?
Either way, it appears to be working right now, but I thought I had it before and came back to it to find out that I hadn't gotten it, so I can't say for sure yet.:smile:
Do you have any suggestions as what to do to make sure that we always get to the default index.php page when someone first gets to mysite.com/test_site ?
-
Re: Wordpress On Zencart / Released
Quote:
Originally Posted by
bumba000
I'm not sure I understand where the error is coming from. Is it on a wordpress page's RSS link? Or do you have the zen cart RSS feed module installed and that is what is giving the error? It is missing the XML declaration line, so possibly there is a corrupt file that is not outputting the declaration line before the rest of the feed info?
-
Re: Wordpress On Zencart / Released
Hi lankeeyankee,
If you look at the source of that page you'll see that the declaration line is before the rest of the feed info but there is also a standard header, footer and everything in between.
Simply put, the source behind the page isn't just the feed.
Thanks,
John
-
Re: Wordpress On Zencart / Released
Quote:
Originally Posted by
bumba000
Hi lankeeyankee
,
If you look at the source of that page you'll see that the declaration line is before the rest of the feed info but there is also a standard header, footer and everything in between.
Simply put, the source behind the page isn't just the feed.
Thanks,
John
I see what you mean. Perhaps it has something to do with the rewritten url? On mine, with the default permalinks the feed is mysite.com/?feed=rss2 and yours is /feed. I had problems getting anything but the default permalinks working correctly within zen cart. If I changed them to anything but the default permalink all of the wordpress links in my zc sidebox would just resolve to the homepage.
-
Re: Wordpress On Zencart / Released
If the url is changed to ...com/knowledgebase/?feed=rss2 on enter it pauses and then forwards to ...com/knowledgebase/feed/. Gives same error.
Changed permalinks back to default and still gave the same error.
Thanks,
John
-
Re: Wordpress On Zencart / Released
You changed the permalink setting in the wp admin and it still resolves to knowledgebase/feed instead of knowledgebase/?feed=rss2? That is weird, I wonder if it's a cache issue?
Do you have other wp modules installed that could be causing a confilct?
-
Re: Wordpress On Zencart / Released
No, sorry about that. When I changed the permalinks the url kept the ?feed=rss2?.
-
Re: Wordpress On Zencart / Released
And does it work that way or still broken?
-
Re: Wordpress On Zencart / Released
Still broken. I should be able to make a dir in includes/templates/myTemp/ called knowledgebase_feed and put a blank header, sidebox and footer file in there. Then the body (the feed) would load on it's own.
Can't seem to come up with a working directory name for the override. calling the dir "knowledgebase_feed" doesn't work. I have tried many other names too. ZERO success.
-
Re: Wordpress On Zencart / Released
I have changed everything back (permalinks + deleted override dir) and now the feed doesn't go to a page with an error message. It stays in the blog but doesn't load any of the feed anywhere.
I'm completely stumped.
-
Re: Wordpress On Zencart / Released
I just went back to 12volt-travel.com/knowledgebase/?feed=rss2 and it redirected me to 12volt-travel.com/knowledgebase/feed/ with the same error message. Do you still have permalinks set to default?
-
Re: Wordpress On Zencart / Released
Scratch my last comment. I cleared cache an I'm back to the error. Whew!! I had no idea what I had done to cause that. :D
Still broken though.
-
Re: Wordpress On Zencart / Released
yes, permalinks are set to default.
-
Re: Wordpress On Zencart / Released
Well, I tried this with Chrome and I got more info than IE8 or FF3, at least more of the page rendered. When viewing the source in Chrome the error message points to this:
HTML Code:
<div class="centerColumn" id="wordpressDefault">
<rss version="2.0"
The xml declaration is not there, it should be between the div and the <rss version. You wouldn't happen to have php short tags enabled in your php.ini would you?
It's hard to try to diagnose what is going on remotely, there are a number of possibilities why this could be happening. Did this ever work?
I think there is still some redirection problem going on. when I type in /knowledgebase/?feed=comments-rss2 it takes me to /knowledgebase/feed/. Have you installed any url/seo affecting modules in wordpress? I wounder if your zen cart seo url module is causing an issue?
-
Re: Wordpress On Zencart / Released
On our testing site I turned SEO URLs off and then tried ...com/knowledgebase/?feed=comments-rss2. It keeps the address and is still broken.
Nothing seems to change with SEO URLs on or off. It still moves to what should be the feed but is broken.
Also, I have never messed with the php.ini file and don't know what php short tags are.
-
Re: Wordpress On Zencart / Released
-
Re: Wordpress On Zencart / Released
I didn't read all the posts, but if your having issues with the feed url's, maybe this will help.
First, I only used the sidebox and wordpress-config.php file so I modified it a bit. I keep a dedicated sidebar2.php on my blog for Zan cart sidebox to use. I also use one of the rss feed mods on my store.
In order to get the two feeds to work I had to comment out this line in wordpress-config.php..
Code:
$i=strlen(DIR_WS_CATALOG);
$req=substr($_SERVER['REQUEST_URI'],$i,1);
$_GET['main_page']='wordpress';
Once I did that the feeds started behaving. Hope that helps...
-
Re: Wordpress On Zencart / Released
Hi Dave, Thanks for the tip.
Is there actually a file called "wordpress-config.php"? If there is, I can't find it. I have a wp-config.php but none of what you supplied is anywhere in it.
Please advise.
Thanks,
John
-
Re: Wordpress On Zencart / Released
Found it. Mine was slightly different. Commented it out and nothing changed. Strangely though, nothing broke either.
Thanks,
John
-
Re: Wordpress On Zencart / Released
EVERYONE! I GOT IT TO WORK! The secret? I re-installed WP in the same directory (root) as ZC. THEN Kiddo's fix worked.
Now, I am trying to style the link colors and text to match the site. For some reason, all the .css files I have tried to edit results in no changes?
Blog is here: www.blog.ktnaturals.com
-
Re: Wordpress On Zencart / Released
@kt naturals
try some rules like these:
Code:
.cat-item a{font-size:11px; color:#666;margin-left:14px;}
#wparchives li a{font-size:11px; color:#666;margin-left:14px;}
-
Re: Wordpress On Zencart / Released
Hi,
I have problem in stall the WP in zencart,which seems unbelievable,because I really did as one step by one step,following the instruction.
How ever,there still problem,file not found /domains/SITENAME/public_html/blog/wp-config.php
this path is the exact my path which I knew from the Ftp transfer path.
Is that any other problems?:blush:
-
Re: Wordpress On Zencart / Released
Quote:
Originally Posted by
paulnike
Hi,
I have problem in stall the WP in zencart,which seems unbelievable,because I really did as one step by one step,following the instruction.
How ever,there still problem,file not found /domains/SITENAME/public_html/blog/wp-config.php
this path is the exact my path which I knew from the Ftp transfer path.
Is that any other problems?:blush:
Double check your ABSPATH settings..
Try this: Read posts 438 - 442 of this thread the answer should be here. Also check out:
http://www.zen-cart.com/forum/showpo...&postcount=817
http://www.zen-cart.com/forum/showpo...&postcount=819
http://www.zen-cart.com/forum/showpo...&postcount=822
-
Re: Wordpress On Zencart / Released
I have my blog setup here:http://divaboutiques.com/store/?main...rdpress/?p=226, but when I try to click on one of my blog title it doesn't go anywhere, everything stay's on the same page, how can i fix my blog so when someone click on a certain recent post they just get that one post?
-
Re: Wordpress On Zencart / Released
Quote:
Originally Posted by
divaboutiques
I have my blog setup here:
http://divaboutiques.com/store/?main...rdpress/?p=226, but when I try to click on one of my blog title it doesn't go anywhere, everything stay's on the same page, how can i fix my blog so when someone click on a certain recent post they just get that one post?
I've got NOTHING to offer in the way of help.. But BOY oh BOY am I bookmarking your store!!! :clap:
-
Re: Wordpress On Zencart / Released
Quote:
Originally Posted by
divaboutiques
I have my blog setup here:
http://divaboutiques.com/store/?main...rdpress/?p=226, but when I try to click on one of my blog title it doesn't go anywhere, everything stay's on the same page, how can i fix my blog so when someone click on a certain recent post they just get that one post?
Something is still not right with a setting. It shouldn't be going to /?main_page=wordpress/?p=226 but to /?p=226. I think that Kiddo's fix might not be needed for the latest wordpress. What happens when you remove that from the wordpress-config file? Are you using an htaccess rewrite rule for wordpress?
-
Re: Wordpress On Zencart / Released
Quote:
Originally Posted by
DivaVocals
Thank u DivaVocals,I had followed your instruction,and find the exact ABSPATH setting.It is absolutely different from my FTP transfer PATH,so it is really important to find the exact ABSPATH.
How ever,I still face a problem as below:
When I add a new blog post to WP,there will be a new problem happenend to all my ZENCART site and the WP part.
It shows:
------------------------------------------------------------------------
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, [email protected] and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.
------------------------------------------------------------------------
It seems there are some problems happened to the .htaccess file.
I do not know what happened,would you mind give me another hep,please?
:clap:
-
Re: Wordpress On Zencart / Released
Quote:
Originally Posted by
paulnike
Thank u DivaVocals,I had followed your instruction,and find the exact ABSPATH setting.It is absolutely different from my FTP transfer PATH,so it is really important to find the exact ABSPATH.
How ever,I still face a problem as below:
When I add a new blog post to WP,there will be a new problem happenend to all my ZENCART site and the WP part.
It shows:
------------------------------------------------------------------------
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator,
[email protected] and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.
------------------------------------------------------------------------
It seems there are some problems happened to the .htaccess file.
I do not know what happened,would you mind give me another hep,please?
:clap:
Well you now are officially over my head..:smile: But in order for others to chime in, it might help to post a link to your site.. I'm glad the ABSPATH information was helpful..
-
Re: Wordpress On Zencart / Released
Quote:
Originally Posted by
paulnike
It seems there are some problems happened to the .htaccess file.
Post your file here and a link to the site so we can have a look at it to see what is going on.
-
Re: Wordpress On Zencart / Released
Quote:
Originally Posted by
DivaVocals
I've got NOTHING to offer in the way of help.. But BOY oh BOY am I bookmarking your store!!! :clap:
Thank you DivaVocals :D
-
Re: Wordpress On Zencart / Released
Quote:
Originally Posted by
divaboutiques
Thank you DivaVocals :D
:laugh:
-
Re: Wordpress On Zencart / Released
Quote:
Originally Posted by
lankeeyankee
Something is still not right with a setting. It shouldn't be going to /?main_page=wordpress/?p=226 but to /?p=226. I think that Kiddo's fix might not be needed for the latest wordpress. What happens when you remove that from the wordpress-config file? Are you using an htaccess rewrite rule for wordpress?
lankeeyankee-
This is what's in my wordpress-configure.php file.
Quote:
<?php
//
// wordpress on zencart by
http://www.s-page.net/
//
define ('ABSPATH','/home/divabou/public_html/blog/');
$woz_install=0;
if (file_exists(ABSPATH.'wp-config.php')) {
$woz_install=1;
define('WP_USE_THEMES', true);
$wp_did_header = true;
require_once(ABSPATH.'wp-config.php');
$i=strlen(DIR_WS_CATALOG);
$req=substr($_SERVER['REQUEST_URI'],$i,1);
if($req=='?'){
$_GET['main_page']='wordpress';
}
if (isset($_GET['feed']) && ($_GET['feed'] == 'rss2' || $_GET['feed'] == 'comments-rss2')) {
wp();
gzip_compression();
// require_once('./wordpress/wp-includes/template-loader.php');
require_once(ABSPATH . WPINC . '/template-loader.php');
exit();
}
}
?>
Where do I take the ? out to see what happens.
Also I don't know if I'm using a htaccess to rewrite. How would I kow if I'm using a htaccess to rewrite wordpress
-
Re: Wordpress On Zencart / Released
I used below files to my zen cart,but many errors let it can't work,so help me please
wordpress_on_zencart_v1-301.zip
zencart_demo_templates_1.1.zip
wordpress-2.8.4.zip
zencart-and-wordpress-user-integration.0.5.zip
1. can't vist home page and display:Parse error: syntax error, unexpected T_STRING, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or '}' in /home/content/l/i/q/liqinghua/html/includes/functions/extra_functions/class.rlwp.php on line 23
And can access home page after delete class.rlwp.php(zencart_demo_templates_1.1).
2. can't display products detail after switch language when i check one of products.and display:Warning: Cannot modify header information - headers already sent by (output started at /home/content/l/i/q/liqinghua/html/includes/templates/shop/common/html_header.php:25) in /home/content/l/i/q/liqinghua/html/blog/wp-includes/pluggable.php on line 865
But can display all after i back to home page and check the products again.(that mean it can display without wordpress,because i can see wordpress in url after switch language )
3. have much problem with Register/login/logout/changepassword/forgotpassword,
as register,it always display:Fatal error: Call to undefined function: username_exists() in /home/content/l/i/q/liqinghua/html/includes/classes/observers/class.registerWordPress.php on line 17
(zencart-and-wordpress-user-integration.0.5.zip)
http://www.zen-cart.com/index.php?ma...roducts_id=681 (wordpress_on_zencart_v1-301.zip)
http://wordpress.org/extend/plugins/...r-integration/ (zencart-and-wordpress-user-integration.0.5.zip)
http://wordpress.org/download/ (wordpress-2.8.4.zip)
http://www.zen-cart.cn/forum/download/file.php?id=2392 (zencart_demo_templates_1.1.zip) as below
-
Re: Wordpress On Zencart / Released
Quote:
Originally Posted by
misty
Did you install wordpress into same database as zencart?
Post details of wp-config.php here, minus database password.
Hi,misty.help me please
http://www.zen-cart.com/forum/showth...476#post779476
-
Re: Wordpress On Zencart / Released
Only works using wordpress version 2.5
Have not tried zencart wordpress mod with wordpress version 2.8...only 2.7
-
Re: Wordpress On Zencart / Released
Quote:
Originally Posted by
misty
Only works using wordpress version 2.5
Have not tried zencart wordpress mod with wordpress version 2.8...only 2.7
Oh,my god,so i must use wordpress version 2.5 or 2.7 for http://cbwp.us?
-
Re: Wordpress On Zencart / Released
Quote:
Originally Posted by
misty
Only works using wordpress version 2.5
Have not tried zencart wordpress mod with wordpress version 2.8...only 2.7
Hi
I got new error after use wordpress2.8 to 2.5.:
<a href="
Fatal error: Call to undefined function: wp_login_url() in /home/content/l/i/q/liqinghua/html/blog/wp-content/themes/fidi-2/metasite.php on line 18
And have same problem as last error(can't login/logout/change password.....)
And what function for this file?:class.rlwp.php(it is in zencart_demo_templates_1.1.zip)
<?php
/**
* @package TPP
* @copyright Copyright 2003-2007 Zen Cart Development Team
* @copyright Portions Copyright 2003 osCommerce
* @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
* @version $Id: class.rlwp.php 511 2009-02-17 07:20:44Z hugo13 $
*
* @author rainer AT langheiter DOT com // http://www.filosofisch.com // http://edv.langheiter.com
* example: <!--%WordPress%--><!--###getWPTag###-->
* first part == name of tab ( <!--%WordPress%--> )
* second part == name of called function; param: products_id ( <!--###getWPTag###--> )
*/
define ('ABSPATH','/home/content/l/i/q/liqinghua/html/blog'); // abs-path to wp
if (file_exists(ABSPATH.'wp-config.php')) {
require_once(ABSPATH.'wp-config.php');
$wpinstall = true;
}
class rlWP {
public $wpinstall;
private $tag;
function __construct(){
$this->wpinstall = false;
if (file_exists(ABSPATH.'wp-config.php')) {
$this->wpinstall = true;
require_once(ABSPATH.'wp-config.php');
}
}
public function getWPTag($tag = 'zen-cart'){
$content = '';
$this->tag = $tag;
if($this->wpinstall == true) {
$lastposts = get_posts('tag=' . $this->tag);
if(empty($lastposts)){
$content = 'NIX gefunden';
} else {
foreach ($lastposts as $post) {
$content .= '<div style="padding:4px; border: 1px solid green;"><h3>' . $post-
>post_title . '</h3><p>' . $post->post_content . '</p></div>';
}
}
} else {
$content = 'WP nicht installiert/richtig konfiguriert';
}
return $content;
}
}
function getWPTag($tag = 'zen-cart'){
$wp = new rlWP();
return $wp->getWPTag($tag);
}
?>
www.cbwp.us
-
Re: Wordpress On Zencart / Released
Quote:
Originally Posted by
misty
Only works using wordpress version 2.5
Have not tried zencart wordpress mod with wordpress version 2.8...only 2.7
Hi,i have new error again,help me please,i know you are great man:D
Thanks
-
Re: Wordpress On Zencart / Released
Hi there, I have searched every where for this problem so I'm assuming that I am doing something wrong that I'm missing since nobody has ever posted about this problem that I could find. What is happening is that my sidebar is perfect in all pages except that when you click to open the blog page itself, the sidebar all of a sudden jumps to the middle of the blog and the sidebar is blank. Here are 2 screen shots of what I'm talking about:
Home Page (perfect): http://www.aprons4you.com/images/home.png
and Blog Page (messed up): http://www.aprons4you.com/images/blog.png
Please any help would be appreciated.
Thank You,
-
Re: Wordpress On Zencart / Released
Quote:
Originally Posted by
richardr
Hi there, I have searched every where for this problem so I'm assuming that I am doing something wrong that I'm missing since nobody has ever posted about this problem that I could find. What is happening is that my sidebar is perfect in all pages except that when you click to open the blog page itself, the sidebar all of a sudden jumps to the middle of the blog and the sidebar is blank.
I think this is one of two things. You have CSS conflicts because zen cart and wp share some element names, and/or there is a missing </div> tag somewhere. It is most likely the name conflict, I ran into this too. If you don't have firebug plugin for firefox get it, then highlight the messed up area and right click, select inspect element from the context menu and see what the class or id name is. Compare your stylesheets and I bet you will find there are elements with the same name. Rename the wordpress elements and then go to the relevant theme files and change those element names. It's easiest to do with a find and replace function in notepad++ or other text editor.
-
Re: Wordpress On Zencart / Released
Quote:
Originally Posted by
lankeeyankee
I think this is one of two things. You have CSS conflicts because zen cart and wp share some element names, and/or there is a missing </div> tag somewhere. It is most likely the name conflict, I ran into this too. If you don't have firebug plugin for firefox get it, then highlight the messed up area and right click, select inspect element from the context menu and see what the class or id name is. Compare your stylesheets and I bet you will find there are elements with the same name. Rename the wordpress elements and then go to the relevant theme files and change those element names. It's easiest to do with a find and replace function in notepad++ or other text editor.
Thank you, going to try this now, I appreciate the answer and glad to know that I wasn't the only one :)
-
Re: Wordpress On Zencart / Released
Great module, but interfere with the rss feed mod.
-
Re: Wordpress On Zencart / Released
Hi,
I'm using zencart 1.38 along with wordpress 2.84. They are all installed in the same directory and I have the woz plugin installed. My problem is with the woz sidebox links.
On my site www.bfit.ie/store the link to the categories is www.bfit.ie/store/?cat=1 . However this doesnt work and it returns me to the main page. If I type in www.bfit.ie/store/?main_page=wordpress&cat=1 then It works fine. The same is the case with the archive link. I tried the wp-admin to adjust the permalinks but nothign seems to work. I've read back over the forum and have seen similar problems but not sure of the exact fix in my case. Any ideas??
Rob
-
Re: Wordpress On Zencart / Released
Gueston
How did you resolve your registration problem with wordpress?
I am having the same problem as you mentioned earlier in this forum. That being the "Fatal error: Call to undefined function: username_exists() n /home/content/l/i/q/liqinghua/html/includes/classes/observers/class.registerWordPress.php on line 17"
I just registered on your site with the user name "Ben Franklin" and I saw that your registration is now working. You can delete that user. Sorry. How did you resolve the registration problem?
I am sure hoping that you can help me with this.
I'm Using:
Zencart: 1.3.8a
Wordpress: 2.8.4
WOZ: 1.301
zencart-and-wordpress-user-integration: .5
-
Re: Wordpress On Zencart / Released
Sorry to b-u-t-t in.. (excuse the spelling.. but the forum seems to have a slightly over enthusiastic word filter :yes: :laugh:)
I'm not sure Gueston even has his blog up anymore.. If he/she does, it's not integrated with Zen Cart using this mod as far as I can tell:
Based on his posts a direct link to his blog (http://gueston.com/blog) redirects to the store
and the standard WOZ URL
http://gueston.com/index.php?main_page=wordpress gets a "page not found" error.
Quote:
Originally Posted by
MediBiz
Gueston
How did you resolve your registration problem with wordpress?
I am having the same problem as you mentioned earlier in this forum. That being the "Fatal error: Call to undefined function: username_exists() n /home/content/l/i/q/liqinghua/html/includes/classes/observers/class.registerWordPress.php on line 17"
I just registered on your site with the user name "Ben Franklin" and I saw that your registration is now working. You can delete that user. Sorry. How did you resolve the registration problem?
I am sure hoping that you can help me with this.
I'm Using:
Zencart: 1.3.8a
Wordpress: 2.8.4
WOZ: 1.301
zencart-and-wordpress-user-integration: .5
-
Wordpress On Zencart / Released
I'm using:
Zencart: 1.3.8a
Wordpress: 2.8.4
WOZ: 1.301
I installed using the readme in separate directories.
My shop url:
PHP Code:
www.myshopurl.com
Wordpress is in:
PHP Code:
www.myshopurl.com/blog
The wordpress url is working, but it take's me to the blog, without the zen cart shop surrounded.
In the wordpress admin I have set up the blog adress url to:
PHP Code:
http://www.myshopurl.com/
When I access in the sidebox to the blog it displayed the link:
PHP Code:
http://www.myshopurl.com/en/index/m/200909
but the blog is not showing, only my shop with products.
When I go to
PHP Code:
www.myshopurl.com/index.php?main_page=wordpress
it displayed the error:
PHP Code:
Warning: Cannot modify header information - headers already sent by (output started at /home/myusername/public_html/includes/templates/template_default/common/html_header.php:22) in /home/myuser/public_html/wp-includes/pluggable.php on line 850
As I read true the forum, for that error should be applaied the kiddo patch to includes/extra_configures/wordpress-config.php, witch is:
PHP Code:
// kiddos patch for WP 2.7
$i=strlen(DIR_WS_CATALOG);
$req=substr($_SERVER['REQUEST_URI'],$i,1);
if(($req=='i') && ($_GET['main_page']=='wordpress')) {
$_SERVER['REQUEST_URI'] = str_replace("index.php","",$_SERVER['REQUEST_URI']);
}
Now, when I access that url it' take's me to the home page. The blog is not showing, only the shop with products.
I hope I was clear enought.
Thank's for your help.
-
Re: Wordpress On Zencart / Released
Jeet Kune Do...
Have you tried accessing via
See demo at
http://www.dezinashop.com/demo/
-
Re: Wordpress On Zencart / Released
Yes. It take's me to the home page. No blog is displayed.
-
Re: Wordpress On Zencart / Released
Quote:
Originally Posted by
rachelgreen
Great module, but interfere with the rss feed mod.
http://www.zen-cart.com/forum/showpo...&postcount=617
-
Re: Wordpress On Zencart / Released
Quote:
Originally Posted by
a_berezin
Well this post gave me a hint and a place to look for resolving an issue I am having with running the Google Base mod and WOZ..:lookaroun
I have been testing using Google Base Feeder and WOZ together. Like others before me, I discovered that many folks have gotten stuck due to errors when running the Google Base feeds with WOZ. I may have come up with a solution..
Now my disclaimer.. I am NOT using the blog embedding features of WOZ. I only use the WOZ sideboxes. This "fix" does not appear to affect the WOZ sideboxes (your mileage may vary).. but admittedly I have NOT tested how this change affects the blog embedding features WOZ..
As for the "fix" (at least this is working for me so far..):
In the includes/extra_configures/wordpress-config.php file
Around line 29 find this:
PHP Code:
if(isset($_GET['feed'])){
Comment out lines 29-36 as follows:
PHP Code:
//if(isset($_GET['feed'])){
//wp();
//gzip_compression();
//require_once('./wordpress/wp-includes/template-loader.php');
//require_once(ABSPATH . WPINC . '/template-loader.php');
//exit();
//}
Like I said, your mileage may vary.. So far I can run my Google Base feeds and my WOZ sideboxes still work.. So far so good..:smile:
Google Base Wordpress error
ERROR: fy_un_tp is not a valid feed template
-
Re: Wordpress On Zencart / Released
Quote:
Originally Posted by
DivaVocals
Sorry to b-u-t-t in.. (excuse the spelling.. but the forum seems to have a slightly over enthusiastic word filter :yes: :laugh:)
I'm not sure Gueston even has his blog up anymore.. If he/she does, it's not integrated with Zen Cart using this mod as far as I can tell:
Based on his posts a direct link to his blog (
http://gueston.com/blog) redirects to the store
and the standard WOZ URL
http://gueston.com/index.php?main_page=wordpress gets a "page not found" error.
cbwp.us/blog please
or blog.cbwp.us
-
Re: Wordpress On Zencart / Released
Quote:
Originally Posted by
gueston
cbwp.us/blog please
or blog.cbwp.us
Sooooooo.. Totally off topic.. :laugh: When is your store going to be open for business?? Is the other store NOT open?? I've been eyballing some of your purses..:laugh::laugh: You can PM the response.. :smile:
-
Re: Wordpress On Zencart / Released
Quote:
Originally Posted by
DivaVocals
Sooooooo.. Totally off topic.. :laugh: When is your store going to be open for business?? Is the other store NOT open?? I've been eyballing some of your purses..:laugh::laugh: You can PM the response.. :smile:
ok,gueston.com opened , and coach.gueston.com
-
Re: Wordpress On Zencart / Released
Over the passed couple of years, many users of the Google Base Feeder and similar modules have cited issues created by the Wordpress on Zen Cart (WoZ) module.
So, I've created a tutorial on how to integrate wordpress into your Zen Cart.
numinix.com/blog/2009/09/26/integrating-wordpress-into-zen-cart-1-3-8a
-
Re: Wordpress On Zencart / Released
Sounds great..however page not loading from here in UK...
waiting for server is message in both IE8 and Firefox..
-
Re: Wordpress On Zencart / Released
Quote:
Originally Posted by
misty
Sounds great..however page not loading from here in UK...
waiting for server is message in both IE8 and Firefox..
This was mentioned in the Numinix Forum today:
Due to upgrades and changes on the Numinix server, the website will be inaccessible intermittently over the next couple of days. If the website does not load, try again in a few minutes. Everything is stable at the time of this post.
-
Re: Wordpress On Zencart / Released
So, I've been using the WOZ mod for a while now and really like it. I'd like to add an RSS feed for the blog and it's giving me fits, haha.
I've searched on here for solutions but haven't seemed to come up with any. Here's the details:
The site is running 1.3.7 with the WOZ mod at aestheticsbodyjewelry.com.
I've used 'define main page' and code from the wordpress documentation to add a feed to each post, and when I click on the feed image at the top of each post I get a normal-looking feed. BUT, when I search on google reader or anything similar, I don't.
I tried using the RSS2 add-on but didn't have any luck getting it to work (and it seems from the forums that others using WOZ have had similar problems?). I like the idea of having a feed for products and everything on the site that the RSS2 add-on does and that would be a great perk, but if I could just get the feed for the blog working that would be enough to satisfy me, haha.
Any advice would be appreciated -- thanks in advance!
-
Re: Wordpress On Zencart / Released
If you look back a page or two Andrew posted a fix for using the RSS feed mod and WOZ..
Quote:
Originally Posted by
aesthetics
So, I've been using the WOZ mod for a while now and really like it. I'd like to add an RSS feed for the blog and it's giving me fits, haha.
I've searched on here for solutions but haven't seemed to come up with any. Here's the details:
The site is running 1.3.7 with the WOZ mod at aestheticsbodyjewelry.com.
I've used 'define main page' and code from the wordpress documentation to add a feed to each post, and when I click on the feed image at the top of each post I get a normal-looking feed. BUT, when I search on google reader or anything similar, I don't.
I tried using the RSS2 add-on but didn't have any luck getting it to work (and it seems from the forums that others using WOZ have had similar problems?). I like the idea of having a feed for products and everything on the site that the RSS2 add-on does and that would be a great perk, but if I could just get the feed for the blog working that would be enough to satisfy me, haha.
Any advice would be appreciated -- thanks in advance!
-
Re: Wordpress On Zencart / Released
Quote:
Originally Posted by
aesthetics
So, I've been using the WOZ mod for a while now and really like it. I'd like to add an RSS feed for the blog and it's giving me fits, haha.
I've searched on here for solutions but haven't seemed to come up with any. Here's the details:
The site is running 1.3.7 with the WOZ mod at aestheticsbodyjewelry.com.
I've used 'define main page' and code from the wordpress documentation to add a feed to each post, and when I click on the feed image at the top of each post I get a normal-looking feed. BUT, when I search on google reader or anything similar, I don't.
I tried using the RSS2 add-on but didn't have any luck getting it to work (and it seems from the forums that others using WOZ have had similar problems?). I like the idea of having a feed for products and everything on the site that the RSS2 add-on does and that would be a great perk, but if I could just get the feed for the blog working that would be enough to satisfy me, haha.
Any advice would be appreciated -- thanks in advance!
See previous post at
http://www.zen-cart.com/forum/showpo...&postcount=617
-
Re: Wordpress On Zencart / Released
Thanks!
That looks like the solution, but...
unless I'm missing something I don't have that line of code in my wp-config.php file? I tried just adding it in and that definitely didn't work, haha.
Is there another wp-config file that I don't know about somewhere?
-
Re: Wordpress On Zencart / Released
You are editing the wrong file..
Quote:
Originally Posted by
a_berezin
Edit your wordpress-config.php
Find
Code:
if(isset($_GET['feed'])){
and replace by
Code:
if (isset($_GET['feed']) && ($_GET['feed'] == 'rss2' || $_GET['feed'] == 'comments-rss2')) {
Quote:
Originally Posted by
aesthetics
Thanks!
That looks like the solution, but...
unless I'm missing something I don't have that line of code in my wp-config.php file? I tried just adding it in and that definitely didn't work, haha.
Is there another wp-config file that I don't know about somewhere?
-
Re: Wordpress On Zencart / Released
Where is wordpress-config.php located? I've searched all the files in the wordpess folders and have come up with nothing. All I have is wp-config in the root directory of my store as per the installation of the wordpress on zen-cart add-on. Am I overlooking it?
-
Re: Wordpress On Zencart / Released
Quote:
Originally Posted by
aesthetics
Where is wordpress-config.php located? I've searched all the files in the wordpess folders and have come up with nothing. All I have is wp-config in the root directory of my store as per the installation of the wordpress on zen-cart add-on. Am I overlooking it?
I don't know the answer to location, but if you are using an ftp program, there should be a search option on it, I use coreftp it's free and I use it to find files all the time, just pick your root directory and search all files for that exact file, it should find it for you no problem, sorry I cant just give you a direct answer, but alot of people don't know that you can search for files using an ftp program, but it is really easy.
Hope that helps some,
Richard
-
Re: Wordpress On Zencart / Released
Quote:
Originally Posted by
aesthetics
Where is wordpress-config.php located? I've searched all the files in the wordpess folders and have come up with nothing. All I have is wp-config in the root directory of my store as per the installation of the wordpress on zen-cart add-on. Am I overlooking it?
wordpress-config file SHOULD BE IN ZENCART FOLDER
/includes/extra_configures/
-
Re: Wordpress On Zencart / Released
Thanks! I found it there.
I'm using FireFTP and it does have a search function, but for some reason it didn't seem to find that file. It only found the wp-config.php file.
I changed that line of code and uploaded back to the server but it didn't seem to change anything... do I need to use code to add the RSS feed within the loop on my define main page? That's how I had it inserted in the first place but that's where I ran into the initial problems.
Thanks again for all the help!
-
Re: Wordpress On Zencart / Released
I have installed the mod and when I click on the archives I can see my posts, but when I go to "index.php?main_page=wordpress"
I get nothing...
http://www.bloomfieldsportsshop.com/store
Any ideas why the front page does not show?
-
Re: Wordpress On Zencart / Released
Quote:
Originally Posted by
robbinsgj
I have installed the mod and when I click on the archives I can see my posts, but when I go to "index.php?main_page=wordpress"
I get nothing...
http://www.bloomfieldsportsshop.com/store
Any ideas why the front page does not show?
Try
Code:
http://bloomfieldsportsshop.com/store/?
-
Re: Wordpress On Zencart / Released
Quote:
Originally Posted by
misty
Try
Code:
http://bloomfieldsportsshop.com/store/?
It works when you type it in directly but when you click on the link from the sidebar you still get nothing.
-
Re: Wordpress On Zencart / Released
Quote:
Originally Posted by
robbinsgj
It works when you type it in directly but when you click on the link from the sidebar you still get nothing.
Also, it only works if I have the sidebar turned on. If I turn off the sidebar I don't even get it when I type it in direct
-
Re: Wordpress On Zencart / Released
Hello,
Thanks Hira for this addon. I am completely new to the shopping cart system and would greatly appreciate any help and advice I can get.
All my content is being managed by Wordpress, at which I have a custom template that I have been using.
I am trying to incorporate a shopping cart system to the Wordpress website, and Zen Cart came highly recommended.
I have (finally!) successfully installed both Zen Cart and Wordpress in the same directory (public_html). I believe this is okay? Since it is okay to install both in the same directory. However, now I only see my Wordpress page, and nothing of the shopping cart.
Can someone enlighten me as to what is going on?
Is it possible to control how the shopping cart looks using Wordpress template?
As I am writing this plead for help, it occurred to me that maybe I could run the main site in the main directory, and then create a subdirectory just for the shopping cart (zen + another wordpress)? Is this viable? Or naive and short-sighted?
Any help would be greatly appreciated!
Zen Cart v1.3.8a/v1.3.8
Wordpress 2.8.4
-
Re: Wordpress On Zencart / Released
Quote:
Originally Posted by
prodactaessentials
I have (finally!) successfully installed both Zen Cart and Wordpress in the same directory (public_html). I believe this is okay? Since it is okay to install both in the same directory. However, now I only see my Wordpress page, and nothing of the shopping cart.
Can someone enlighten me as to what is going on?
Is it possible to control how the shopping cart looks using Wordpress template?
This add-on won't make Zen Cart show in your WOrdPress blog, rather it will make your WordPress blog content appear in your Zen Cart store..
Quote:
Originally Posted by
prodactaessentials
Thanks Hira for this addon. I am completely new to the shopping cart system and would greatly appreciate any help and advice I can get.
That said, you should know that the original developer Hiro hasn't post here or on his own blog for nearly two years now, so do not look for a response from him..
Quote:
Originally Posted by
prodactaessentials
As I am writing this plead for help, it occurred to me that maybe I could run the main site in the main directory, and then create a subdirectory just for the shopping cart (zen + another wordpress)? Is this viable? Or naive and short-sighted?
You might want to take some time to read through this thread to get a feel for this mod and how it's being used to help answer your question.. Again this mod only embeds WordPress into a Zen Cart store, so your approach may have to be modified..
-
Re: Wordpress On Zencart / Released
Quote:
Since it is okay to install both in the same directory. However, now I only see my Wordpress page, and nothing of the shopping cart.
Did you overwrite zencart index,php file with wordpress index.php file?
-
Re: Wordpress On Zencart / Released
Quote:
Originally Posted by
DivaVocals
This add-on won't make Zen Cart show in your WOrdPress blog, rather it will make your WordPress blog content appear in your Zen Cart store..
Two questions about this:
1. Does it combine user-login? (Or will bloggers and shoppers need to sign up twice?)
2. Can WordPress still be accessed outside zencart? (Or ist look and feel of a single site?)
-
Re: Wordpress On Zencart / Released
Quote:
Does it combine user-login? (Or will bloggers and shoppers need to sign up twice?)
Does not combine user login...yes..sign up twice.
Quote:
Can WordPress still be accessed outside zencart? (Or ist look and feel of a single site?)
Can only be accessed successfully via zencart site
-
Re: Wordpress On Zencart / Released
Bit confused here. If I go to /index.php?main_page=wordpress I get nothing. If I go to /store/? I get the blog. That's no problem but when I set an internal URL in ezy-pages as ? I get no "?" and the link goes to index.php, not the blog. Any thoughts how I can get index.php?main_page=wordpress working again? It worked before a server move.
TIA
-
Re: Wordpress On Zencart / Released
Got it sorted. index.php?main_page=wordpress does not work but ?main_page=wordpress does work. Still confused though...
-
Re: Wordpress On Zencart / Released
add excerpt return blank.
anyone has this problem? when i add a post with excerpt, it return a blank page /blog/wp-admin/post.php
the post anf excerpt indeed inserted when i check back later.
post without excerpt just works fine.
zen cart 1.38a UTF8
wordpress 2.85
-
Re: Wordpress On Zencart / Released
Now I have my blog work. however, with Simple SEO URL on, index.php?main_page=wordpress only get the home page for zen cart....any solution?
-
1 Attachment(s)
WordPress On ZenCart v1.4
Thank you for WOZ the use. In addition, I have this forum respond to all of you and thank you.
I Released WordPress On ZenCart v1.4 !
Because I contributed it to here, I think that it is reflected soon, but can download it by follows.
http://www.s-page.net/products/62.html
I tested Zen-Cart 1.3.8 & WordPress 2.8.6. It is the most recent version of the present.
The update content is as follows.
* Supports WordPress 2.8.6 & widgets.
* Change it so that it is put a header of WordPress in a Zen-Cart template.
* Add a default theme for woz(woz_default).
* Add absolute pass investigation script (check_path.php) for installation assistance.
* Profit by a zen_href_link function in a link.
* Change the specifications that ‘index.php?main_page=wordpress’ becomes ‘/?’.
* Link ahead revises one part of the problems to become the ‘/?’.
* Fixed the bug that a breadcrumb and page title cannot get.
-
Re: WordPress On ZenCart v1.4
Talk about coming back in with a bang..:shocking: Please don't take this wrong Hira, but color me SURPRISED to see you post here again!:laugh:
I was just setting up a new test site with the previous version of WOZ... So I can't wait to test this new version out.. I have been using only the WOZ sideboxes from the previous version of WOZ.. I had far too many issues getting the blog embedding features of the previous WOZ version to work with the latest versions of WP.. So it will be nice to see a new improved version of WOZ that works with the new WordPress versions. I have a few questions though:
What's the difference between the free and "professional" editions of WOZ?
Will this be compatible with PHP 5.3??
Will you be around more often for support questions??
ETA: Found the answer to the last question on Hira's blog:laugh:
Quote:
In addition, I cannot answer it even if I have emails because I am weak in English. Please understand it.
Quote:
Originally Posted by
hira
Thank you for WOZ the use. In addition, I have this forum respond to all of you and thank you.
I Released WordPress On ZenCart v1.4 !
Because I contributed it to
here, I think that it is reflected soon, but can download it by follows.
http://www.s-page.net/products/62.html
I tested Zen-Cart 1.3.8 & WordPress 2.8.6. It is the most recent version of the present.
The update content is as follows.
* Supports WordPress 2.8.6 & widgets.
* Change it so that it is put a header of WordPress in a Zen-Cart template.
* Add a default theme for woz(woz_default).
* Add absolute pass investigation script (check_path.php) for installation assistance.
* Profit by a zen_href_link function in a link.
* Change the specifications that ‘index.php?main_page=wordpress’ becomes ‘/?’.
* Link ahead revises one part of the problems to become the ‘/?’.
* Fixed the bug that a breadcrumb and page title cannot get.
-
Re: Wordpress On Zencart / Released
Quote:
I Released WordPress On ZenCart v1.4 !
Thank you Hira...does it work with PHP5.3?
-
Re: WordPress On ZenCart v1.4
Quote:
Originally Posted by
DivaVocals
What's the difference between the free and "professional" editions of WOZ?
Reading really is fundamental..:laugh::laugh::laugh:
Quote:
A difference of free editon & professional editon As for the free edition, credit and the advertisement of the copyright are displayed, but have you use it free. In a design, the one that wants to delete these please order professional editon. professional editon is charged. It is very easy, and the shift of professional editon has you just use the post data from a free edition. (You don't need the uninstallation)
The difference of both is only a footer design as I stated it above. It is recommended to have you order professional editon since it has you test it in a free edition enough.
So this leaves only my last question..:laugh:
Quote:
Originally Posted by
DivaVocals
Will this be compatible with PHP 5.3??
-
Re: Wordpress On Zencart / Released
misty & DivaVocals
Thank you for a reply. :smile:
At first I must apologize for what I did not release for two years either and the forum having looked.
I'm sorry.
This was a Japanese special problem, but the WordPress Japanese edition did not support EUC-JP. (It support UTF-8)
WOZ was an untouched state since WordPress did not support EUC-JP because the Zen-Cart Japanese edition was EUC-JP.
Therefore I did not do the test in latest WordPress either.
There were still many demands from the Japanese user to want to use latest WordPress. I added inside handling of character code conversion and released a v1.4 Japanese edition. And I released the English version which merged the bugfix or function addition.
When I was after a long absence, and I came for a forum for a report, there were a great many replies and was surprised.
I really thank the people who had you support this thread. :hug:
Because I am weak in English, I make machine translation by translation software. Because it is machine translation, it is often that I find it very difficult to understand. (The slang cannot understand 100%)
On the contrary, I think that I tend not to be able to understand it because my English is opportunity translation. Please understand it.
By the way, it is the matter of the question.
Quote:
Originally Posted by
DivaVocals
What's the difference between the free and "professional" editions of WOZ?
To be different is a design of the footer part. A copyright and an advertisement are displayed in a free edition, and it is not displayed in a professional edition.
In professional edition, there are not the special support and function either. It is only the difference of the footer design to the last.
I made it a registration system in 20 dollars /1 site to delete credit, but did it in such a system so far because I was complicated.
Quote:
Originally Posted by
misty
does it work with PHP5.3?
Quote:
Originally Posted by
DivaVocals
Will this be compatible with PHP 5.3??
Because there is not environment of PHP5.3, I am missing. I'm sorry.
Quote:
Originally Posted by
DivaVocals
Will you be around more often for support questions??
It is a problem that my English is poor as had written down by the above. (This reply was necessary for approximately 1 hour, too):(
If it is the problem that I can understand in English plain as possible, I want to answer it.
-
Re: Wordpress On Zencart / Released
i know i used this intergration a while back but at the end i just picked up a small peice of code that i found while doing a search on google and slapped it into my main page area. it's not as smooth as having the wordpress on your site but for me it was simplier to try and make wordpress look like my site then it was to tie them together. but then again it was over a year ago when i was trying to tie them together it have been harder back then then it is now.
-
Re: Wordpress On Zencart / Released
i do have to say the sites that i seen that are intergrated look great, you guys have come alone way in the last 2yrs i might even take another bite at thie mod
-
Re: Wordpress On Zencart / Released
Quote:
Originally Posted by
MB1
i know i used this intergration a while back but at the end i just picked up a small peice of code that i found while doing a search on google and slapped it into my main page area. it's not as smooth as having the wordpress on your site but for me it was simplier to try and make wordpress look like my site then it was to tie them together. but then again it was over a year ago when i was trying to tie them together it have been harder back then then it is now.
Honestly, I have to agree with you.. WordPress templates are pretty easy to manipulate..
While this mod is great, I've never had much success getting all of it to work well for me.. So I am anxious to see what the never version brings.. Besides I discovered that my clients were never as interested in blog "integration" as I was.. Besides a TRUE integration would also tie the users and admin back ends of these apps together..
I've been using just the sideboxes from WOZ to display the blog content in the store.. (I use the sidebox that displays the content of all your WordPress sidebars -- and a little CSS magic to suppress the display of any sidebar content I don't want seen on the Zen Cart side). This has been an effective way to link they blog to the store. On the WordPress side I use the blogroll and a WP plugin called "Link Order" to create links back to the store's product categories.
All that said, I'll check out and test the new version of WOZ.. Hopefully it addresses some of the integration issues I had with the latest versions of WordPress.. I might also try out Numinix's method for integrating WorPress too and compare the two.. If neither of these works for me, my method of achieving "integration" using the WOZ sideboxes has worked well for me, and I can continue to use it..
-
Re: Wordpress On Zencart / Released
Quote:
Originally Posted by
DivaVocals
I've been using just the sideboxes from WOZ to display the blog content in the store.. (I use the sidebox that displays the content of all your WordPress sidebars -- and a little CSS magic to suppress the display of any sidebar content I don't want seen on the Zen Cart side). This has been an effective way to link they blog to the store. On the WordPress side I use the blogroll and a WP plugin called "Link Order" to create links back to the store's product categories.
.
i never really looked into too many WP mods as i feel i'll have enough to deal with when i upgrade my zencart to version 2.0, but i'm curious about those 2 mods as i'd like to intertwine the 2 sites a bit better especially on the WP side as you can see http://news.gorillagear.ca
-
Re: Wordpress On Zencart / Released
Quote:
Originally Posted by
MB1
i never really looked into too many WP mods as i feel i'll have enough to deal with when i upgrade my zencart to version 2.0, but i'm curious about those 2 mods as i'd like to intertwine the 2 sites a bit better especially on the WP side as you can see
http://news.gorillagear.ca
The blogroll is the built in WP widget that you can use to display links to other sites on your WP blog.. I use it to link the blog back to the store categories.. The WP blogroll displays links in the order they were entered. The Link Order plugin allows you to specify the order (similar to how sort orders in Zen Cart works)
-
Re: Wordpress On Zencart / Released
I have searched and searched and searched, and I have yet to find an answer to my following dilemna. Simply put, I want the main page that the user goes to when they click "home" or just type in my url to display my blog. I have both installed correctly at http://blackcuproaster.com/index.php?main_page=, but cannot find a way to show the blog on the home page. Any help would be great with this matter. Thank you.
-
Re: Wordpress On Zencart / Released
Quote:
Originally Posted by
RMelick
I have searched and searched and searched, and I have yet to find an answer to my following dilemna. Simply put, I want the main page that the user goes to when they click "home" or just type in my url to display my blog. I have both installed correctly at
http://blackcuproaster.com/index.php?main_page=, but cannot find a way to show the blog on the home page. Any help would be great with this matter. Thank you.
To avoid conflicting way zencart requires its index file, only possible way is to add wordpress code to define main page,
which will show certain blog posts of your choosing.
Then set zencart, if necessary, to not show any sideboxes
on main index page..
i.e.
http://www.dezinashop.com/demo/
-
Re: Wordpress On Zencart / Released
Quote:
Originally Posted by
misty
To avoid conflicting way zencart requires its index file, only possible way is to add wordpress code to define main page,
which will show certain blog posts of your choosing.
Then set zencart, if necessary, to not show any sideboxes
on main index page..
i.e.
http://www.dezinashop.com/demo/
How would I do this? I have no idea which file to edit, or what to put there
-
Re: Wordpress On Zencart / Released
Quote:
Originally Posted by
RMelick
How would I do this? I have no idea which file to edit, or what to put there
See my previous post at
http://www.zen-cart.com/forum/showpo...73&postcount=3
-
Re: Wordpress On Zencart / Released
Hi,
Ive just installed this mod as this will be soooo good in terms of SEO!
I have a problem tho, i dont get any content on the pages when i load them up. The sidebar works great, the titles change, the breadcrumbs change but no content??
what am i doing wrong?
www.funkyfancydress.com is the link
Many thanks
-
Re: Wordpress On Zencart / Released
My site (blackcuproaster.com) has all the layout/look I have been looking for with the wordpress blog being presented on the homepage and other aspects. I am running into a common issue of an error code popping up only on certain pages:
http://www.blackcuproaster.com/
http://blackcuproaster.com/index.php?main_page=index (after logging in, it is directed to this)
The error is the following:
Warning: Cannot modify header information - headers already sent by (output started at /home/content/t/b/c/tbcroaster/html/includes/templates/template_default/common/html_header.php:22) in /home/content/t/b/c/tbcroaster/html/wp/wp-includes/pluggable.php on line 865
I have done everything from change my htaccess to push anybody that goes to www.blackcuproaster.com to blackcuproaster.com, but that has errored out with every code made. I have talked to tech support from GoDaddy (I know, but I didnt make the decision, the boss did) and they said they couldnt do anything with the forwarding. It was bringing up the same issue that I was having.
As for the full on error code, I have also attempted every fix that I could find in these forums and others and am at a loss of what to do. I would really love to have some help with this issue so I might get it fixed for good. Anything would be great.
Thank you in advance.