• Resolved creativecatapps

    (@creativecatapps)


    In wp_shopping_cart_shortcodes.php, lines 121 and 151, the line should read:

    $item_message = ($num_items == 1) ? ("Item", "wordpress-simple-paypal-shopping-cart") : ("Items", "wordpress-simple-paypal-shopping-cart");

    where $num_items == 1, rather than the present $num_items <=1.

    This changes 0 item to read 0 items, which is correct English.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor mbrsolution

    (@mbrsolution)

    Thank you for reporting your findings. I have submitted a message to the developers to investigate further your suggestion/findings.

    Kind regards.

    Plugin Author mra13

    (@mra13)

    Thank you. I will update this in the code.

    Thread Starter creativecatapps

    (@creativecatapps)

    Brilliant, thank you.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Small typo, code correction needed :)’ is closed to new replies.