Title: shortcode
Last modified: May 28, 2020

---

# shortcode

 *  Resolved [kaiajabones](https://wordpress.org/support/users/kaiajabones/)
 * (@kaiajabones)
 * [6 years ago](https://wordpress.org/support/topic/shortcode-739/)
 * Hello,
 * Just one more quick question.
 * I searched around but couldn´t find a shorcode to add the cart icon to a menu
   location using a hook.
 * Could you provide me with a solution ?
 * Thanks again!

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Author [WPClever](https://wordpress.org/support/users/wpclever/)
 * (@wpclever)
 * [6 years ago](https://wordpress.org/support/topic/shortcode-739/#post-12920042)
 * Hi [@kaiajabones](https://wordpress.org/support/users/kaiajabones/)
 * You can do it by using one of these ways:
 * 1. An option in plugin’s settings page [https://prnt.sc/srhpca](https://prnt.sc/srhpca)
   and the result [https://prnt.sc/srhryk](https://prnt.sc/srhryk)
 * 2. Add a Custom Link menu item with the CSS class “woofc-menu-item” [https://prnt.sc/srhqym](https://prnt.sc/srhqym)
   and the result [https://prnt.sc/srhrhp](https://prnt.sc/srhrhp)
 * 3. Using the HTML element with CSS class “woofc-cart-link” to place the cart 
   icon everywhere you want [https://prnt.sc/srhty2](https://prnt.sc/srhty2) -> 
   [https://prnt.sc/srhu8g](https://prnt.sc/srhu8g)
 * 4. Using the PHP code:
 *     ```
       if ( class_exists( 'WPCleverWoofc' ) ) {
           WPCleverWoofc::woofc_get_cart_link( true );
       }
       ```
   
 * In your case, I think you should use method #2.
 *  Thread Starter [kaiajabones](https://wordpress.org/support/users/kaiajabones/)
 * (@kaiajabones)
 * [6 years ago](https://wordpress.org/support/topic/shortcode-739/#post-12920744)
 * Thanks a lot for the answer, This works perfectly!
    I´m going with the html in
   the end as I have to add it to a php function and feel more confortable 🙂

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘shortcode’ is closed to new replies.

 * ![](https://ps.w.org/woo-fly-cart/assets/icon-128x128.png?rev=2525054)
 * [WPC Fly Cart for WooCommerce](https://wordpress.org/plugins/woo-fly-cart/)
 * [Support Threads](https://wordpress.org/support/plugin/woo-fly-cart/)
 * [Active Topics](https://wordpress.org/support/plugin/woo-fly-cart/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/woo-fly-cart/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/woo-fly-cart/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [kaiajabones](https://wordpress.org/support/users/kaiajabones/)
 * Last activity: [6 years ago](https://wordpress.org/support/topic/shortcode-739/#post-12920744)
 * Status: resolved