Okay
  Public Ticket #3498530
Cart/shop pages
Closed

Comments

  • Renier started the conversation

    Hi

    There are a few problems after installing the demo4 theme, attached are some screen prints of the issues.

    1)  There is a search bar appearing on all pages at the bottom of the pages even two on top of each other on some pages - I disabled all plugins and as soon as I enable WPLMS the search bar appears.

    2)  The shopping cart is malfunctioning - There is no checkout button on the cart page, only continue shopping appearing, When clicking on view cart there is also no option to continue shopping or to checkout, but it was there in the demo.

    3) Some critical error with the cart page


    Attached files:  search bars.png
      search.png
      No checkout on cart.png
      error on cart page.png

  •   Renier replied privately
  • [deleted] replied

    1 .

    add this code in your wplms-customizer.php file in wplms customizer plugin : 

    add_Action('init',function(){
        if(!class_exists('WPLMS_Actions'))
            return;
        $init =WPLMS_Actions::init();
        remove_action('wp_footer',array($init,'search')); }); 


    2 . Hi currently im not able to access the site : 

    7012333608.png

    for cart error please make sure that wplms theme updates to latest version 4.92 and woocommerce plugin is updated to latest version 8.1+



  • Renier replied

    did you by any chance update the woocom plugin? This is what happens if i update the plugin, the whole site crashes

  • Renier replied

    Hi

    The cart problem is solved.


    Still have the search bar at the bottom of all the pages, I have added the code.

  • [deleted] replied

    fixed

  • Renier replied

    Thanks you can close this one, is it possible to tell me where the issue was for the search bar?

  • [deleted] replied

    it was appearing due to elementor header being used not ours so our css was not enqueued there which use to hide and style the search bar . so added some code in wplms customizer plugin to remove our search bar ,