A combination test of Zen-Cart v1.3.8 and WordPress 2.5.

wordpress 2 Comments »

It is after a long absence.
[ it doesn’t seem to work with the latest versions of WordPress and Zen Cart. ]
Because I had the inquiry mentioned above, I tested it. The environment that I tested is as follows.

Install URL:http://demo.s-page.net/woz/zen-cart-v1.3.8a/
Zen-Cart >>> zen-cart-v1.3.8a-full-fileset-12112007.zip
Path of Zen-Cart:woz/zen-cart-v1.3.8a
WordPress >>> wordpress-2.5.zip
Path of WordPress:woz/wordpress_25
Tried [a] Wordpress and Zen-Cart into separate directories.

WordPress On ZenCart v1.301 Release!

wordpress 3 Comments »

[WordPress On ZenCart] v1.3 Release!
Because there were many users who failed by installation, I considered the point.
This update content is as follows.
–Screenshots addition in docs.
–wordpress-config.txt deletion & wordpress-config.php addition.
–Installation check function addition.
–(not found page addition and language file reading bugfix)

A method to use WOZ and Ultimate SEO URLs

wordpress 2 Comments »

====
before:http://www.example.com/?m=200707
after:http://www.example.com/blog/2007/07/
====
Because there is a permanent link function,
WordPress can easily realize URL such as the above. The method is as follows.
Step1)
Install [WordPress on Zen-Cart] by a method of
[a] Wordpress and Zen-Cart into separate directories.
Step2)
Install Ultimate SEO URLs.
Step3)
access WordPress admin > Options > General
Change Blog address (URL):
before:[ZENCART URL] >>> after:[ZENCART URL]/blog
Step4)
Access WordPress admin > Options > […]

WordPress On ZenCart v1.3 Release!

wordpress 7 Comments »

[WordPress On ZenCart] v1.3 Release!
This update content is as follows.
- Change Zen-Cart template for v1.3
- Support Wordpress and Zen-Cart into separate directories
- (It supports the same directory)
- Zen-Cart side box addition for WordPress sidebars

Screenshot after the installation

the side box for WordPress sidebars

You can use the independent side box, too

You can change the header image from […]

Q&A)adding a blog to the front page of my zen cart.

wordpress 6 Comments »

Q)
I’m looking at adding a blog to the front page of my zen cart.
A)
Admin > tools > Define Pages Editor > define_main_page.php
Please stick the following cords on there.

<fieldset>
<legend>Latest Post</legend>
<?php
$posts = get_posts(‘numberposts=5‘);
foreach($posts as $post) :
setup_postdata($post);
?>
<a href="<?php the_permalink(); ?>" id="post-<?php the_ID(); ?>"><?php the_title(); ?></a>
[…]

Introduction)Wordpress and Zencart into separate directories

wordpress 3 Comments »

[WordPress On ZenCart]was introduced here.
* A method to install WordPress and ZenCart into separate directory
* About a WordPress theme and a ZenCart template.
etc…
I am very thankful for such an introduction.

Refurbished!

Uncategorized No Comments »

This site was refurbished.
* URL of (Maine) for Japanese was different from URL for English so far. However, I made it even with [http://www.s-page.net/].
* I designed a ZenCart template to a base in a GlossyBlue theme. Of course it inflects in [WordPress On ZenCart]. Thanks for a splendid theme.

Update WordPress On ZenCart to ver1.2

wordpress No Comments »

WordPress On ZenCart updated today.
The following large changes were held by this update.

A change of an installation directory.
A module does not include the main body of wordpress.

The following bugs were revised by this.

Correspondence to ZenCart which installed in a subdirectory.
Some links are not connected.
A bug of a HTML editor.

Please read a […]

There was a mistake in readme

wordpress 3 Comments »

There was a mistake in readme of WordPress On ZenCart
before

.leftboxcontent ul li, .rightboxcontent ul li , .singleboxcontent ul li{
list-style-type: none;
margin:0px;
padding-left: 0px;
}
.leftboxcontent ul,rightboxcontent ul , .singleboxcontent ul{
margin:0px;
padding-left:0px;
}
.leftboxcontent ul ul,rightboxcontent ul ul, .singleboxcontent ul ul{
list-style-type: square;
margin:0px;
padding-left:5px;
}

after

.leftboxcontent ul li, .rightboxcontent ul li […]

WordPress On ZenCart/Updated

wordpress 5 Comments »

WordPress On ZenCart updated today.
Added functions are as follows.
**Because there is a revision of a style sheet, please read readme.
A revision of a design
add a sidebox of a pages
add a sidebox of a links
add a sidebox of a latest posts
able to display RSS feed in URL of [index.php?main_page=wordpress&feed=rss2].
(the use of google sitemap was enabled […]


Copyright © 2003-2006 S-page Powered by Zen Cart & WordPress | WP Theme & Icons by N.Design Studio