Please submit a private ticket if you need to share sensitive information, such as license details and admin credentials.

Okay
  Public Ticket #2310434
Shortcode to display flycart on widget area
Closed

Comments

  • Jalila started the conversation

    It 's possible to display the cart in widget area ? with shortcode for example

  •  767
    Janilyn replied

    Hi Jalila,

    Thank you for contacting WPClever Support Forum. I have transferred your question to the main developer of this plugin so that he could give you specific answer of this. He’ll be responding to you once the Pending line of tickets reaches yours. Kindly note that support might be a bit slower in the weekends. Please stay tuned.

    Best regards.

    Janilyn T. - WPClever Support Agent

  •  1,226
    Dustin replied

    Hi Jalila,

    Sorry for the late reply!

    Please add the class "woofc-cart-link" for an element you want to place the cart icon.

    Example: <span class="woofc-cart-link">Cart</span>

    Or you also can use the PHP code:

    if ( class_exists( 'WPCleverWoofc' ) ) {
        echo WPCleverWoofc::woofc_get_cart_link();
    }

    And the result https://prnt.sc/r8ioay

    Best regards,
    Dustin