Home Forums Themes Support Claue How to hide "View Cart"

Topic Resolution: Resolved
Viewing 14 reply threads
  • Author
    Posts
    • #7581

      Hello!

       

      Once a person adds an item to the cart the sliding menu pops up asking people to either View Cart or Proceed to checkout, how can I hide the notice that says “View Cart”?

      Please see image.

       

      Thank you!

      Attachments:
      You must be logged in to view attached files.
    • #7587

      hi,

      You can hide “View Cart” by add custom CSS
      .jas-mini-cart .button, .widget_shopping_cart .button {
      display: none;
      }
      .jas-mini-cart .checkout, .widget_shopping_cart .checkout {
      display: block;
      }

      Best regards

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    • #7588

      Hi Harry, I added the code but the View Cart button is still there

    • #7589

      Hi,

      You can change prev code to

      .jas-push-menu.jas-mini-cart .button, .widget.widget_shopping_cart .button {
      display: none;
      }
      .jas-push-menu.jas-mini-cart .checkout, .widget.widget_shopping_cart .checkout {
      display: block;
      }

      Best regards

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    • #7602

      Awesome it worked! How can I change the text of that “Checkout” button to “Proceed to Checkout”?

    • #7606

      Hi,

      You can use plugin Loco Translate follow our topic http://support.janstudio.net/forums/topic/theme-translation/

      Translate WooCommerce plugin when add new language choose English-US.

      Best regards

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    • #7610

      So I have to translate the “Checkout” text to “Proceed To Checkout” and select English in both?

    • #7611

      Yes, your translated text has higher priority so the front end will get your translated text to show.

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    • #7614

      I’m following the instructions in your video but I don’t see any strings with the word “Checkout” to tranlsate please see image.

      Attachments:
      You must be logged in to view attached files.
    • #7619

      Hi,

      You need navigate to Loco Translate > Plugins > WooCommerce > New Language > English-US > Location in system

      Best regards

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    • #7634

      Harry, there are a lot of checkout words here, how do I know which is the correct “Checkout” in the button to change?

    • #7635

      Just to confirm. I’m talking about this Checkout button, the one inside of the mini cart slider that’s shown in the image.

      Attachments:
      You must be logged in to view attached files.
    • #7651

      Hi,

      You find the text with only Checkout http://take.ms/r4WPK

      Best regards

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    • #7688

      Harry, I edited it but nothing changed, the text didn’t change to “Proceed to Checkout” it still says just “Checkout”

      Attachments:
      You must be logged in to view attached files.
    • #7708

      Please check again, i saw it change http://take.ms/avALJ

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

Viewing 14 reply threads

You must be logged in to reply to this topic.