2 questions

Discussion in 'SaleJunction E-Commerce WordPress Theme' started by maes39, Feb 26, 2014.

  1. maes39

    maes39 Member

    Joined:
    Jul 2, 2013
    Messages:
    123
    Likes Received:
    2
    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??
     

    Attached Files:

  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    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.
     

Share This Page