You have already given display none property for the cart contents it seems.
Inorder to display cart contents for a specific page you have to include custom CSS like below.
2.
.page-id-4723 .cart-contents {
display: block;
}
Instead of id 4723 you must give your shop page’s id .
Author
Posts
Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Agile Theme Support’ is closed to new topics and replies.