• Latest
  • Top
3 votes

Tax Exemption Required At Checkout

We use a plugin called "Tax Exempt for Woocommerce" which allows us to exempt users from paying tax if they're a business. The functionality is not showing up in Flux checkout

Under Review Category: Flux Checkout 0 comments
2 votes

Integration with loqate.com

– address autocomplete (google does not check if the customer has entered a house number and if it is an existing address) – address validation – e-mail/telephone validation

Under Review Category: Flux Checkout 0 comments
2 votes

Set phone number country code selector based on client geolocation

Currently, the default country code selector is based on the woocommerce store address. If, for example, a customer from Belgium enters my German store, it will automatically set its country code selector to Belgium, just as woocommerce already does with automatic determination of the customer's country based on geolocation.

Under Review Category: Flux Checkout 0 comments
1 vote

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.

Under Review Category: Attribute Swatches 0 comments
1 vote

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.

Under Review Category: Sales Booster 2 comments
1 vote

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.

Planned Category: Image Swap 1 comment
1 vote

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”

Under Review Category: Linked Variations 0 comments
1 vote

Add compatability with The Newsletter Plugin

I use The Newsletter Plugin to create and distribute weekly "New Release" newsletters. Unfortunately when I try to add product variations using the product IDs nothing is displayed, and trying to show the parent product also doesn't work as it is hidden. Being able to show the single variations shown onsite with the Show Single…

Under Review Category: Show Single Variations 0 comments
1 vote

Show color options on product archive page

In the link variation plugin, I want to show the color options on the product archive page. While showing the linked product images on the product page, I want the color boxes to be displayed on the archive page and if possible, the product image to change when hovering over it.

Under Review Category: Linked Variations 1 comment
2 votes

Real time validation of fields

woocomerce error messages when it comes to checkout are misleading. In a multistep checkout is ever worse. The customer should be able to know right away to prevent errors and delayed checkouts.

Under Review Category: Flux Checkout 0 comments
1 vote

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)…

Under Review Category: WooThumbs 0 comments