Is there an way to export an list with the product i've in my woo commerce shop to EXEL or something else?? On the login screen you also see the items: Catergories / archives / search. Is it possible to disable these items??
Hello, 1. You can try WooCommerce - Store Exporter plugin for this issue. Download it from the link given below and install it from the Plugins panel (Plugins ->Add New ->Upload) in your Dashboard. http://wordpress.org/plugins/woocommerce-exporter/ This will fulfill your first requirement. 2. Paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .page-template-template_login-php .sidebar { display: none; } This will remove the sidebar from the registration page.