i want to edit some details in cart-widget-side, but I don’t know where. I have searched everywhere, also if I need to edit some stuff, basically changing the names on the products category pages
Okay, but that doesn’t do anything. I just need to edit a small thing, like removing the proceed to check out, and also I want to know how to connect the thank you page I created in the layout, because after I purchased it led me to an error page, and the main reason for me to turn off the proceed to check out becuase am doing order by whatsapp, thats why i neeed to turn it off untill they made online payments, also i need to edit some words to arabic, but i dont know how cuz the defult are arabic
To remove the processed to checkout button from mini cart, Try to add the following custom css code in Theme Settings > Custom CSS:
body .woocommerce-mini-cart__buttons .checkout {
display:none;
}
To check the default thank you page working, Could you please check how it works with some default WordPress themes like WooCommerce Storefront to understand if it is our theme issue or not?