WooCommerce not adding to Cart - wordpress

After being a lurker for years on Stack Overflow this is my first question because I can't seem to find an answer - wish me luck :)
I've just set a new site live that I used the Duplicator plugin to copy from my local install, but for some reason WooCommerce won't add products to the cart. I found this question but my problem may not be related to the Duplicator plugin.
WooCommerce Does Not Allow Adding Products To Cart Unless Logged In
I'm also having trouble with the WP embedded media player and the tabs on the product page which I think may all be related....
Thanks in advance for your help!

Related

how to solve this "Please choose product options by visiting" variant product woocommerce error?

how to solve this "Please choose product options by visiting" variant product woocommerce error?
I had this problem today. But while reading through a similar issue on WordPress Support, I discovered that it's related to a plugin that blocks rendering of the product page until its JS or CSS files are loaded. In my case it was
Yoast SEO: WooCommerce
To fix, you need to identify the plugin and disable it:
Disable all your plugins except WooCommerce and maybe your page
builder.
Check if the issue persist - usually it will go away.
Start enabling your most essential plugins one at a time.
Check for the problem every time you enable one of your plugins.
Once you have found your vilain, you can try to remove any Defer Render-blocking JavaScript or contact the plugin developer for solution if you must use the plugin.
Since Yoast SEO: WooCommerce was not critical to my store, I simply disabled it and I've been happy :)

Blank/empty pages Cart and Checkout

We’re just getting started with WooCommerce and are preparing a store with just a few categories and products in it to play around with it and get to know it before we get seriously into it.
We don’t yet have an SSL certificate for our website.
Does this mean that we won’t be able to create a store and test it until we get an SSL certificate?
As is, we’re seeing blank pages when we go to cart and try to go to checkout. On those pages, our header is there, but the page below the header is empty, blank.
I posted this same question in an existing thread that mentioned this, but haven’t had a reply. Thought maybe it might be missed in that other thread.
maybe, can you see do code shablon this page?
Thank you.
I came across this issue while writing a custom WooCommerce theme from scratch. I realized that if your theme has a page.php template (or any of the fall-back templates in the WP hierarchy) - you need to make sure, that the_content(); function gets called in the template that your page post-type is going to use (either page.php, singular.php or index.php) - if you are using the standard WooCommerce setup.
If not, the WooCommerce short-codes are simply never output - which the cart, checkout, my-account and order-tracking pages depend on.
Make sure to enter the [woocommerce_cart] shortcode in the Cart page and [woocommerce_checkout] shortcode on the checkout page.
And Goto Woocommerce settings and set the Cart Page, Checkout page.
This should solve the issue.
Meanwhile, check the Woocommerce -> System Status and look for errors.
If you are using any page builder, make sure you enter the Shortcodes in the text box modules.
If you still face the issue, try reverting back to Gutenburg editor or classic editor instead of Page builder.
How to debug:
wordpress.org/support/topic/how-to-debug-issues-after-updates
Perhaps it would be easier to find what is causing the conflict. Try temporarily switching back to the WordPress Twenty Sixteen Theme, or Storefront, and disable all plugins except for WooCommerce. If that resolves the issue, then slowly re-enable features until you find the one that’s causing the conflict

Duplicate Checkout on Checkout page

I am having an issue with woocommerce on my checkout page and I have the shopkeeper theme running on my site.
It displays the checkout fields, coupon fields, and subtotal twice.
Here is the issue
So far I have tried:
Changing themes (The same issue shows)
Deleting and re-installing woocommerce plugin and all woocommerce-related plugins
I checked my cart.php file via filezilla but am not too sure what I should be looking for.
Any sort of help would really be appreciated or if there is any sort of CSS that can quick fix it for me.
Thank-you!
=======

How do i feature blog posts in featured areas of my Wordpress blog homepage?

Forgive the newbie question but i'm starting up a new blog using wordpress and, having installed a template and begun the very initial steps of setting it up, i've got an issue with not being able to configure the 'featured areas' to be able to pull in the blog posts.
The URL is http://theformula1blog.com/
Have looked around and tried to configure this way but not been able to get it to work. Ideally i'd have the most three recent posts in the featured areas and then potentially a couple more below them.
Any tip would be appreciated as i start to play with WP and get to grips with configuring it.
You can make blog post as featured from admin area, So in database post's flag will be set as featured. Now on home page template you can add where condition for featured flag.

Wordpress themes with built in product catalog

I want a product catalog without the e-commerce flashy stuff.
I have found one theme so far that has this integrated very nicely
http://themeforest.net/item/nimble-multipurpose-retina-ready-wordpress-theme/3009347
I was wondering if there were more themes out there that had a product catalog similar to this theme.
I tried catablog, works really well, but I don't like how it treats the products as blog posts, and most themes show the "0 comments By username" under the post.
I am looking for themes with a built in catalog, such as nimble. Or really good plugins that get a long nicely with wordpress.
You've mentioned that you're not keen on having products as posts, but I think this is a good fit for Wordpress. Doing it this way will permit you to attach unlimited metadata items to your products, and is in keeping with the 'Wordpress way' of doing things.
If you don't want to see pagination devices on your post browsing pages, modify the "index.php" of the theme, ideally in a child theme, so that the parent theme can easily be upgraded.
If you do not like Catablog just for the reason that it has 0 and 1 comment listed, it is possible to delete that part of the code. If you can post the single.php file then I can help you in removing that part of code.
There are also some other WordPress catalog plugins which are nice to consider. For example eCommerce Product Catalog doesn't show meta data like in a post. It goes a long nicely with WordPress: https://wordpress.org/plugins/ecommerce-product-catalog/

Resources