Woocommerce: Using a shortcode as product image - wordpress

I tried to come up with a soulution for my problem but was not able to find one.
My problem is, that I try to use a [shortcode] as a product image in woocommerce.
is there a easy way to do that or is this simply not possible with woocommerce?

Related

Woocommerce loop product images

In Woocommerce products page, iwant to display only the image of the product; no "add to cart" and no "more infos". I found how to remove them via CSS but i am not able to remove the frame under the image where those informations are placed.
this is the problem...
Has anyone ever had this problem and solved it? Thanks!
WooCommerce has lots of different hooks for their shop page but seems none of them could solve my problem.

Woocommerce permalinks for product variations

Is there a way I can get pretty permalinks for woocommerce variations.
Currently all the variations can be linked to as https://interiormantra.com.au/product/coloured-glass-bottle-vase-23cm/?attribute_pa_colour=white
However I was wondering if there is a way to remove the ? and have a pretty permalink.
Thanks
There's a plugin for this, you can create multiple products and can link them together with variation field. This way you get different permalinks for your products.
Only negative point is that plugin is paid :(
Demo:
https://demos.iconicwp.com/woocommerce-linked-variations/product/iphone-x-space-grey-64gb/
Plugin:
https://iconicwp.com/products/woocommerce-linked-variations/

Display Products for Woocommerce

I created a Wordpress page that must display the products that I've created using Woocommerce Plugin. It seems like it has it's own Shop Page so I tried to customize it (it has different template) but failed since I am just a beginner in Wordpress. So I tried making my own Wordpress page (just like what I said at the first line) having the same template with other menu options. So it's good. The problem is I cannot make the products show. So I searched and installed a Display Product for Woocommerce Plugin so that I can call the products, on the webpage that I created, using shortcodes. Unfortunately, there is no single products that shows in my page. Any suggestions with this?
Try using this Shortcode [products] on a new page. It showed me all the products i had in my woocommerce store.
Let me know if that fulfills your needs.

How to display grouped products in a list with quantity in woocommerce?

I want to change the way grouped products are shown by two different versions of wordpress.
case 1: Wordpress 4.1.5 running WooCommerce 2.3.11 with custom theme.
case 2: Wordpress 4.2.2 running WooCommerce 2.3.11 with default theme.
I need to display grouped products (child products) in a tabular form with quantity box before it just like image2. Where do i need to make a change so i could achieve same in case 1? Why it is showing View all Products button instead of listing the products itself?
any help will be appreciated.
You can read about WooCommerce's template overrides. If you aren't seeing the default with your theme that means that your theme is overriding it.
I can't be sure, but probably you need to go into your theme's woocommerce folder.... and find the grouped.php template in:
yourtheme/woocommerce/single-product/add-to-cart/grouped.php
and rename it to anything else grouped-backup.php so that WooCommerce will stop using it.
If that doesn't work, then it is perhaps being hidden by CSS or by Javascript. I don't have enoug information to know and you should contact your theme's author.

How to display woocommerce product categories on a Page?

i'm trying to add woocommerce product categories on a single page, but can't find a solution.
i've tried using these shortcode, but they don't work:
[product_categories number="14"]
or
[product_category category="snowpeak" per_page="12" columns="4" orderby="date" order="desc"]
but i don't get any results. the page is just empty. am i doing something wrong?
is there another way of displaying product categories on a single page? i want to use this page as the homepage. i don't have too much experience with wordpress and don't know how to fix this.
i'm using the latest versions of wordpress and woocommerce. thanks for your help!

Resources