cancel
Showing results for 
Search instead for 
Did you mean: 

delivery time in list.phtml

SOLVED

delivery time in list.phtml

Hello,

 

I´m trying to get the delivery information in the catalog view.

I´m using the following code in the list.phtml:

 

<?php echo $this->__('Lieferzeit:') ?>
<?php echo $_product->getdelivery_time() ?>

It doesn´t work. can anybody tell me what I´m doingt wrong? Hope somebody can help a Magento beginner...

 

Thanks

1 ACCEPTED SOLUTION

Accepted Solutions

Re: delivery time in list.phtml

Hello rastaball,

 

Which's version of Magento you currently use? Magento 1 or 2? I saw you 

 

 

Sure that you set its configuration to show in product listing page: Catalog > Attributes > Manage Attributes > choose your Delivery Time attribute -> Used in Product Listing -> choose Yes.

 

See my screenshot:

http://www.screencast.com/users/MrKhoa/folders/Default/media/29b1eda6-e5c5-478e-9d93-a71b5f549bd6

Problem solved? Click Accept as Solution!

View solution in original post

2 REPLIES 2

Re: delivery time in list.phtml

Hello rastaball,

 

Which's version of Magento you currently use? Magento 1 or 2? I saw you 

 

 

Sure that you set its configuration to show in product listing page: Catalog > Attributes > Manage Attributes > choose your Delivery Time attribute -> Used in Product Listing -> choose Yes.

 

See my screenshot:

http://www.screencast.com/users/MrKhoa/folders/Default/media/29b1eda6-e5c5-478e-9d93-a71b5f549bd6

Problem solved? Click Accept as Solution!

Re: delivery time in list.phtml

Thanks a lot. That´s it!