Estimated date on the products page question

This topic has 18 replies, 3 voices, and was last updated 6 months, 1 weeks ago ago by Rose Tyler

  • Avatar: Jennifer
    Jennifer
    Participant
    September 29, 2023 at 11:55

    Hello,

    I have a plugin for my estimated date of my products but this plugin normaly show the estimated date of delivery in the product page , i the xstore is showing in the products tumbnails but not on the products page , who can I do ?
    https://ibb.co/zXN81Mt
    https://ibb.co/M5W7PWK

    Thank you very much

    17 Answers
    Avatar: Tony Rodriguez
    Tony Rodriguez
    Support staff
    September 29, 2023 at 12:54

    Hello, @Jennifer,

    Thank you for using our theme and for contacting us.

    We kindly request you to conduct a check by activating the default WordPress Theme, such as Twenty Twenty-Three. This is to ascertain whether the issue you are experiencing is due to our theme or not.

    And let us know the result.

    Best Regards,
    8Theme’s Team.

    Avatar: Jennifer
    Jennifer
    Participant
    September 29, 2023 at 13:37

    Hello,

    Yes its work.

    I actually already have an online website . we are redesign it on a temporary domain.

    So we actually use this plugin for a long time now and really need it.

    the date is suppose showing on the products page, on the mini cart and on the checkout page, actually with Xstore its appear :
    -In the mini cart
    -In the checkout

    So the problem is on the product page

    Thank you for your help

    Avatar: Tony Rodriguez
    Tony Rodriguez
    Support staff
    September 29, 2023 at 13:48

    Hello, @Jennifer,

    Thank you for your response.

    Could you kindly verify the functionality when the Xstore theme Single product builder is disabled? This can be done by navigating to Xstore > Theme Options > WooCommerce > Single product builder.

    If the problem continues, we would appreciate it if you could provide us with Wp-admin access and FTP access in the private content area. This will allow us to examine the issue more closely and assist you accordingly.

    Best Regards,
    8Theme’s Team

    Please contact administrator
    for this information.
    Avatar: Jennifer
    Jennifer
    Participant
    September 29, 2023 at 14:13

    Hello,

    No still don´t work 🙁

    Yes of course , so the text appear in the badge on product slide , in the cart and in the checkout page

    I am testing on this product
    http://biucosmetics.online/?product=splatter-print-shirt

    I make an explaination
    https://www.canva.com/design/DAFv1XN3GhQ/J7QKrohtGzcFdDAIqhIvpw/edit?utm_content=DAFv1XN3GhQ&utm_campaign=designshare&utm_medium=link2&utm_source=sharebutton

    Please hoppin you can help me because i really need that to make ny new website with Xstore .

    Thank you very much

    Please contact administrator
    for this information.
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 29, 2023 at 17:42

    Hello, @Jennifer,

    We appreciate your prompt response.

    1/ The credentials that you provide don’t allow us to access the Dashboard (/wp-admin). Please set the administrator role for the user.

    2/ What exactly 3rd-party plugin do you use and want to make it work? We ask because via FTP can see 2 plugins – https://prnt.sc/BPSBtaxMPrBc

    3/ The primary question is why the default theme displays the estimated text in the product content, but XStore does not? Could you please provide confirmation (screenshots or video) that this works with the Storefront theme?

    Thank you for your cooperation and we look forward to hearing from you soon.

    Best Regards,
    8Theme’s Team

    Avatar: Jennifer
    Jennifer
    Participant
    September 29, 2023 at 18:21

    Hello

    1/ Done

    2/ one is the main plugin and the othe is the add-on (backorder)

    Avatar: Jennifer
    Jennifer
    Participant
    September 29, 2023 at 18:29

    3/ yes work perfectlty on store front
    https://we.tl/t-sT8AFbXvHe

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 2, 2023 at 17:39

    Hello, @Jennifer,

    We added next code snippet to your child-theme/functions.php

    add_action('woocommerce_single_product_summary', function() {
        echo do_shortcode('[ph_display_estimated_delivery_date]');
    }, 30);

    Frontend: https://prnt.sc/CQVzYXOoYeEl

    If you wish to change the display location, please adjust the number 30 in the code.

    Best Regards,
    8Theme’s Team

    Avatar: Jennifer
    Jennifer
    Participant
    October 2, 2023 at 18:34

    Hello,

    Thank you for your reply

    But its don´t work with the products single page builder right?

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 3, 2023 at 08:09

    Hello, @Jennifer,

    The mentioned woocommerce_single_product_summary hook exists only without the builder.

    If you want to go with a builder, you have several solutions to choose from:
    1/ Add the same code but instead of using woocommerce_single_product_summary, use one of the hooks that are in the builder (https://www.8theme.com/topic/trying-to-add-some-extra-code/#post-265666) (the corresponding position will be in the place for which hook you will attach)
    Example:

    add_action('etheme_woocommerce_template_single_title', function() {
    echo do_shortcode('[ph_display_estimated_delivery_date]');
    }, 10);

    2/ Add an HTML block in the builder and insert the content [ph_display_estimated_delivery_date] there.

    Best Regards,
    8Theme’s Team

    Avatar: Jennifer
    Jennifer
    Participant
    October 3, 2023 at 08:29

    Hello Rose ,

    I use the second option but its didn´t display anything?

    Check the image https://ibb.co/Z2BFr8H

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 3, 2023 at 08:33

    Hello, Jennifer,

    You added content into HTML block 3, but shown HTML block 5 added into content area – https://prnt.sc/H0GJtyHfsTDb

    Please check now – https://prnt.sc/IocN2XsaHRx2 > https://prnt.sc/N6EtbaNfWDSJ

    Best Regards,
    8Theme’s Team

    Avatar: Jennifer
    Jennifer
    Participant
    October 3, 2023 at 08:40

    Worked perfectly!

    Thank you very much for your help!

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 3, 2023 at 09:13

    Hello, Jennifer,

    You’re welcome!

    Best Regards,
    8Theme’s Team

    Avatar: Jennifer
    Jennifer
    Participant
    October 24, 2023 at 17:00

    Hello,

    I see you introduce the new sale booster , and I can set a date estimate, I would like to know if I can set this date with the shipping class woocoomerce time?
    Our is all the same time for all the products?

    Thank you

    Avatar: Jennifer
    Jennifer
    Participant
    October 24, 2023 at 17:22

    In the new single product editor can I add my hltm block with [ph_display_estimated_delivery_date] ?

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 26, 2023 at 09:08

    Hello, Jennifer,

    1/ “I would like to know if I can set this date with the shipping class woocoomerce time?” – you cannot set this date with shipping class but have global settings for displaying such date for specific Stock statuses only or set a custom date for unique Stock statuses -> https://prnt.sc/44IPhxmbOI64
    If you would like to have new options with set date by shipping classes for this Sale booster feature you can post a Feature request on our roadmap → https://www.8theme.com/roadmap/

    2/ “Our is all the same time for all the products?” = Also, you have custom settings in each product options -> https://prnt.sc/nmEsjpp4WTG6 with these settings you may override global settings for local product only.

    3/ “In the new single product editor can I add my hltm block with [ph_display_estimated_delivery_date] ?” = you can use Shortcode widget ( https://prnt.sc/sJ6xHCXUJrnC ) with the same content of [ph_display_estimated_delivery_date] shortcode inside.

    Best Regards,
    8Theme’s Team

  • Viewing 18 results - 1 through 18 (of 18 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.