To insert code use <code>...</code>.
WP E-commerce integration
  • Hi KaptainLin and others

    I know this is a big request, but please remember it is spawned from my deep love and strong respect of Striking. Saying it's the best WP theme I've ever worked with is an understatement, and the continued work just makes it better and better.

    Now, I am working a bit with the WP E-commerce plugin atm and will do more work with that in the future, and with the most recent release (3.8), it's now easier to integrate the plugin with themes. It even works with striking as it is, but of course it's not particularly pretty or fitting.

    While I know integrating WPEC into the theme is a big undertaking, I can almost guarantee at least another 4-5 purchases if Striking became WPEC compatible. If you would like any input on how exactly to structure this implementation, I would be very willing to offer my time and advice based on experience with other WPEC themes.
  • 9 Comments sorted by
  • Hi,

    You may try use raw tag to wrap the E-commerce shortcode.
    Like
    [raw][shortcode][/raw]

    Let me know what's going on.

    Regards,
    KaptinLin
  • Hi KaptinLin

    I don't have a site to test it out on atm, but I'm afraid it won't make any real difference, because as I said, it works pretty fine as is, but of course it is not styled in any way with Striking, lacking the general theme and settings.

    To properly theme the plugin, Getshopped (who makes it) provides a list of .php files (of the various sections such as products page, single product page, checkout, cart widget etc.) that theme owners can customize to match their theme.
  • [raw][/raw] didn't workfor me. What did work was adding the following to the custom CSS field on the general settings of Striking:
    #single_product_page_container {width: 630px;}
  • I do have a problem with the sidebar on the single product page.
    It has no content. The DIV is there,but it's empty.
  • Hello E vd Boogaard

    Is this problem resolved or still open?
  • Why does WP E-commerce work with normal theme but with Striking its all messed up?
    Even with the new version? Does someone have a patched striking theme that works with this plugin ? Seems like its time to get a refund...for pete's sake!
  • Hi dodenko,

    As i replied you on themeforest,

    You can add

    add_filter( 'the_content', 'add_raw', 13 );

    function add_raw($content){
    return '[raw]'.$content.'[/raw]';
    }


    To the buttom of wp-content/themes/striking/functions.php file.

    Regards,
    KaptinLin
  • @dodenko Why if something does not work immediately always ask for a refund? The guys here try to help eveybody and provide solutions for almost every problem. Did you ever find a theme which has this much possiblities, settings and customation for such a great price? I really do not get it why people ask those frustrating questions?
  • wrong section oups...

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

In this Discussion