Home Forums WoodMart support forum Guide for Product Page

Guide for Product Page

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #226924

    ddoukas
    Participant

    Hello,

    First i want to say, that i really like your theme because it has many features that i haven’t seen before and i am really happy. Thank you for your excellent job.

    I would like to make a few questions about the settings of the product page.

    I can see that there is an extra tab for “Shipping and Delivery”, i have found the settings of this tab in the “theme settings”. Is this tab general for all the products? If i want some products to have different content in the tab “shipping and delivery” how can i do that? Because i couldn’t find in the product settings an option that will allow me to do that.Can i select which products will have this tab? If yes, how can i do that.

    Second question, i can’t find the settings for the “About Brand” tab? I have found the content of this tab is an HTML Block but how is this block assigned to the product? Can each product have different content (HTML Block) for this tab? Can i select which products will have this tab? If yes, how can i do that.

    Third question, in the product settings i have seen that i can set a video for the product, i tried to test it by putting the test link that you gave us near the input field of the video but whenever i click to see the video i get this error “An error occurred. Please try again later. (Playback ID: 2uCYp-YmoXhzEzM8)”. Should i do something else in order to make it work? Also can i put an mp3 video that i will have in the media and not a YouTube Video? And last is this field compatible with the Woocommerce API in order to upload the video to the product via the API of the Woocommerce?

    Thank you in advance.
    Kind regards,
    Vivi Koutsopoulou

    #226933

    Hello,

    Thank you very much for choosing our theme and for contacting us.

    1. Yes, the content in the Theme Settings > Product page > Tabs – is the same for all the products. If you want each product to have its own content, you need to add the content into the Additional tab in the product page https://xtemos.com/docs/woodmart/product-page-options/#local_settings

    2. You can find the instruction here: https://xtemos.com/docs/woodmart/faq-guides/how-to-setup-brands/ If you still have questions, please feel free to ask.

    3. Please provide your site admin access I will test the video URL to detect if the problem is caused by a wrong URL format or other.

    Best Regards

    #226957

    ddoukas
    Participant

    Hi Elise,

    Thank you for your quick response.

    As for the brands, i see that are attributes with the type “Brand”. Because all our products will be uploaded via the Woocommerce API is it possible to upload the video via the API? Also the video can be an mp3 file that will be in the server? The same question applies for the tab “Shipping and Delivery”

    In the private content i wrote your admin credentials.

    The product that i have put the video is one of the demo content and it’s name is “Classic wooden chair”.

    Thank you.

    #227028

    Hello,

    You have inserted the wrong URL format: https://www.youtube.com/watch?v=LXb3EKWsInQ&ab_channel=JacobKatieSchwarz

    It should be https://www.youtube.com/watch?v=LXb3EKWsInQ

    Please try and check.

    Best Regards

    #227168

    ddoukas
    Participant

    Thank you very much for your help, but you still haven’t answered all of my questions. We need to know if the fields for “Shipping and Delivery” and the field for the video link, are compatible with the Woocommerce API. And if we can upload a mp3 video saved in the server files of the eshop.

    Thank you.
    I am awaiting you response.

    #227244

    Hello,

    What do you mean asking “if the fields for “Shipping and Delivery” and the field for the video link, are compatible with the Woocommerce API”

    The product page supports youtube video in the URL format shown in the Product Page. This video will be shown by clicking on an icon that would appear on the product main image.

    If you want to add a mp3 video you need to upload it your Media library and display by means of Raw HTML element of WP bakery page builder in this way:

    <iframe width="560" height="315" src="http://web.net/wp-content/uploads/2020/09/video_2020-09-02_22-56-19.mp4" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>

    where http://web.net/wp-content/uploads/2020/09/video_2020-09-02_22-56-19.mp4 is a video URL from your Media library.

    If you want to add mp3 video to a product page you can do it means of our HTM block feature https://xtemos.com/docs/woodmart/html-blocks-2/#extra_content_options

    and https://xtemos.com/docs/woodmart/html-blocks-2/#custom_tab

    1. Create HTML block

    2. Add HTM Raw element, insert the video code

    3. Show the HTML block with video in an additional tab or in Extra content block.

    Best Regards

    #227303

    ddoukas
    Participant

    All of our Products will be inserted via the Woocommerce API. All the standard fields of Woocommerce such as description, price etc. are compatible with the API. What I would like to know is whether I can insert the content of the “PRODUCT TAB OPTIONS” (Shipping and Delivery in our case) via the API. Is the field “Custom tab content” field compatible with the API? Are the fields for the video, the “custom tab content” and especially the terms of the attribute with type “brand” (this i haven’t mentioned it before).

    This is the link for the woocommerce API in case i didn’t explain it correctly.

    Link 1

    Link 2

    Thank you.

    #227462

    Hello,

    You can use these post_meta to add product information:

    _woodmart_product_custom_tab_title
    _woodmart_product_custom_tab_content
    _woodmart_product_video

    Best Regards

Viewing 8 posts - 1 through 8 (of 8 total)