New Landing How can we help? Themeforest Theme Support Neighborhood Related Products & Product Images

Viewing 4 posts - 1 through 4 (of 4 total)
  • #92409
    mf2014
    Member
    Post count: 31

    Hi there,
    Thank you again for your support last time, I was hoping for some more help again with a few more questions if possible please.

    1. Is it possible to remove the related products carousel completely from product pages?

    2. I would like to keep just the up-sells bar/carosuel on the product pages instead, however would it be possible to change the the title from “you may also like…” to something else and if so where would I do this?

    3. Third and finally I have a quite a lot of products that come in a variety of colours, when on the product pages, I select a different colour however the product image does not change to the selected colour. It only does so once I have selected a size also. Is there a way for when the colour only option is selected that the product image will change to match it, without having to select a size also?

    Thanks again for the support.

    Attachments:
    You must be logged in to view attached files.
    #92538
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    1- Remove related products. Insert this code at functions.php of child theme -:

    function wc_remove_related_products( $args ) {
    return array();
    }
    add_filter('woocommerce_related_products_args','wc_remove_related_products', 10); 

    2- Upsell products title change-:
    Please open to edit upsells.php at /neighborhood/woocommerce/single-product to change the title.

    3- It seems any misconfiguration of product so please contact at http://woothemes.com/support to get exact solution.

    Thanks 🙂
    With Best Regards
    Swift Ideas

    #92821
    mf2014
    Member
    Post count: 31

    That’s great got it sorted with your help!

    Thank you so much!

    #92828
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    You most welcome. I’m glad that issue resolved .
    Thanks 🙂
    With Best Regards
    Swift Ideas

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register