wordpress

Checked ZenCart v1.3.9f with WordPress v3.0.1

wordpress 10 Comments »

I installed WOZ v1.5 on ZenCart v1.3.9f with WordPress v3.0.1 and almost seems to work fine so far. In addition, the SEO module is non-inspection. http://demo.s-page.net/woz/en_v139/ZC_ROOT/index.php?main_page=wordpress

The solution of the shipping estimator problem with WOZ v1.5

wordpress Comments Off on The solution of the shipping estimator problem with WOZ v1.5

The solution of the shipping estimator problem with WOZ v1.5 Please edit 2 files. includes/init_includes/init_woz.php [code] if (!defined(‘IS_ADMIN_FLAG’)) { die(‘Illegal Access’); } if (defined(‘WOZ_CONFIG_STATUS’) && WOZ_CONFIG_STATUS == ‘true’) { [/code] to [code] if (!defined(‘IS_ADMIN_FLAG’)) { die(‘Illegal Access’); } if(substr($_GET[‘main_page’],0,6) == ‘popup_’){ define(‘WOZ_IGNORE_FLAG’, true); }else if (defined(‘WOZ_CONFIG_STATUS’) && WOZ_CONFIG_STATUS == ‘true’) { [/code] includes/templates/template_default/templates/tpl_modules_wordpress_header.php [code] if […]

WordPress On ZenCart v1.5 Released!

wordpress 15 Comments »

I released WordPress On ZenCart(WOZ) v1.5 today. Whats New In WOZ v1.5. It supported WordPress 2.9.2. It supported SSL with a header of WordPress. I added a WOZ Manager(installer) and WOZ Setting. I added a “Ceon URI Mapping Setting” in WOZ Manager. I gathered a header of wordpress in one file. I did the design […]

WOZ demo site is opened to the public.

wordpress 5 Comments »

The demonstration site of WOZ(WordPress On ZenCart) is opened to the public. http://demo.s-page.net/woz/en/ Zen-Cart v1.38a with RSS Feed and ceon uri mapping

WordPress On ZenCart v1.4 Release!

wordpress 8 Comments »

WordPress On ZenCart v1.4 Release! 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 [Physical […]

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

wordpress 25 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 […]

WordPress On ZenCart v1.301 Release!

wordpress 48 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 9 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]

WordPress On ZenCart v1.3 Release!

wordpress 8 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 […]

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

wordpress 8 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. [code lang=”php”] Latest Post