How To View Video From ACF Field?
-
I have video urls on my website in ACF fields. How to use these fields with this theme? I see class-main.php in product-gallery-video but can’t find check for existing video options. I want to extend this check for not empty ACF field.
Hello,
Please read and follow the instructions here about add the video on the product page:
https://xtemos.com/docs-topic/product-video/
Best Regards.
I know how to add video to 1 product. But I need to import videos to 13.000 products. Or use ACF fields which are already created with video urls.
Hello,
Sorry, this is not possible. Unfortunately, plugin custom fields cannot be used with our main product gallery video options.
Best Regards.
Can you tell me what check in the code checks for populated settings for videos in the gallery?
Hello,
We have checked ACF plugin compatibility with our main gallery video and unfortunately, it can’t work together, but if you want to check by yourself – its code is located by this path:
inc/integrations/woocommerce/modules/product-gallery-video
Best Regards.
I write about /product-gallery-video in my first comment. Question is about check video settings.
Hello,
In the file inc/integrations/woocommerce/modules/product-gallery-video/class-main.php on line 211, there is a check that checks whether the product image with the id of this image is present in the config with the video settings.
Best Regards.