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

Hello Dears,

I am asking if there is any document of hooks used for both plugins (Additional Variation Images Gallery for Wc, and variation swatches for WC). I am currently using the free version of the image gallery to double-check if it meets our needs or not, but I need to know if there is any document of hooks that could help me to proceed with my theme development…

Thanks and best regards

Hakik Zaman

Hi Appenza,

Thanks for reaching out to us. Unfortunately, currently, we have no such documentation.

But it is a great idea. You can send this request here- https://storepress.fider.io/

Again sorry for your inconvenience.

Thank You

Hello Hakik,

 

Sorry for annoying you, So could you help me with that then? I need a JS hook to achieve my business goal.

here is my scenario.

In the single product page, after selecting all variation options it shows the gallery images. I just need to hook these actions before showing the gallery and after the action is done.

Hakik Zaman

Hi Appenza,

I just need to hook these actions before showing the gallery and after the action is done.

You can try the following trigger, it will fire before the gallery initializes:

before_woo_variation_gallery_init

Then use the following trigger and it will fire after gallery images are loaded:

woo_variation_gallery_image_loaded

I hope it will help.

Thank You