• Resolved kathydtg

    (@kathydtg)


    Hi

    Is it possible to add a shopping trolley to the top right hand side of the website, so people can see how many items they have in then click on that icon and go to a checkout page?

    Or does it have to go in the sidebar? Which is a problem if I have a full width page or they navigate away from that page & say back to the home page which has no sidebar, how can they then find their shopping cart?

    Thanks

    Kathy

    http://wordpress.org/extend/plugins/wordpress-simple-paypal-shopping-cart/

Viewing 1 replies (of 1 total)
  • Plugin Author mra13

    (@mra13)

    Hi Kathy, You can place the shopping cart where ever you want on your site. Adding it to a post, page or sidebar is easy as you just use a shortcode. If you want to place it somewhere else (eg. header or footer) then you will simply need to edit your template file and use the PHP code that outputs the shopping cart. Here is an example snippet:

    <?php echo print_wp_shopping_cart() ?>

    The following shopping cart documentation has more info:
    http://www.tipsandtricks-hq.com/ecommerce/simple-wp-shopping-cart-installation-usage-290

Viewing 1 replies (of 1 total)
  • The topic ‘Add cart to top of site’ is closed to new replies.