Additional info on the product - by nuts

This topic has 8 replies, 2 voices, and was last updated 8 years ago ago by Robert Hall

  • Avatar: nuts
    nuts
    Participant
    March 24, 2016 at 08:27

    Hi! i have multiple products with variations – is it possible to make somehow the notice on that?

    The good example is here:
    http://www.miir.com/hydration

    Under the product we can see the inscription that “more colors available” this is exactly what i need.

    7 Answers
    Avatar: Robert Hall
    Robert Hall
    Support staff
    March 24, 2016 at 08:40

    Hello,

    In this case you should edit \wp-content\themes\royal\woocommerce\content-product.php file and add the following code <div class="custom_info">more colors available</div> after line 161

    See screenshot: http://prntscr.com/aj9mo0

    Regards,
    Robert Hall

    Avatar: nuts
    nuts
    Participant
    March 24, 2016 at 08:43

    Robert, thank you, but- making this will affect all products on the site? Or there’s a way to add to the specific product?

    Avatar: Robert Hall
    Robert Hall
    Support staff
    March 24, 2016 at 08:54

    Yes, this will affect all products on the site.

    Regards,
    Robert Hall

    Avatar: nuts
    nuts
    Participant
    March 24, 2016 at 09:08

    Oops. not a variant, as i need to the specific ones.
    Any more ideas/proposals?

    PS. Woocommerce is recently updated to 2.5.5 version – installing this update won’t affect royal theme? Don’t want to have problems any more with the updates…

    Avatar: Robert Hall
    Robert Hall
    Support staff
    March 24, 2016 at 09:19

    This requires additional customization which is not for free.
    If you agree to proceed please contact us via form https://www.8theme.com/customization-services/ for further information.

    You can update WooCommerce to the latest version. But will be better to make backup of the site before update.

    Regards,
    Robert Hall

    Avatar: nuts
    nuts
    Participant
    March 24, 2016 at 09:24

    Robert, thank you,
    didn’t know about personal request section.

    But may be you came over any plugins available for such an idea?

    Avatar: Robert Hall
    Robert Hall
    Support staff
    March 24, 2016 at 09:46

    Hello,

    Sorry, but we can’t recommend 3rd-party plugins. You can try it yourself. Also we don’t guarantee fully compatible with our theme.

    Also you can use the Product Short Description field in products setting and add the following code in Global Custom CSS

    .products-grid .product-excerpt {
        display: block;
    } 

    See screenshot: http://prntscr.com/aja4n8

    But in this case the same text will display on the Single Product Page. http://prntscr.com/aja5wx
    To hide it use this code in Global Custom CSS.

    .product-information .short-description{
        display: none;
    }

    I hope this will solve your issue.

    Regards,
    Robert Hall

  • Viewing 8 results - 1 through 8 (of 8 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.