logo
Ask your WordPress questions! Pay money and get answers fast! (more info)

Warning: Please do not give out any FTP or ssh credentials to anyone, unless you trust them completely. Giving out login details is dangerous.

If the asker does not get an answer then they have 10 days to request a refund.

$7
Remove shipping calculator WP E-commerce

I try to implement a simple shipping option, where there's one shipping cost for all orders and I only ship to one country.

So I used fixed shipping and managed to hide the calculator altogether because it's unecessary considering the above (there's only one country in the drop-down anyway).

The shipping price shows up correctly on the total and everything, but when I try to proceed to payment I get "You must select a shipping method, otherwise we cannot process your order".

It seems the only way for the shipping to work is to press the "Calculate" button next to the drop-down list. So how do I do if I don't want it there, I mean the drop-down consists of one country anyway... Can I somehow make it calculate to a default country automatically, or remove the whole drop-down validation?

I tried searching around and it seems people only suggest hiding it or removing it from the php, but that only gives me above error.

Any help is appreciated!!

Thanks.

taz | 08/02/12 at 3:55pm Edit


(2) Possible Answers Submitted...

Note: taz felt their question was unanswered, so we granted them a refund.

Note: taz requested a refund. They offered this explanation:

"Found a solution myself, configured some lines in php (wpec-shopping_cart_page). Thanks for trying though!"

If no one challenges a refund request, then they are automatically granted and proccessed after 48 hours. Admins of this site only review refund requests if someone challenges the request. If you are curious about how we handled previous refund requests, you may read over all refund requests and their challenges.

See a chronological view of answers?

Warning: Please do not give out any FTP or ssh credentials to anyone, unless you trust them completely. Giving out login details is dangerous.

  • avatar
    Last edited:
    08/02/12
    4:00pm
    Michael Caputo says:

    Add this to your CSS:


    form.shipping_calculator{display:none;}

    • 08/02/12 4:16pm

      taz says:

      Like I wrote, hiding it wont do it since it demands the customer to click the "Calculate" button in order to work, otherwise showing above error message.

    • 08/02/12 4:17pm

      Michael Caputo says:

      Oh strange, I tested it on a site I have running a cart, and it doesn't give an error for me.

      Hope you find a solution.

  • avatar
    Last edited:
    08/02/12
    4:06pm
    Arnav Joy says:

    you can use this plugin to provide a single shipping method

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

    • 08/02/12 4:09pm

      Arnav Joy says:

      if you want to show only one country then go to following page and select only one country from the list named as "Target Markets: "

      go to this url

      http://yousite.com/wp-admin/options-general.php?page=wpsc-settings&tab=general

      please change
      http://yousite.com/
      to the name of your site

    • 08/02/12 4:18pm

      taz says:

      That's the plugin i'm already using, even though I have one option it still wants the customer to select country and click Calculate. I only have one country in Target Markets, so the drop-down only shows one country, which is why i want to remove it. Totally unecessary.

    • 08/02/12 4:19pm

      Arnav Joy says:

      try to use my second option of checking only one country , can you show me the screen store>>shipping , give me scrrenshot

This question has expired.





Current status of this question: Refunded



Warning: Please do not give out any FTP or ssh credentials to anyone, unless you trust them completely. Giving out login details is dangerous.

If the asker does not get an answer then they have 10 days to request a refund.