O
O
OstapO2018-10-30 18:53:18
WordPress
OstapO, 2018-10-30 18:53:18

The Cart page is not showing, what's the problem?

There is a shortcode
5bd87df0e6e00565652717.jpeg
When going to the "Cart" page, nothing is displayed
5bd87e1ea0130530402151.jpeg5bd87e5109c22362954544.jpeg
. The same problem with all Woocommerce pages, except for the Store
. What could I be missing?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
M
Mikhail Kobzarev, 2018-10-31
@mihdan

Maybe you didn't enable WooCommerce support in your theme?

function mihdan_add_woocommerce_support() {
  add_theme_support( 'woocommerce' );
}
add_action( 'after_setup_theme', 'mihdan_add_woocommerce_support' );

PS: Is it the same behavior on the default theme? Have you tried the StoreFront theme?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question