Home Forums Pro Themes Yummy Pro Related product issue

Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #65984
    Marc van Maldegem
    Participant

    Once you click on a product from the menu in the front end you have two related product categories below. The first seems to come from Woo commerce and is random. The second one is coming from the product page in the backend itself and can be influenced what you want to show. Correct?

    I don’t want the first one. In the demo of Yummy I see that it can be switched off. But somehow I cannot find this switch. In Wp Settings you can turn of the title and so on, but the related products randomly from Woo commerce still appears.

    Who knows the answer?

    #66015
    wensolutions
    Keymaster

    Hello @gustogambia,

    The menu section at the front page can be set by choosing two different categories. Also, you have the option i.e. you can either set the menu from the Category or Woo Product category.

    If you choose the options category then you can choose the categories that are created from Admin panel > Posts > Category.

    But in case if you chose Woo Product category then you can select the category from the woocommerce plugin which you have created.

    Now if you click on the product in menu section after setting the menu section from Woo Product category, the related product section at the button of the individual product, it will display those products that are associated with the same category as the product that you clicked from menu section not the random one.

    But in case if you simply want to remove the related Product section then paste below-given CSS.

    For this go to Admin Panel > Appearance > Customize > Additional CSS and paste below given CSS.

    .related.products {
        display: none;
    }

    Hope this helps.

    Best Regards!!

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.