X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   Integrating your site's theme with a wordpress blog (https://forum.x-cart.com/showthread.php?t=54049)

hubie 06-04-2010 01:35 PM

Integrating your site's theme with a wordpress blog
 
I have worked on wordpress blogs standalone, but never integrated them with an existing site. I now want to do this and have installed WP to a subdirectory. Does anyone know the best way to have it work within your x-cart site's theme?

balinor 06-04-2010 01:38 PM

Re: Integrating your site's theme with a wordpress blog
 
You need to skin the blog - create a custom theme.

Jon 06-04-2010 02:00 PM

Re: Integrating your site's theme with a wordpress blog
 
I've seen people try and load wordpress database into x-cart to use the x-cart layout but I've never seen it done well. Like Padraic said skin the wordpress simlarly, or use an x-cart specific blog software.

balinor 06-05-2010 05:38 AM

Re: Integrating your site's theme with a wordpress blog
 
Like the one in Jon's signature ;)

Jon 06-05-2010 10:14 AM

Re: Integrating your site's theme with a wordpress blog
 
Like ours but there are others :D

PhilJ 06-05-2010 10:56 AM

Re: Integrating your site's theme with a wordpress blog
 
Here's an easy way

Learner 06-05-2010 10:19 PM

Re: Integrating your site's theme with a wordpress blog
 
Thanks PhilJ you are the only man for the support of forum such a simple way.

Thanks a lot.

Learner 06-07-2010 04:26 AM

Re: Integrating your site's theme with a wordpress blog
 
If I install it in subdomain that is in blog.mydomain .com can I able to do it?

All of the values stored in x cart database?

Thank you.

PhilJ 06-07-2010 05:55 AM

Re: Integrating your site's theme with a wordpress blog
 
Just change the path to your blog in blog.tpl
Code:

src="http://blog.mydomain.com"

Learner 06-07-2010 09:42 AM

Re: Integrating your site's theme with a wordpress blog
 
Thanks for your reply.I have installed it on different database rather than x cart will it create any problem?
Everything works perfect except display.When I see http://www.health-shoppe.com/blog.php then entire blog site will display in a small window after making scrolling="yes".How to make it full screen in help page also it will not display in IE.

Waiting for your reply.

Learner 06-10-2010 01:24 AM

Re: Integrating your site's theme with a wordpress blog
 
Any Solution PhilJ to display the blog quite large on our site?

Please help me to do that.

Thanks for your previous help.

Jon 06-10-2010 08:36 AM

Re: Integrating your site's theme with a wordpress blog
 
If your using a blog to help search engine results you don't want to display it in an iframe. Here's what Google says about iframes (http://www.google.com/support/webmasters/bin/answer.py?hl=en&answer=72746#4):

Quote:

We recommend that you avoid the use of iFrames to display content. If you do include iFrames, make sure to provide additional text-based links to the content they display, so that Googlebot can crawl and index this content.

Learner 06-10-2010 09:22 AM

Re: Integrating your site's theme with a wordpress blog
 
Quote:

Originally Posted by Jon
If your using a blog to help search engine results you don't want to display it in an iframe. Here's what Google says about iframes (http://www.google.com/support/webmasters/bin/answer.py?hl=en&answer=72746#4):


Hi Jon then how to solve this with PhilJ's Mod???

Any solution without using iFrames??

You say-make sure to provide additional text-based links to the content they display, so that Googlebot can crawl and index this content--What do you mean to say?? what else to be done??

Please help me to do that.

Thanks.

RahulNeo 06-10-2010 09:27 AM

Re: Integrating your site's theme with a wordpress blog
 
Jon how to solve it without using iFrames so that google indexing will be better??

Wait for your reply.

Regards.

TheWrongGrape 06-10-2010 05:08 PM

Re: Integrating your site's theme with a wordpress blog
 
I think the quickest and most SEO-friendly solution is to just have a standalone blog. Skin it to match your site somewhat and make sure that it's easy to get back to the main site. I thought about making it match EXACTLY my main site but it's too much work. You can see what I did at my site in my signature. Blog link is in the speedbar.

Learner 06-11-2010 04:59 AM

Re: Integrating your site's theme with a wordpress blog
 
Any Solution PhilJ that Jon say??

Thanks.

Shamun 06-11-2010 05:59 AM

Re: Integrating your site's theme with a wordpress blog
 
To include one page onto another without the use of iframes, you're left with php require/include. Bunch of problems would arrise from that due to conflicting function names unless wordpress has prefixed all of the functions and such.

If you just skin your blog to mimic your main site, it will give you much more extensibility. Sure it'll be a pain, but if you need extra functions then it could be accomplished with one of the many mods for wordpress.

Learner 06-11-2010 11:57 PM

Re: Integrating your site's theme with a wordpress blog
 
Quote:

Originally Posted by Tal
To include one page onto another without the use of iframes, you're left with php require/include. Bunch of problems would arrise from that due to conflicting function names unless wordpress has prefixed all of the functions and such.

If you just skin your blog to mimic your main site, it will give you much more extensibility. Sure it'll be a pain, but if you need extra functions then it could be accomplished with one of the many mods for wordpress.


So Tal what is the solution? How to integrate it on x cart?

Thanks for your support.

Shamun 06-12-2010 03:51 AM

Re: Integrating your site's theme with a wordpress blog
 
If you want to actually put wordpress into x-cart, then you would have to make everything work. Php session ID, cookies, login, registration etc.

If you skin wordpress to look like your site, then you can simply make a bridge which would do the same thing as integration (except for possibly registration and login), but you can still use wordpress mods without needing to worry too much on it destroying your site.


If you don't know PHP and MySQL intricately, you won't be able to bridge/integrate it. That would require a mod developer to make.
Best off just making it look like your site.

PhilJ 06-12-2010 04:54 AM

Re: Integrating your site's theme with a wordpress blog
 
Of course skinning Wordpress is the most ideal method, but not everyone knows how.

Regards SEO, just submit your main blog URL individually, it will still get indexed by Google. Ensure you have an Google sitemap for the blog, plenty of plugins for that.

I doubt the fact you are using it inside an iframe will make much difference. As I said, my method's just a quick way of doing it.

xtech 06-13-2010 08:08 AM

Re: Integrating your site's theme with a wordpress blog
 
Any solution finally to solve the iframe issue for better google indexing???

PhilJ what is your suggestion??

Tal and Jon what to do finally??

Thanks.

ARW VISIONS 06-13-2010 11:18 AM

Re: Integrating your site's theme with a wordpress blog
 
Just use wordpress and skin it to look like x-cart, or use Jons Mod.

Learner 06-13-2010 09:09 PM

Re: Integrating your site's theme with a wordpress blog
 
AShley,Tal what you suggest PhilJ's free mod will not work fine and create problem for google indexing???

What is your suggestion??

Any free mods like PhilJ's???

Thanks for your suggestion.

Jon 06-16-2010 11:42 AM

Re: Integrating your site's theme with a wordpress blog
 
Tried google?

http://www.arscommunity.com/wiki/articles/x-cart-wordpress-integration


All times are GMT -8. The time now is 01:11 PM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.