Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author wptipsntricks

    (@wptipsntricks)

    Which shortcode are you using for the shipping option?

    Thread Starter tomfrom

    (@tomfrom)

    $productName = $metas[‘_product_name’][0];
    $productPrice = $metas[‘_product_price’][0];
    $shipping = “60.00”;

    <? echo print_wp_cart_button_for_product($productName, $productPrice, $shipping); ?>

    sorry for the late reply!

    Plugin Author mra13

    (@mra13)

    That is for 60. What are you using when it is 1000? Do you have a comma (,) character in the shipping value?

    Thread Starter tomfrom

    (@tomfrom)

    No, it happens wen enough products are in the cart that the shipping is more than 1000, for example a product with a quantity of 20 (x 60 = 1200).

    Plugin Author wptipsntricks

    (@wptipsntricks)

    Hi, we plan to release an update in a couple of days to fix this issue.

    Plugin Author wptipsntricks

    (@wptipsntricks)

    We just released an update which should fix this issue.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Shipping displaying wrong price when above £1000’ is closed to new replies.