Search the Community
Showing results for tags 'delivery time'.
-
Hello, I want to add a delivery time to the invoice PDF, I've tried to code it but without success. What I think what must be done is add on invoice.summary-tab.tpl an extra rule 'delivery time' and an extra rule with information in it. I've tried to add $carrier->delay but the result in the PDF is "Array" while if I add $carrier->name it prints the name of the carrier. So Somewhere I must add the delay somewhere? Who can help me? <table id="summary-tab" width="100%"> <tr> <th class="header small" valign="middle">{l s='Invoice Number' d='Shop.Pdf' pdf='true'}</th> <th class="header small" valign="middle">{l s='Invoice Date' d='Shop.Pdf' pdf='true'}</th> <th class="header small" valign="middle">{l s='Order ID' d='Shop.Pdf' pdf='true'}</th> <th class="header small" valign="middle">{l s='Order date' d='Shop.Pdf' pdf='true'}</th> <th class="header small" valign="middle">{l s='Delivery time' d='Shop.Pdf' pdf='true'}</th> {if $addresses.invoice->vat_number} <th class="header small" valign="middle">{l s='VAT Number' d='Shop.Pdf' pdf='true'}</th> {/if} </tr> <tr> <td class="center small white">{$title|escape:'html':'UTF-8'}</td> <td class="center small white">{dateFormat date=$order->invoice_date full=0}</td> <td class="center small white">{'ORD-I365-'}{$order->id}</td> <td class="center small white">{dateFormat date=$order->date_add full=0}</td> <td class="center small white">{'delivered within 3 - 5 weeks'}</td> {if $addresses.invoice->vat_number} <td class="center small white"> {$addresses.invoice->vat_number} </td> {/if} </tr> </table>
-
delivery date [Module] Preferred Delivery Time
Knowband Plugins posted a topic in Paid Modules & Themes
Preferred Delivery Time Module Preferred Delivery Time module allows the store admin to display the delivery time slot at the checkout page so that customers can pick the preferred date and time for the delivery. This module is really helpful to increase the customer experience. In case you sell the products like Gift Card, Flower Bouquet, Cake etc then this extension is one of the must-have extensions for your store. More Info and purchase here: Preferred Delivery Time Module FRONT DEMO BACK OFFICE DEMO Key features of the Preferred Delivery Time module: 1) Admin can set the number of days after which the delivery will be available. 2) Admin can enable the time slot so that customers can select the preferred time slot. 3) Admin can even select the time slot range like 2 Hrs, 4 Hrs. 4) Admin can disable the delivery for a specific day for e.g. Admin can disable the delivery option on Sunday. 5) Admin can send the order confirmation email with the details of the order and preferred delivery time. Module link: https://addons.prestashop.com/en/delivery-date/26189-knowband-preferred-delivery-time.html- 11 replies
-
- delivery time
- user experience
-
(and 2 more)
Tagged with:
-
Add an individual delivery time to every combination of a product. With prestashop and also the module 'ps_legalcompliance' it is not possible to have specific delivery times for combinations. Here is a module where it is possible to have different delivery times for the products and its combinations. You can also define default values. https://addons.prestashop.com/en/combinaisons-customization/40376-delivery-time-for-combinations.html Example: Shirt Size S: Delivery time 1-2 days Shirt Size L: Delivery time 3-4 days Shirt Size XXL: Delivery time 7-8 days Features Predefined standard delivery time for stored and non-stocked products. Individual delivery times for every combination of a product. Add an additional short text after the delivery time. Add an additional long text (also HTML) after the delivery time. If necessary, you can place the delivery time anywhere on the product page with a HOOK. Multilanguage. Module: https://addons.prestashop.com/en/combinaisons-customization/40376-delivery-time-for-combinations.html Demo-Video: https://www.youtube.com/watch?v=TijNvS8wPnQ
-
- combination
- delivery time
-
(and 1 more)
Tagged with:
-
Hello, I have a food store in prestashop 1.6.1.12 After an order is made, I want to set up a delivery time,in order for that person to see it when it clicks 'order status'. The delivery time depends on the traffic, so for each order, I want to set up a different one. I do not want the customer to choose a delivery time, only the admin in backoffice can do that. Thanks!
-
The "Information" column of the Carrier List Table of the Step 1 "Shopping-Cart Summary" page displays only the delivery time for each delivery method instead of the much more important Delivery Method itself. Does anybody know how to display the Delivery Method in the "Information" cell along with the Delivery Time the same way as it is done in the step 04. "Shipping" ? Thank you, Alex
-
- service name
- carrier list
-
(and 2 more)
Tagged with:
-
I have created a hack to add in a second stock level for all products. That's the stock currently available from our supplier. The stock level is automatically checked/updated twice a day and stored in it's own dedicated MySQL table. We do allow for ordering out-of-stock products, but only as long as we can re-order them from our supplier. That gives us 4 possible product statuses (shown on product page): - product in stock in our store (delivery time 1-3 days) - product available from supplier stock location A (delivery time 4-6 days) - product available from supplier from stock location B (delivery time 7-10 days) - product no longer available from supplier (out of stock message) Now I would like to also show this message in the shopping cart and in the confirmation email. B.t.w. we use single page checkout. I have no experience yet in working with the order and cart classes, controllers and modules and because this part of the software looks quite extensive I would love to get some tips. Is there any technicaly versed person here who can advise me on the follwing: - what would be the best place to do the request about the supplier stock - what's the best place to add the delivery time message so it will show up in the cart & the confirmation email Thanks for any help
- 1 reply
-
- estimate
- delivery time
-
(and 1 more)
Tagged with:
-
Hi, I have a problem with the planning delivery module that I bought in prestashop addons. Now the user can choose preferred date and time to delivery, and that's ok. After the choice I would like to see these data in email confirmation and in order details (back office), but I don't know what I have to do. the beta site is: http://www.spesarapida.it/shop/ Please if everyone know a solution let me know thanks Giordano
- 4 replies
-
- delivery date
- delivery time
-
(and 2 more)
Tagged with:
-
Hello, Our shop is going to expand and we are looking to implement 24h delivery. There should be two carriers: - Daytime delivery - 3 EUR - Midnight delivery - 5 EUR We would like to have an option to select the exact time for delivery as well. I checked the Prestashop's "Booking and express delivery" module but the support told me that it does not support two carriers with different timings. Also there is no live demo where I can check if the module will work for us. I will be very grateful for any proposed solutions to this obvious functionality.
-
Hi, I have a problem with the planning delivery module that I bought in prestashop addons. Now the user can choose preferred date and time to delivery, and that's ok. After the choice I would like to see these data in email confirmation and in order details (back office), but I don't know what I have to do. Please if everyone know a solution let me know thanks Giordano
-
- delivery date
- delivery time
-
(and 2 more)
Tagged with:
-
Hi, I have a problem with the planning delivery module that I bought in prestashop addons. Now the user can choose preferred date and time to delivery, and that's ok. After the choice I would like to see these data in email confirmation and in order details (back office), but I don't know what I have to do. Please if everyone know a solution let me know thanks Giordano
-
- delivery date
- delivery time
-
(and 2 more)
Tagged with: