• Ann McG

    (@annabananamc)


    We are using Simple Shipping 1.0/WPEC 3.8.8.5/WP 3.3.2 (tried SimpleShipping 1.1 and it locked up checkout page)

    We have used this in the past, but since adding UPS external calculator to our shipping options, the Local pickup option now says $8 instead of the $0 that it is set to.

    Any ideas where it might be getting this crazy notion?

    (and hopefully one that doesn’t require updating everything, we have a highly customized theme that I don’t want to mess with this week!)

    https://wordpress.org/plugins/wp-e-commerce-fixed-rate-shipping/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter Ann McG

    (@annabananamc)

    Forgot to add we are using WPEC Gold Cart v2.9.7

    Thread Starter Ann McG

    (@annabananamc)

    ANYBODY????

    DustinWoods

    (@dustinwoods)

    I had a similar problem with the shipping options not updating for any user after installing Simple Shipping. It turns out our customized theme had removed some of the built-in functions of WPEC. I’m not sure if you understand how to make theme updates, but this was a quick fix that worked for us:

    In the wpsc-shopping_cart_page.php file, I added the following couple lines right before the shipping options are looped through.

    <?php
    global $wpsc_cart;
    $wpsc_cart->get_shipping_method();
    ?>

    This will re-check for available shipping options. For some reason in our case, this wasn’t being called already. Hope this helps!

    Thread Starter Ann McG

    (@annabananamc)

    Thanks I’ll give that a try – I do know how to code/make updates!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Added local pickup $0, showing on checkout page as $8’ is closed to new replies.