• Resolved williamsdb

    (@williamsdb)


    Hi

    I have setup wp-pizza using “**Option 2** – using templates”. This all works fine except that there doesn’t seem to be a way to display the cart. My site doesn’t have a sidebar and so I cannot add it there.

    Is it possible to add it to the “list” pages, i.e. /wppizza_menu/pizza/?

    Is this the best way of achieving it?

    How have others implemented the cart without having it on the side bar?

    Thanks!

    http://wordpress.org/extend/plugins/wppizza/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author ollybach

    (@ollybach)

    you can add it by using a shortcode wherever you want (assuming your theme has shortcode support of course)

    Plugin Author ollybach

    (@ollybach)

    oh, you could also put it in any of your templates or theme files like so :

    <?php echo do_shortcode('[wppizza type=cart]'); ?>

    Plugin Author ollybach

    (@ollybach)

    or – of course – you could also add a sidebar to your theme in the functions.php of the theme…. that’s assuming you are not afraid to get your hands a bit dirty with some coding..

    Thread Starter williamsdb

    (@williamsdb)

    Hi

    Coding’s no problem and I had considered that but your second option works a treat – thanks for such as quick response.

    Neil

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Cart on page as no sidebar’ is closed to new replies.