• verofj

    (@verofj)


    Hola me gustaría saber si hay alguna forma de configurar un campo para que el cliente pueda elegir la fecha en la que quiere recibir el pedido y escoger la hora de entrega antes de finalizar el pedido.

Viewing 8 replies - 1 through 8 (of 8 total)
  • RokasJ

    (@rokasjan)

    Hi verofj,

    You could use “Checkout Custom Fields” module (https://booster.io/features/woocommerce-checkout-custom-fields/) to add 2 custom fields in the checkout – one “Datepicker” type and one “Timepicker” type. This will allow customers select date and time which you would be able to preview in the backend.

    Thread Starter verofj

    (@verofj)

    ?y estos campos pueden aparecer en el correo de nuevo pedido que se recibe, cuando un cliente hace un pedido?

    RokasJ

    (@rokasjan)

    Hi,

    They cannot be shown in the default Woocommerce new order emails, however you could enable Booster’s “Custom Email” module and set it up to send this email on new orders (and disable the default one so that the customer wouldn’t receive an email twice). With Booster’s “Custom Email” you can edit its template to include these “Checkout Cusotm Fields” by using [wcj_order_checkout_field] shortcode.

    “Custom Emails” module: https://booster.io/features/woocommerce-custom-emails/
    [wcj_order_checkout_field] shortcode: https://booster.io/shortcodes/wcj_order_checkout_field/.

    Thread Starter verofj

    (@verofj)

    He creado un correo y he introducido el código de esta forma:

    <tr>Horario de entrega: [wcj_order_checkout_field_1]</tr>

    pero no aparece nada.

    RokasJ

    (@rokasjan)

    Hi,

    You should copy the custom field key from the “Checkout Custom Fields” module and use it in the field id tag like this: [wcj_order_checkout_field field_id=”X”], where X is the key. For example, [wcj_order_checkout_field field_id=”billing_wcj_checkout_field_1″].

    Thread Starter verofj

    (@verofj)

    lo he probado asi:
    [wcj_order_checkout_field field_id=”order_wcj_checkout_field_1″]

    pero no me devuelve el dato

    RokasJ

    (@rokasjan)

    Hi,

    Could you also try [wcj_order_checkout_field field_id=”_order_wcj_checkout_field_1″] and [wcj_order_meta meta_key=”_order_wcj_checkout_field_1″]?

    Thread Starter verofj

    (@verofj)

    he probado los códigos que me indicas y nada, sigue sin aparecer el dato.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Campos adicionales’ is closed to new replies.