- AuthorPosts
Hi,
I like your modudle but I wonder if you module can work like that: https://detail.1688.com/offer/528315376031.html?spm=b26110380.sw1688.mof001.36.45d334f1WVtvbsI mean to have a video on the main image gallery but the same video to have it in the description (for example at the bottom of each description)
Self hosted videos or Youtube/Vimeo videos?
The same video on two places, do you want to do the same?
Take a look on this FAQ https://www.sunnytoo.com/questions-answers#how-to-make-youtube-or-vimeo-videos-be-responsive-on-presatshop
With panda theme, you can put Youtube/Vimeo videos wherever, no need to use a module.
For self-hosted video I will consider do achieve the same as 1688.Hi,
In 1688 website you can play the video (youtube or hosted) in product image galery and in the description at the same time. Is it possible with your module?
Here I made a video: https://streamable.com/qq7kk
Regards
I thought it was a little bit redundant to show the same video twice. Since you need the feature, I will add it in next update. Thanks for your feature request.
Have a nice day.Hi @jonny,
More than 4 months and I still do not see that option in the new module versions. I have a question….if I buy the module today could you help me to hook related products module and product slider between product images and product description? The same website 1688.com has that kind of hooks and product slider between product images and product description.
Regards,
Diyan-
This reply was modified Dec '18 by
Diyan1234.
Attachments:
It’s easy to show those two sliders there, but not in the same line, one after another, if that’s oaky for you?
Here are steps.
1. Hook the Related products module to the displayFooterProduct hook.
2. See attached 761.jpg, move that code form the \themes\panda\templates\catalog\product\product-third.tpl to \themes\panda\templates\catalog\product\product-second.tplIf you do want to show them on the same line, you’ve to add one more hook there, and then edit another file for a little bit to make the related products module be able to be hooked to the newly added hook.
Speaking of video module, to add that option has a low priority, I will add it when I have time.
Attachments:
Hi @jonny,
I just bought your product videos module but I can not set Multiple YouTube videos like your Demo 3. I give you back office access details. Please have a look for products with ID: 2153 and 2154
Also that I would be happy if you can help me to move product refference just in front of view all reviews (like on the screenshot attached. All I know is that I need to edit /themes/panda/templates/catalog/product/product-first.tpl and to move that code:
{block name='product_reference'} {if $sttheme.display_pro_reference && isset($product.reference_to_display)} <div class="product-reference pro_extra_info flex_container"> <span class="pro_extra_info_label">{l s='Reference' d='Shop.Theme.Panda'}: </span> <div class="pro_extra_info_content flex_child" {if $sttheme.google_rich_snippets} itemprop="sku" {/if}>{$product.reference_to_display}</div> </div>
Attachments:
1. About the video module, see attached pics
2. About product reference, if you have different references for different combinations, then it requires quite a lot custom work to achieve that, if every product just have one reference, all combinations use the same reference, then it’s easy, let me you which case you are in.
3. Thanks for your suggestion, I’ve marked it down.Attachments:
2, Move this code up to be above “product-information”, see attached pic.
{if $sttheme.display_pro_reference && isset($product.reference_to_display)} <div class="product-reference pro_extra_info flex_container"> <span class="pro_extra_info_label">{l s='Reference' d='Shop.Theme.Panda'}: </span> <div class="pro_extra_info_content flex_child" {if $sttheme.google_rich_snippets} itemprop="sku" {/if}>{$product.reference_to_display}</div> </div> {/if}
Attachments:
-
This reply was modified Dec '18 by
- AuthorPosts
You must be logged in to reply to this topic.