• Resolved oxygensmith

    (@oxygensmith)


    hey TTHQ,

    Thanks for a great plugin – it’s working so terrifically!

    I’m just wondering if there is a PHP version of the “show_wp_shopping_cart” shortcode that displays the cart. This would allow us to display the cart on product detail/single page templates as well.

    Something like < ?php echo shopping_cart(); ? > — if my meaning isn’t clear.

    Cheers & thanks,

    Rob

    https://wordpress.org/plugins/wordpress-simple-paypal-shopping-cart/

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

    (@mbrsolution)

    Hi Rob, try the following code
    <?php echo print_wp_shopping_cart(); ?>

    See if the above helps you.

    Kind regards

    Thread Starter oxygensmith

    (@oxygensmith)

    PERFECT! Works great.

    Thanks so much for your help.

    Plugin Contributor mbrsolution

    (@mbrsolution)

    You are most welcome Rob 🙂

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘PHP version of show_wp_shopping_cart?’ is closed to new replies.