View Cart Not Displaying Cart Contents - wordpress

When I use my own custom theme, the "View Cart" link shows me the cart page, but it's blank.
If I switch to the TwentySixteen theme, it works fine. What do I have to change in my theme to make it work?
Here is the link to my Woocommerce shop: http://educanimal.com/en/shop/

I changed the template for the cart and checkout pages and it works fine now. As long as this workaround works, I'm happy.

Related

Missing 'Cart' page content in WooCommerce

After a few days without updating website, there's the trouble with missing cart content.
click
Everything that's loading is header. You can see it on the screenshot.
I checked whether shortcode [woocommerce_cart] is there. It is. I tried to change theme from custom to clean Storefront theme and it is still not showing any content of cart, when there are any items.
If there's no items in cart, it is showing "Your basket is currently empty.". Вut when I add any product in cart, the cart page content disappears.
What can i do with that? Any ideas?

Woocommerce Add To Cart redirect to Checkout not working

I'm trying to redirect people who click on the add to cart button to the checkout page directly. The add to cart button only is adding the product to cart but not redirecting at all.
I've tried to put the WooCommerce setting on auto
https://gyazo.com/d5357f81ccb48723ea72125a3368dd81
I'm using the Theme Sartre on my website but another website with the same theme is working well so i'm confused.
The only bit of code i've added is https://gyazo.com/6d13ed2ebc037b8576dcb911a1328241 in the function.php file of my theme.
My website doesn't seem to show any error while i'm pressing Add to Cart
https://chase-lab.com/
I'm using the latest version of woocommerce Version 3.6.1
Thanks for your help

Woocommerce single product add to cart button not working

I have developed a custom theme. Everything working fine but woocommerce single product page add to cart button not updating products.
In the cart page update cart works sometimes and again suddenly stop working. here is the link http://webdesign-projects.xyz/mer/shop
Can anyone figure out the issue?

woocommerce cart not working with custom WP theme

I have a custom wp theme. WooCommerce is installed and up to date. Product pages work, and "add to cart works" however, on the cart page, the shipping calculator simply reloads the page, and changing shipping options that do appear does not update the cart total. tried a default wp theme to test and it works fine there. Any ideas? I used the theme integration guide method of using the woocommerce_content tag and created woocommerce.php. No luck

woocommerce add to cart button disabled when you click 'back' from add to cart page

This a problem on Firefox, works fine on Chrome. If you add a product to the cart, then click back to the product page, (rather than clicking 'continue shopping') the add to cart button now has the attribute 'disabled' added to it.
Anyone know why this is or how to remove it?
found the answer here -
firefox - autocomplete off
I added the attribute
autocomplete="off"
to the form tag.
To do this in woocommerce:
Create a woocommerce directory(folder) in your wordpress child theme.
In this woocommerce folder, create a single-product folder, in here, yet another folder, add-to-cart.
Then copy the files, simple.php and variable.php, from the original woocommerce directory, which is in wp-content/plugins/woocommerce/templates/single-product/add-to-cart
(notice you don't copy the templates directory in your child theme. I have no idea why.)
Open simple.php and variable.php and add the 'autocomplete="off" attribute.

Resources