Up-Sells - by ckeight - on WordPress WooCommerce support

This topic has 11 replies, 3 voices, and was last updated 9 years, 7 months ago ago by Robert Hall

  • Avatar: ckeight
    ckeight
    Participant
    September 16, 2014 at 21:29

    Hello,
    I would SO appreciate your help-
    I have chosen for my product up-sells to display after content. Currently the title for the up-sells says “OUR OFFERS.” I would like to change this to say “MATCHING GLAM.”
    Can you please tell me how to do this? Thank you!

    Please, contact administrator
    for this information.
    10 Answers
    Avatar: ckeight
    ckeight
    Participant
    September 16, 2014 at 21:41

    I would also like to change the “RELATED PRODUCTS” on the single product page to say “RELATED GLAM.” Can you please tell me how to do this?

    Note: in my original post I am also referring to the single product page.

    Thank you so much!

    Avatar: ckeight
    ckeight
    Participant
    September 17, 2014 at 00:11

    Also, when an item is added to my cart, the “you have successfully added this item to your cart” comes up in a green background. This doesn’t match my color scheme at all. I would like for it to be hot pink. Can you please tell me how do do this? thank you!!

    Avatar: ckeight
    ckeight
    Participant
    September 17, 2014 at 07:38

    Also, on the mobile version of my site when I click on the menu- it pops up and is functioning but it is all black and you can’t see any of the text – it’s there but you just can’t see it. You can click but can’t see. Can you please help me with this??

    In the mobile version my site looks great when you turn the phone horizontal- But looks really weird and not professional when the phone is in a normal position. Is there anything I can do here?

    Thank you so much!!

    Please, contact administrator
    for this information.
    Avatar: Eva
    Eva Kemp
    Support staff
    September 17, 2014 at 11:12

    Hello,

    1. You can change the title in wp-content/themes/legenda/woocommerce/single-product/up-sells.php
    You will find the code:
    etheme_create_flex_slider($args, __('Our offers', ETHEME_DOMAIN), false, true);
    and change “Our offers” title to anything you want.

    2. To change Related Products title you need edit wp-content/themes/legenda/woocommerce/single-product/related.php, find the code 'title' =>__('Related Products', ETHEME_DOMAIN) and change the current title to your own.

    3. You need add this code into custom.css file to change the background color:
    .added-text {
    background-color: white !important;
    }

    How to create custom.css you can watch in this video tutorial.

    4. Add the following code into custom.css to change items color in mobile menu:

    .side-block .close-block { color: white; }
    

    Regards,
    Eva Kemp.

    Avatar: ckeight
    ckeight
    Participant
    September 17, 2014 at 18:42

    Hello,
    #1 and #2 worked great, thank you!

    #3 and #4 codes I added to the custom.css and nothing happened. When I add a product to the cart the “you have successfully added this item to the cart” still shows up with a green background. and on a mobile phone the menu words still can’t be seen. I have cleared my cache on both my computer and my phone. Please help! Thank you!

    Please, contact administrator
    for this information.
    Avatar: Eva
    Eva Kemp
    Support staff
    September 17, 2014 at 19:09

    Hello,

    Please provide us with wp-admin panel credentials.

    Thank you.

    Regards,
    Eva Kemp.

    Avatar: ckeight
    ckeight
    Participant
    September 17, 2014 at 21:43

    Hi,
    I don’t feel comfortable providing my credentials. Is there anything you can tell me to do here? Thank you!

    Avatar: ckeight
    ckeight
    Participant
    September 17, 2014 at 23:15

    I would like to delete the “more info” tab on a single product page. can you please tell me how to do this? thank you!

    Avatar: ckeight
    ckeight
    Participant
    September 18, 2014 at 01:16

    I would also like to add that i use the info that is listed under the “more info” tab for woo commerce shipping. I just don’t want my customers to see the info

    Avatar: Robert Hall
    Robert Hall
    Support staff
    September 18, 2014 at 06:08

    Hello,

    To hide “More info” you can add this code into custom.css file.

    #tab_additional_information{
    display:none;
    }

    Here is a video tutorial how to create custom.css: https://www.youtube.com/watch?v=Qok2zRedRMY&feature=youtu.be.

    Regards,
    Robert Hall.

  • Viewing 11 results - 1 through 11 (of 11 total)

The issue related to '‘Up-Sells’' has been successfully resolved, and the topic is now closed for further responses

Helpful Topics

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