Play icon on images that have a video attached to them in the media library and in the product setup page
As it stands, there is no way to know which image has a video attached when creating a new product. I add maybe 10 product images and attach the video to one of them. When I reviist the product to make a change, there is no indication at all that any images have a video…
Make the checkout right side window more compact.
Would love to see an option to make the checkout right side window more compact. Right now there are big margins, large photos, and large descriptions making it difficult to see at a glance, especially if there is more than one or two products. I’ve attached an example of a Shopify store that does this…
Attribute Swatches: Make it possible to display only one attribute group at a time.
In the WooCommerce Attribute Swatches plugin, it is currently possible to group product attributes in order to better organize the product options, which is great. However, if you have too many groups and too many attributes per group, it can make the customer experience a little overwhelming. To overcome this, I would like to request…
I want to bring route protection option on checkout page after contents of a step.
I want to bring route protection option on checkout page after contents of a step.
Add one more step on checkout page before placing order.
I want to add an one more step (Shipping state) before placing order on checkout page where my all the shipping options and route protection will exist.
Phone number validation
Currently, I can enter “99999999999999999999”, and this is a valid phone number.
Option to disable links in catalog
Add a ‘None’ option to ‘Catalog Swatch Method’ to disable linking. I just want to display the size attributes in the catalog to show which sizes are available. I don’t want them to be clickable. This could improve performance and avoid clickable areas being too small on mobile.
Show offer based on cart value or contents
Sales Booster only shows offers depending on what item is in the cart. Having more filters would be nice. I would like to show offers based on cart value or the quantity of items in the cart.
Different effect for each product category
Regarding Image Swap woocommerce plugin , it would be nice if you could specify different swap effect per product or per product category (if per product is challenging) instead of the same one being applied to all the products of the shop.
Allow a custom title for each attribute in a group
In the linked variations plugin, consider as an example some products are linked by the “Color” attribute. Instead of the title to say “Color” and then to list the variations, allow the admin to change the title to something like “Choose from an available color”
Allow creating a group for all products in a category or a tag
In the linked variation plugin, allow to create a group for all products in a specific category or more preferably a tag. For a store with thousands of products it is counter productive to add them one by one
Serve images from CDN
Add option to rewrite URLs of images for gallery to serve them from CDN. Right now this could be done with the following hook: // ******************** // Iconic Woothumbs: serve swiper images from CDN add_action( ‘iconic_woothumbs_all_images_data’, ‘add_cdn_to_single_image_data’, 10, 2); function add_cdn_to_single_image_data( $images, $product_id ){ if (is_array( $images )) { for ($i = 0; $i $value)…