Home Forums WoodMart support forum Like related products on product page

Like related products on product page

Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #196139

    Vucci
    Participant

    Hello.

    Is it possible to display the browsed product like the related products on the product page?
    I want to place the browsed product under a related product in the same style as the related product.
    Is there a way?

    Thank you.

    #196157

    Hello,

    You can show related products/cross-sells and upsells products https://docs.woocommerce.com/document/related-products-up-sells-and-cross-sells/

    Then you can find the option of how to show them in the Theme Settings > Product page > Show and hide elements.

    Best Regards

    #196242

    Vucci
    Participant

    Thank you for your reply.
    However, I already understand the answers I received.
    The question is how to show the products you browsed, not the related products.
    I want to display “Viewed products” at the bottom of related products.
    I am sorry that the question is difficult to understand.

    Thank you.

    #196372

    Hello,

    1. Create a custom sidebar;

    2. Add the widget of viewed products;

    3. Create HTML block and add a Widgetized sidebar element, chose your custom sidebar;

    4. Insert the shorcode of the HTML block in the Extra content area https://xtemos.com/docs/woodmart/product-page-options/#local_settings and set to show it in the Prefooter.

    Best REgards

    #196545

    Vucci
    Participant

    Thank you for answering.
    We will send the set image.
    “Related products” are displayed side by side.
    “Viewed products” cannot have detailed settings for display.
    I want to have the same display for “Viewed products” and “Related products”.
    Is it possible to display “Viewed products” as “Related products”?

    #196641

    Hello,

    Please provide the site admin access to the private area I will check if it is possible to customize with CSS.

    Best Regards

    #196871

    Vucci
    Participant

    Thank you for your reply.
    We will send you the name and pass.
    If there are any necessary items, we will submit them, so please tell us.

    #196935

    Hello,

    Your site has been protected, please provide the access https://prnt.sc/slmgal

    Best Regards

    #196942

    Vucci
    Participant

    Password.

    Thank you.

    #196950

    Hello,

    Now your pre-footer in the product page does not have the viewed products https://prnt.sc/sln5x5

    Best Regards

    #197158

    Vucci
    Participant

    Thank you for your reply.
    Some products are not yet set because they are set for each product.
    Link products are already configured.
    please confirm.

    #197282

    Hello,

    The number of viewed products can be different. Here is what we can do with the products https://prnt.sc/smc4mo

    Please add this code to the Theme Settings > Custom CSS > Global:

    #woocommerce_recently_viewed_products-5 .product_list_widget>li {
    width:33%;
    display:inline-block;
    min-height:96px;
    }

    Best Regards

    #197283

    Vucci
    Participant

    thank you.

    #197343

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

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

The topic ‘Like related products on product page’ is closed to new replies.