• HI,
    Here is the code you give to display the compact cart in the header :

    add_action(‘wp_head’, function(){
    ?>
    <?php echo do_shortcode(‘[wp_compact_cart2]’); //Display header compact cart ?>
    <?php
    });

    It works fine (with code snippets).

    Is there a way to change the results x Items by x Articles ?
    NB : Articles means Items in french.

    Thanks
    Mick

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

    (@mbrsolution)

    Hi,

    Is there a way to change the results x Items by x Articles ?
    NB : Articles means Items in french.

    Are you trying to change the output string into French? If you are, can you share a screen capture pointing to what you want to change. This will let me know exactly what you mean.

    Thank you

    Thread Starter MickFrench

    (@mickfrench)

    Hello,

    I’m sending now at your address.

    Thanks a lot

    Plugin Contributor mbrsolution

    (@mbrsolution)

    Hi, I have replied to your e-mail.

    Thank you

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Compact cart’ is closed to new replies.