HTTP ERROR 500 - by noodlesyyy - on WordPress WooCommerce support

This topic has 32 replies, 5 voices, and was last updated 6 years, 7 months ago ago by Olga Barlow

  • Avatar: noodlesyyy
    noodlesyyy
    Participant
    July 4, 2017 at 21:14

    Please give me your IP and I give you access to FTP. No I have restriction problems with FTP…

    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    July 5, 2017 at 12:31

    Hello,

    IP of expert who will work with you is 176.98.70.175

    Regards

    Avatar: noodlesyyy
    noodlesyyy
    Participant
    July 5, 2017 at 22:19

    Please check now.

    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    July 6, 2017 at 14:10

    Hello,

    Done.

    Regards

    Avatar: noodlesyyy
    noodlesyyy
    Participant
    July 6, 2017 at 22:59

    It works 🙂 Thanks.

    Sorry to intetrrupt you again but I’ve instaled Loco Translate and my translations don’t work. Could you see where is the problem? 🙁

    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    July 7, 2017 at 18:01

    Hello,

    It’s because if site language, it should be your language http://prntscr.com/fsvm6l

    Regards

    Avatar: noodlesyyy
    noodlesyyy
    Participant
    July 16, 2017 at 12:42

    Hello Olga again 🙂

    I have two more things:

    1) Is it possible to set title under the thumbnails?
    https://postimg.org/image/7ytnpeyzf/

    2) Is it possible to hide all prices from my shop? All products in my shop can be order as as sample. Therefore they should be for free. Would that possibile to hide all prices? https://postimg.org/image/gspqwlf6h/

    Thanks for your help.

    Please, contact administrator
    for this information.
    Avatar: laranz
    Laranz
    Participant
    July 17, 2017 at 07:21

    Hi,

    1. You can change this file, /woocommerce/single-product/product-thumbnails.php in your child theme. If you don’t have this file, create that along with the folder structure and use this content http://take.ms/UQf7g I just made the changes, you can take this customization further to match your requirement. ( after making this change, make sure you have alt text for your thumbnails. Fill this area: http://take.ms/hxbaT )

    2. You can try adding something like this in the functions.php

    remove_action( 'woocommerce_after_shop_loop_item_title', 'woocommerce_template_loop_price', 10 );
    add_filter( 'woocommerce_variable_sale_price_html', 'businessbloomer_remove_prices', 10, 2 );
    add_filter( 'woocommerce_variable_price_html', 'businessbloomer_remove_prices', 10, 2 );
    add_filter( 'woocommerce_get_price_html', 'businessbloomer_remove_prices', 10, 2 );
     
    function businessbloomer_remove_prices( $price, $product ) {
    $price = '';
    return $price;
    }

    Likewise, this is just the starting point, you can take this customization and build your requirement. 🙂

    Let us know if you have any other questions,

    Thanks,
    laranz.

    Avatar: noodlesyyy
    noodlesyyy
    Participant
    July 17, 2017 at 21:51

    Hello Laranz,

    1) I did everything like u said but still don’t see the titles under the thumbnails. I set alt on images on this pages: http://vadowallcoverings.com/produkty/vado-vinyl-01001/

    Here is my php file, please check what’s wrong:
    https://ufile.io/k3zzu

    2) I added this code but I still see the prices:

    https://postimg.org/image/ewotdt14p/
    https://postimg.org/image/rmogd5jp5/
    https://postimg.org/image/wwtf4g3y1/

    Thansk!

    Please, contact administrator
    for this information.
    Avatar: laranz
    Laranz
    Participant
    July 18, 2017 at 08:14

    Hi,

    1. You missed few things in the edit, did you use the file I gave? I edited that using the AceIDE plugin in to the theme, you can check now.
    2. Like I said, it has take so many things to hide the price in woocommerce, you can check this answer for that, https://wordpress.stackexchange.com/a/90993 or hopefully find a plugin that do this task for you.

    Let us know,

    Thanks,
    laranz.

    Avatar: noodlesyyy
    noodlesyyy
    Participant
    August 18, 2017 at 20:03

    Hello again 🙂

    Could you tell me how to add checkbox in registration form? This checkbox should be obligatory.

    https://vadowallcoverings.com/moje-konto/

    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    August 21, 2017 at 11:24

    Hello,

    This is WooCommerce plugin registration for and we don’t have any options to change it. Contact WC support with this question, they will be able to guide you.

    Regards

  • 1 2
    Viewing 32 results - 21 through 32 (of 32 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.