WooCommerce Page Enhancement Tips: Default Comments Tab and Empty Cart Display Products

in using Astra Theme construction WooCommerce Two features deserve special attention when it comes to stores:Default tab settings for product pagesAndEmpty cart content displayThese two functions are small, but they can effectively enhance the performance of the page content. These two features are small, but effective in enhancing page content performance and driving customer interaction and transactions.

Image [1]-Astra Theme WooCommerce Tip: Set Default Review Label with Empty Cart to Show Featured Products

Setting the "Comments" tab as the default display item

By default, the product page prioritizes the display of "descriptive"Content. However, in some scenarios, the review information is more attractive than the description and is more likely to influence the customer's purchase decision. The default display item can be switched by adjusting the label priority.

Operational Steps:

Go to the backend and open the child theme's functions.php file and add the following code:

add_filter( 'woocommerce_product_tabs', 'woo_reorder_tabs', 98 );
function woo_reorder_tabs( $tabs ) {
    $tabs['reviews']['priority'] = 5;
    $tabs['descriptions']['priority'] = 10;
    return $tabs;
}
Image [2]-Astra Theme WooCommerce Tip: Set Default Review Label with Empty Cart to Show Featured Products

Save when you are done and visit any product page again, the default display will be the review content. This approach effectively boosts customer engagement and encourages more reviews.

Image [3]-Astra Theme WooCommerce Tip: Set Default Review Label with Empty Cart to Show Featured Products

Empty Cart Display Featured Products

(coll.) fail (a student)cartWhen empty, the page tends to display a message, which is monotonous.

Image [4]-Astra Theme WooCommerce Tip: Set Default Review Label with Empty Cart to Show Featured Products

Astra In version 4.1.0, a new feature has been added to support displaying a Featured Product when the shopping cart is empty.

Prerequisite:

Astra Theme and Astra Pro Plugin need to be enabled and the product has "Featured Products".

The setting method is as follows:

  • In the product list, click on the star icon next to the item to mark it as Featured
Image [5]-Astra Theme WooCommerce Tip: Set Default Review Label with Empty Cart to Show Featured Products
  • Go to Appearance Settings and clickmenuCart icon in the column to enter the shopping cart settings interface
  • Scroll down to find the "Show Featured Products" option and turn it on.
Image [6]-Astra Theme WooCommerce Tip: Set Default Review Label with Empty Cart to Show Featured Products

When enabled, if the shopping cart is empty, the system will display the selected products that have been set; if no selected products have been set, other products will be displayed randomly.

Image [7]-Astra Theme WooCommerce Tip: Set Default Review Label with Empty Cart to Show Featured Products

This type of presentation can help retain visitors and prevent the page from being too blank, prompting them to move on to other products.

wrap-up

Showing reviews on product pages builds trust and attracts visitors' attention to the reviews, while showing selected products in an empty cart provides visitors with direction to continue shopping. These two settings work well together to add more interactive details and conversion power to your store.

If you need to add code, it is recommended that you add it to thesubthemeoperation, and make backups to ensure the stability of the website operation. If you use Astra Pro Plugins, which also unlock additional tie-in features, further enhance the overall e-commerce page's usability and content performance.

Latest Articles


Contact Us
Can't read the tutorial? Contact us for a free answer! Free help for personal, small business sites!
Customer Service
Customer Service
Tel: 020-2206-9892
QQ咨询:1025174874
(iii) E-mail: info@361sale.com
Working hours: Monday to Friday, 9:30-18:30, holidays off
© Reprint statement
This article was written by: thieves will be rats and mice courage
THE END
If you like it, support it.
kudos184 share (joys, benefits, privileges etc) with others
commentaries sofa-buying

Please log in to post a comment

    No comments