meanbee / magento-estimateddelivery

Magento 1 Extension to provide delivery date estimates for each shipping method.
https://www.meanbee.com/magento-extensions/estimated-delivery.html
Other
20 stars 11 forks source link

Category page #5

Closed thomas-thaulow closed 6 years ago

thomas-thaulow commented 6 years ago

Would it be possible to show the estimate on a product page somehow? Lets say showing estimated delivery date for a specific shipping option?

bobbyshaw commented 6 years ago

There's a helper available that you could use to do this, passing in the default shipping method that you want. This is actually a similar approach to what we do at the checkout, except we're looping through all available methods: https://github.com/meanbee/magento-estimateddelivery/blob/master/app/design/frontend/base/default/template/meanbee/estimated_delivery/checkout/onepage/shipping_method/available.phtml#L47