Support » Plugin: WP e-Commerce Simple Product Options » Not Working Anymore

Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author Lee Willis

    (@leewillis77)

    It works fine for me on WP 3.9.1 and WPEC 3.8.14.1. The values appear on the checkout page, during checkout and on the order confirmation.

    Thread Starter tecvoid

    (@tecvoid)

    i am continuing to test and the only oddity so far is that on the single product edit page, after i select the checkboxes for
    users can add a message
    and
    users can attach a file

    then i update the post/product, and when i check the personalization tab, the checkmarks are gone.

    note again, the options are showing on the front end.

    http://a1decals.com/products-page/formerly-sold/choose-design-decal-sticker/

    sorry i posted this on the wrong plugin page of yours, Lee, its the personalization plugin. and im going to try older versions and see what happens.

    i am having a weird effect of the simple product options showing up twice in my cart, and one on the checkout page unless i style
    .shoppingcart .product-name .wpec_product_option_cart_widget_text{display:none}
    .checkout_cart .wpec_product_option_checkout_text{display:none}
    .shoppingcart .wpec_product_option_checkout_text{display:none}
    .shoppingcart .wpec_showp_cart_widget_text{display:none;}

    love your plugins and ill be very happy once i get this worked out.

    btw- bought your google product feed plugin awhile back.

    Plugin Author Lee Willis

    (@leewillis77)

    Hi,

    The two checkboxes you mentioned (“users can add a message” and “users can attach a file”) aren’t provided by this plugin – they’re part of core WP e-Commerce.

    Thread Starter tecvoid

    (@tecvoid)

    ill continue to trouble shoot.

    i saw a different plugin that did a similar function but for the life of me i cant find a copy to try out.

    Thread Starter tecvoid

    (@tecvoid)

    when i turn on just the simple product options plugin.
    the product options show up just once in my cart.

    if i have the simple product options and your other plugin, show personalization, i get a double output of the simple product options in my cart.

    this is so strange.

    Plugin Author Lee Willis

    (@leewillis77)

    if i have the simple product options and your other plugin, show personalization, i get a double output of the simple product options in my cart.

    That’s kind of expected – they both do the same thing regarding showing personalisation during checkout.

    If you need the other personalisation info, but don’t want the product options outputting twice you can add something like this to your theme’s functions.php

    global $wpec_simple_product_options_frontend;
    remove_action( 'wpsc_after_checkout_cart_item_name', array( $wpec_simple_product_options_frontend, 'checkout_personalisation_information' ) );
    remove_action( 'wpsc_after_cart_widget_item_name', array( $wpec_simple_product_options_frontend, 'cart_widget_personalisation_information' ) );
    Thread Starter tecvoid

    (@tecvoid)

    it apparently has something to do with my single product page template.
    i reverted to an older one and im getting the personalization text now.

    im guessing there is a loop i moved the calls for information out of, or something to that effect.

    thanks lee!
    im hoping to get this thing figured out!, im very hopeful now that i seem to get it working with an older template.

    Thread Starter tecvoid

    (@tecvoid)

    ok so i moved the code around, and it seems to be working.
    mostly.

    thank goodness!

    i am also very very happy that i can finally see the options in the cart and on the checkout page in the correct way!

    i paid a guy a couple years ago to give me some bad styling that eliminated the custom text and options completely from the cart widget.

    now i just need to figure out why i cant view the attached image from the orders page.

    i think that might have something to do with folder permissions on the wpsc/user-uploads/ folder

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Not Working Anymore’ is closed to new replies.