I have added one product through woo-commerce, But in front-end after clicking add to cart and then clicking on view cart it displays nothing but Post Navigation
and a link to go back, How can I get this working.
I have installed ccavenue as my payment gateway, and using custom theme, and I followed all the procedure to get custom theme compatible with woo-commerce as provided in its documentation like duplicate page.php
to woocommerce.php
and adding hooks,
when I activates woocommerce storefront theme, Everything works perfect, But when I activates my custom theme, cart and checkout page doesnt display. only header, footer and "POST NAVIGATION" in body gets displayed.
following is checkout page screen when woocommerce storefront theme is active;
following is checkout page screen when custom theme is active;
what I want is to display checkout page as in image1 of storefront theme in my custom theme and/or all functionality of storefront theme if possible.
Please get me out of this.
The problem can be caused by a number of issues, so you need to check/confirm/correct the following:
checkout
page?[woocommerce_checkout]
shortcode inserted into the content.page.php
file and confirm if it contains the_content()