Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1026850
    194roc
    Participant

    Home


    everything updated to latest theme version and plugins.

    Hello there,

    I have no idea how I can modify the text appearing on product images on my shop pages.

    Actually, it show “Acquista” “Buy it” that could be a little scary for who is browsing my products.
    When the product is variable it show “Scegli” “Choose”

    see screenshot:
    http://prntscr.com/bcm0mj

    How can I modify this button ?

    I was even thinking about removing this button, but I have no idea how to achieve that.

    Thank you very much for you help, best regards,

    Roberto

    #1026851
    194roc
    Participant
    This reply has been marked as private.
    #1027382
    Rupok
    Member

    Hi Roberto,

    Thanks for writing in! That’s a standard feature of WooCommerce to add product to cart and when you are selling something, user must need an option to add to cart. So not sure why you are feeling “that could be a little scary”. However if you really want to remove this then you can add this under Custom > CSS in the Customizer.

    .woocommerce.post-type-archive-product .entry-product .add_to_cart_button.ajax_add_to_cart {
      display: none !important;
    }

    Hope this helps.

    Cheers!

    #1027504
    194roc
    Participant

    Hello Rupok,

    thanks for the answer.

    When I am on the shop page clicking on the “Acquista/Buy it” button it add the product to the cart.

    I believe that a customer before buying my product want to check more details of the product that are available from the single product shop page.

    That is way I am thinking that the first button, on the shop page, is a little scary, because it can add the product to the cart without having read all the information of the product itself.

    The code you provide me is working fine.

    Thanks for the support and thank you very much.

    Best regards,

    Roberto

    #1027664
    Christian
    Moderator

    You’re welcome. Glad we could help. 🙂

  • <script> jQuery(function($){ $("#no-reply-1026850 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>