Important notice: we will respond to all open ticket requests up until November the 1st. After this date, we will be unable to process the ticket requests here on Ticksy.

Okay
  Public Ticket #1308974
Need help
Closed

Comments

  • nachobuey started the conversation

    1st. How can I translate WooCommerce to spanish? Shop section is in english.

    2nd. I want to create a false shop, like a catalog of products but I want to write the prices of products. How can I edit the theme to just appear like a “more about” button and delete “add to cart functions?

    3rd. Product images in related products are in a different ratio? Most of this cut part of my products. A practical solutions?

  •  1,845
    Elated replied

    Hello,

    1. Theme labels can be changed or translated to your language with poedit software which is native wordpress way - following guide may be helpful http://code.tutsplus.com/tutorials/translating-your-theme--wp-25014 (read from point 3) or any other plugin for translation such as Loco translate plugin https://wordpress.org/plugins/loco-translate/ and here is beginners guide https://localise.biz/wordpress/plugin/beginners

    2. You can go to edit some existing Product or add a new one >> and then leave empty Price field. In that case Add to cart button won't be shown and you can add product price within the content. By default, WooCommerce plugin works on that way and if you want to change some features, that can be achieved only with some custom coding.

    Unfortunately, we are not in a position to accept any custom work, because we primarily need to focus on providing Theme Support to all customers. We hope you understand.

    In case you are not familiar with programming, you could hire someone to do this for you. You could look for someone who you can hire for this kind of job at the following link: - http://studio.envato.com

    Thanks for understanding.

    3. Could you please provide us with your wp-admin credentials so we could inspect it closer? 


    The Elated Support Center has been moved to our centralized support platform. 

    Please note that any existing tickets prior to this change will be answered right here on Ticksy, and in due time. 

    If you wish to submit a new support request, for all new inquiries please head on to our Help Center.

    Elated Themes is part of Qode Interactive – the home of 300+ premium WordPress themes.

    Don’t forget to sign up for our newsletter and be the first to find out all the latest news.

  • nachobuey replied

    Thanks,

    1. OK

    2. I hide the Add to cart button on a single product page, but cannot do it in Related or Lists. Is there an easy way to do it?

    3. I found the solution.

  •  1,845
    Elated replied

    Hello,

    Try to add this css in Elated Options >> General >> Custom CSS field:

    .single-product a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
        display:none;
    }


    The Elated Support Center has been moved to our centralized support platform. 

    Please note that any existing tickets prior to this change will be answered right here on Ticksy, and in due time. 

    If you wish to submit a new support request, for all new inquiries please head on to our Help Center.

    Elated Themes is part of Qode Interactive – the home of 300+ premium WordPress themes.

    Don’t forget to sign up for our newsletter and be the first to find out all the latest news.