• Resolved MikeFam

    (@mikefam)


    Hi, I am trying to create a custom single product page and want to show the product delivery time. Is there a way to call the delivery-time-info variable dynamically on a page? via shortcode or php?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author vendidero

    (@vendidero)

    Hi there,

    are you using a pagebuilder? In case of elementor our pro version offers custom widgets for shopmarks. You may as well use shortcodes: https://vendidero.de/dokument/preisauszeichnungen-anpassen#pagebuilder

    Cheers

    Thread Starter MikeFam

    (@mikefam)

    I am using the Avada theme. Could you let me know whether the product delivery time is registered as a “custom field” and if so with what ID? If not, how can I call it via code? Thanks.

    Plugin Author vendidero

    (@vendidero)

    Hi there,

    you should use the shortcodes to output the delivery time notice. Every theme supports adding those shortcodes in the content. Place ask your theme support for help on how to place shortcodes. Use: [gzd_product_delivery_time] to output the delivery time notice. You may use do_shortcode to execute shortcodes via PHP too.

    Cheers

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Show delivery time in product single page’ is closed to new replies.