Woocommerce: Add own templates for single product pages? - wordpress

I want to be able to add a template for a single product page in Woocommerce and then be able to choose which template i want for every product like you have on a normal page(look at the image below). Is something like this possible in Woocommerce?

Related

How to add total sum to woocommerce cart section

I customized the "checkout" page and added cart section to that page.(Just copy and paste cart table from "cart" to "checkout" page)
I'm using storefront child theme and custom "cart","checkout" page templates are in here.
child-theme/woocommerce/cart/cart.php
child-theme/woocommerce/checkout/form-checkout.php
What I want is to add the total sum section below cart table. Something like this.
How can I handle this one?
For the total part WooCommerce has another template called "cart-totals.php".
So you might need to add its content too.

How to call the single product template into another page template in woocommerce

Goal: Create a Woocommerce page where we can have multiple products with all the details of a single product page(not just image and title like the shop page). This would ultimately replace the 'product page'.
My thought was to be able to call the single product template for each product within a loop on one page. But i'm unsure how to call the single product template within a different template.
thanks,
Edit: It would be very similar to this page: https://legionathletics.com/products/supplements/whey/
the page has multiple products(single pack, 3 pack) with variations.

Woocommerce How to make multiple product pages?

I am new to Woocommerce.
I need to make product list pages for Windows, Android, and Accessories.
I already organized them by categories and made setting to display by "categories and subcategories."
However, in Shop page, still the products are showing.
Can anyone tell me what is wrong with this?
Also, how to make multiple category product pages?
For example, windows products page only need to show Windows products. And Android products page only need to show Android products.
Thanks,
WooCommerce has default product category template and it has a default slug named 'product-category'.
So you can show different products by using the link likes:
http://yoursite.com/product-category/windows
http://yoursite.com/product-category/android
There are also some plugins that provide shortcodes/elements, so you can insert the shortcode or element on your page to show products for specific cateogry.
For example, if you are using WooCommerce with Visual Composer, there is a Product Categories element.
So you can insert the element with specific category setting on your page.
First you should delete the shop page and make a page what you want to name. Also make a category with the same name. Then use this short code [products limit="8" columns="4" category="hoodies, tshirts" cat_operator="AND"] . In the place of hoodie and tshirt you specify your own category's slug name and that's it. And paste it in the page short code box. Now the page will only show one specific category product in a single page. You can also change products limit and number of products in a row.

can i embed a single product into another page on wordpress so that it has the add to cart and variable options?

I have a single product with variables but I need it to show on a user profile page. I can easily put a sidebar in with best products or popular products but that means it needs another click to get to the product page. So I need the product displayed on a certain page with all the variables showing and add to cart also showing.

woocommerce product option and single-product

I want to add 3 checkboxes to the product page which are product options such as assembly, gift wrap & accessories. I want these to be assigned to the single product.
For example if i'm on a single product page underneath add to cart the customer can check these options.
I know of add_to_cart() but that adds single products to cart i want these options to be linked to the current product?
What is the correct way of doing this? at the moment i can't update woocommerce, so the plugins that accomplish this use functions not available in woocommerce 2.0

Resources