Product Badges, Recently Viewed Products Formatting, and Grid Layout for Related/Cross-Selling Prod

This topic has 4 replies, 2 voices, and was last updated 1 days, 12 hours ago ago by Luca Rossi

  • Avatar: Drishti
    Drishti
    Participant
    September 17, 2024 at 19:56

    Please help me with the following items:

    1) Badges on Products: Is there a feature in 8theme that allows adding badges to products (e.g., “Recommended,” “Next-Day Delivery,” “Bestseller”)? If so, how can I enable and customize these badges?

    2) Recently Viewed Products on Product Archive Page: I see the “Recently Viewed Products” widget in the Widgets section. How can I edit the formatting and design of that section on the product archive page?

    3) Editing Related and Cross-Selling Products Grid on Product Page: On the product page, I see related and cross-selling products. How can I modify the grid layout or design for these sections to better fit my needs?

    Files is visible for topic creator and
    support staff only.
    3 Answers
    Avatar: Justin
    Luca Rossi
    Support staff
    September 18, 2024 at 11:08

    Dear Drishti,

    We hope this message finds you well. We are pleased to assist you with your query regarding the customization of your WooCommerce setup. Please find the detailed instructions below to help you proceed:

    1. We recommend using the following plugin to manage badges on your products effectively: [YITH WooCommerce Badges Management Plugin](https://wordpress.org/plugins/yith-woocommerce-badges-management/).

    2. To customize your Product Archive template, please add a Products Grid element below the product archive loop or at your preferred location within the template. You can set the data source to display Recently Viewed Products by following this guide: [Screenshot Guide](https://prnt.sc/iNZp_aKN7W5s).

    3. For modifications to your Single Product Template using Elementor, please inspect the Cross-sell element and adjust the style settings as shown in this screenshot: [Style Adjustment Guide](https://prnt.sc/_EB_20zD9xTA).

    Should you require any further assistance or have additional questions, please do not hesitate to contact us.

    Best Regards,
    The 8Theme Team

    Avatar: Drishti
    Drishti
    Participant
    September 18, 2024 at 23:35

    Thanks for your help, it worked perfectly. I have one more query:

    I would like to display important information (e.g., next-day delivery or specific attribute/tag values, max 2) below the review and above the product price in the product grid and on the product archive page. Could you guide me on how to achieve this?

    Avatar: Justin
    Luca Rossi
    Support staff
    September 19, 2024 at 06:29

    Hi @Drishti,

    There is only a hook that you can add your custom information below the product title.

    Please try adding this custom code under functions.php file locates in your child theme:

    
    add_action('after_etheme_product_grid_list_product_element_title', 'n2t_woocommerce_review_order_before_order_total', 999);
    function n2t_woocommerce_review_order_before_order_total(){
    	echo 'after title';
    }
    

    FYI: replace the ‘after title’ with your any shortcodes / contents.

    Hope it helps!

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

You must be logged in to reply to this topic.Log in/Sign up

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