Artisteer Conflict with WP Online Store


Author Message
Russ

Posted: 7/19/2014
Quote message 

I made a nice theme (I have 4.1 Standard)

I use WP Online Store which is ACE for having a fully functional shop with a few clicks.

On activating the theme it shows the header but then doesn't display the shop. (Needless to say the shop works fine with non-Artisteer themes..)

If I remove the shortcode for the shop then the post/page displays perfectly but as soon as I put the shortcode for the shop back in the page everything vanishes apart from the header.

Can anybody tell me how to resolve this?

The shortcode is [WP_online_store]

when it's included in the page then the html code of the page finishes with:
"/header>

div class="art-sheet clearfix"
div class="art-layout-wrapper"
div class="art-content-layout"
div class="art-content-layout-row"
div class="art-layout-cell art-content"

and that's it! - (I had to remove the <> to stop interference with THIS script)

Help Please folks!!!
 
Dave

Posted: 7/19/2014
Quote message 

I'm not familiar with the eCommerce platform you're using, but I can tell you that if you use Ecwid.com you won't have to worry about theme formatting or image resizing every again. It works perfectly for every eCommerce client I have ever had or even heard about. You can copy and paste coding in to your site page or embed single items with or without images, provide a million options, and set it up with PayPal and other merchants.
 
Russ Marsh

Posted: 7/20/2014
Quote message 

Hi,
Thanks for replying Dave. WP Online Store is a wordpress plugin that enables the OScommerce platform that's one of the most popular platforms on the net - possibly because it's free! :-) http://www.oscommerce.com/

This plugin is also free as opposed to the system you recommended..

As I said WP Online Store works fine with any other template, just not with Artisteer templates which is really peeing me off because I spent a lot of money on this so I can build unique templates for my various sites..

Can anybody help me resolve this? What about TechTom?

Please help..
 
jrgweb

Posted: 7/20/2014
Quote message 

@Russ Marsh - Do you get any error message?

What version of artisteer and wordpress.

In this example I use artisteer 4.2 and wordpress 3.9.1
http://wordpress.artisteertoday.com/blog/2014/07/20/testing-ecommerece/?slug=product_info&products_id=21

This link won't be here long so let me know when you view.

To get this to work with artisteer, you need to edit wp-online-store/includes/functions/html_output.php

Line 37 remove-- $ext=end(explode(".", $page));
and add this:

$arr=explode(".", $page);
$ext=end($arr);

Hopefully this will solve your issues.

 
jrgweb

Posted: 7/20/2014
Quote message 

@Russ Marsh - I did this in artisteer 4.1 but had no issues.

Worked right out of the box.

 
Russ Marsh

Posted: 7/21/2014
Quote message 

@jrgweb
To answer your original question and to maybe help others on here there were no error messages. The page just wasn't loading below the header.

I followed your instructions above regarding html_output.php and it worked perfectly. now the website display's beautifully!

The actual website is a T-shirt site for a client (see below). All I have to do now is train him to upload all his products! (phew! that'll be fun..)

Thank you so much for your expert help. I do hope it also helps others :-)
Russ