fbpx
Want To Add Extra Images Per Product Variation For Free? Download Now

button show more attributes in a single product

I have a store where a large library of attributes is displayed, e.g. https://meble-donar.pl/produkt/drabinka-tapicerowana-stol-ikea/

so I need a solution, which is on the archive page:
https://wptestbox.com/damian/?post_type=product

for the product page "single page" please add a function with the button show more attributes. for example, a certain number of attachments is displayed and the remaining amount is expanded when a button is pressed.

Thank you in advance!

Hakik Zaman

Hi Damian,

Thanks for reaching out to us.

Already discussed this with the development team. They confirmed it is already on our to-do list.

Hopefully, this feature will be added in the coming version.

Thanks for your patience.

in addition, I am asking for information, is it possible for the add to cart button to be in front of the attributes? It seems to me that it is more convenient for the customer when shopping

Hakik Zaman

Hi Damian,

is it possible for the add to cart button to be in front of the attributes?

Did you mean like this layout?

If yes,

please paste the below code inside your child theme’s functions.php or install the Code Snippet plugin and use the below code as a snippet-

function wvs_support_move_cart_button(){
remove_action('woocommerce_single_variation', 'woocommerce_single_variation_add_to_cart_button', 20);
add_action('woocommerce_before_variations_form', 'woocommerce_single_variation_add_to_cart_button', 20);
}
add_action('init', 'wvs_support_move_cart_button');

Thank You

thanks!

as for the change of adding the “show more” button, when can I expect a fix for the plugin?

Hakik Zaman

Hi Damian,

as for the change of adding the “show more” button, when can I expect a fix for the plugin?

Hopefully, end of this month we will release our latest version.

We really get excited & honored when you use our plugin on your site.

If you found my support helpful, could you leave your valuable review here: https://wordpress.org/support/plugin/woo-variation-swatches/reviews/?filter=5

Your rating keeps us inspired.

Thank You

I already added my opinion today 🙂 Is it possible to get a beta version of the plugin with the solution I’m interested in? I care about time. Thank you in advance!

Hakik Zaman

Hi Damian,

Is it possible to get a beta version of the plugin with the solution

Unfortunately, it is still under development. So, the solution is not added yet.

But you can join our beta test group where you will get updates of our plugin to test-

https://www.facebook.com/groups/636441177649208

Thank You

I am added to the test group. I am waiting for more information

Hello, Has the functionality I care about already been implemented in my case?

Hakik Zaman

Hi Damian,

Unfortunately not, our development team is still working and they implement it on the shop/archive page.

You can check it here. Please be patient it is on our list and we will surely add this.

Thanks for your patience.

Hello,
At what stage are the works going, when can we expect an update? Initially, you wrote that it will appear at the end of February.
I am asking for more information.
Thanks in advance!

Hakik Zaman

Hi Damian,

Thanks for your patience. You already know WooCommerce recently release several updates. That’s why it takes time to release our version 2.

Please check your requested feature here- https://wptestbox.com/testwvs2/?product=shoe

We have added it in our Version 2. BTW, it is still under development. Hopefully, it will be released as soon as possible.

Again thank you for your patience.