How to enable the WooCommerce Sidebar? - php

I have a website in made with Wordpress 4.1.15 and I'm using the WooCommerce as a virtual store.
One of my admins deleted the Checkout and Shop pages, then I had to recover them from the trash but after that, the WooCommerce Sidebar disappear and now is disabled in the widgets area.
How can I force and enable again the sidebar?
Thansk

Go to Shop edit page ant look at template. Select sidebar template if there is one. If there is no template with sidebar you have to create one.

Related

Woocommerce custom theme checkout page not showing

I'm creating a custom theme for a woo commerce website. Everything is good except that with my theme when I click on "checkout" in the cart it redirect me on my main page but with the URL of checkout.
If I active a simple theme as twentynineteen then i have my checkout page.
I tried to copy the checkout folder of woocommerce but it does not change anything.
What I don't get is that I don't override anything about this checkout page, so it should inherit from woocommerce and show it.
Here is my theme code: https://bitbucket.org/romain_o/wp-theme-flopo/src/master/
Thanks for your help
I don't see page.php template in given theme source code.Can you please create page.php template & make sure to put the_content(); in it. even if i create other pages they are not coming & redirecting to home page.

Woocommerce Terms and conditions link - checkout

I would like to add Terms and conditions link to my woocommerce checkout page.
I have set: WooCommerce -> Settings -> Advanced -> Page settings -> Terms
I have set: Appearance -> Customize -> WooCommerce -> Checkout
I am using Flatsome theme. I've tried to disable every plugin that affect checkout but still, nothing.
It still showing plain text "I accept Terms and Conditions".
I tried "live preview" on another template but the same effect. Any ideas?
Go to your WordPress admin dashboard and then go to Pages > Add new.
Add Your Title as Terms and Condition
Add content
Review the content and save it or you can publish it if everything okay.
Now you need to set your Terms and condition page in WooCommerce. Go to Appearance > Customize
From the customize page dashboard select WooCommerce > Checkout
From checkout click on the terms and condition tab. A drop-down menu will appear and you can see your created terms and condition page there. Select the page and save the settings.
You can follow this tutorial for better understanding

Custom WordPress theme: Shop page not found

I'm developing a custom WordPress theme including WooCommerce. To modify the WooCommerce default templates, I simply added a woocommerce.php file to my themes root folder. Everything works fine except the shop page. Whichever page i assigned to shop page gets 404 page not found. All other things like single product, checkout, cart working smoothly.

WooCommerce - custom product page

I'm planning a WooCommerce plugin which should override the default shop page "product grid" with my own (a masonry grid with custom styling, pagination and filters).
I see that many developers include template pages in their plugins (archive-product.php) to customize the shop loop output; is this the only way to do it?
I'm asking because I would let the user to customize his grid in WP admin screen (you know, changing columns count, products per page, load-more button/infinite scroll, etc).
Thanks in advance.
To answer your question, it's not the only way. You can also register your own custom template in your plugin, which can be called pretty much anything.

Woocommerce / Wordpress add button to page

I am using woocommerce for a wordpress theme, i can figure everything out except one thing
how do i add this button (manual on the website)
http://www.fashiolista.com/content/fashiolista-button/
to a product-page in woocommerce (next to add-to-cart button) ?
You need to edit share.php in the templete of your theme. If your theme doesn't have it then you will have to create it and you can add the custom buttons there.

Categories