Add New Field To Product Page Like Delivery : 1-2 Days

hello,

any help to add this kind of information somewhere between lets say code and avaibality in the same format on product pages

1 one field and description like

delivery : 1 or 2 days

best wishes

You can use Promo text field to add additional information to the Product details page

I would lovely save the promofield for some notifications to inform customers quickly


Thanks anyway

I would lovely save the promofield for some notifications to inform customers quickly

Thanks anyway

Since it can be imported/ exported you can quickly change the value to the required one.

As alternative

- add the delivery_text language variable

- open the design/themes/THEME/templates/blocks/product_templates/default_template.tpl

- add

{__('delivery_text')}

after the following code:

                
{assign var="sku" value="sku_`$obj_id`"} {$smarty.capture.$sku nofilter}

- clear cache

- check the result

Thanks Ecom. Great advice

We are glad to help you