TheTyke Posted January 2, 2009 Share Posted January 2, 2009 HiI've raised this problem before but a lot of work was being done to get to 1.1 so I decided to leave it until now.A relation has a catering business which includeds buffets delivered for meetings.What I would like to do is add a section somewhere for the time and date of the delivery.It would be best after all the items have been chosen as some customers like to mix and match items.I have looked at attributes but there were too many combinations which crashed the program.The time and date of delivery would also have to be included in the invoices and emails.Has anyone got any ideas please? Link to comment Share on other sites More sharing options...
plouise Posted January 2, 2009 Share Posted January 2, 2009 On the step 3 (delivery adress) of the purchase process, you have a text comment zone.You can give all the delivery detail.I didn't check the result on invoice and Email.Is that fit your needs? Link to comment Share on other sites More sharing options...
TheTyke Posted January 2, 2009 Author Share Posted January 2, 2009 plouiseThanks for that. It does have potential.I really wanted to be restrictive with the times though ie 07:00, 07:30 etc rather than someone putting in 4.16am.I've tried adding the delivery as a product with attributes which seems to work a bit. I'm having problems with the order oth the months though. I did try once before but the system collapsed because of the time and date combinations.You idea may do in the short term though. Many thanks. Link to comment Share on other sites More sharing options...
plouise Posted January 3, 2009 Share Posted January 3, 2009 I understand your need of strutured delivery timing for both customer and delivery service.I did'nt check requested featured list, but it's should be in with the possibility to plannified the disponibilty.Cause even if the customer can put special request in this comment field, dedicated fields delivery date & time can be use in delivery interface.A in between solution, use a calendar object (with ) to fill comment field in structured manner. Link to comment Share on other sites More sharing options...
plouise Posted January 3, 2009 Share Posted January 3, 2009 ooppsI mean a calendar object with paramters, base on xlm file or ... Link to comment Share on other sites More sharing options...
TheTyke Posted January 3, 2009 Author Share Posted January 3, 2009 plouiseThanks but I am not a programmer. I just play with bits of code to try and make them work. A bit of trial and error.I would not know where to start with a calendar. Link to comment Share on other sites More sharing options...
TheTyke Posted January 3, 2009 Author Share Posted January 3, 2009 I've got all the attributes loaded now. there are 5952 combinations in total.I got the months to show in the right order by placing a, b, c, etc in front of them and then created the attributes with the "attrubutes generator".These did not show on the product page as I don't think the system likes calling all 5952 to display.I then went into the database table and changed the names of the months back to normal.Seems to work for the moment apart from taking a long time to bring the product up.I could try having three months rather than the 12 to speed things up.I would rather have something else though. Anyone got any other ideas? Link to comment Share on other sites More sharing options...
TheTyke Posted April 22, 2009 Author Share Posted April 22, 2009 Sorry to bump this old thread but I am still wanting to solve the problem and my programming knowledge is poor.Can anyone sort this for a fee. If yes how much?Many thanks. Link to comment Share on other sites More sharing options...
TheTyke Posted April 28, 2009 Author Share Posted April 28, 2009 Still no takers.Looks like I'll have to work into the early hours for the next year to try and sort it! :down: Link to comment Share on other sites More sharing options...
TheTyke Posted June 20, 2009 Author Share Posted June 20, 2009 Right I need this now some I'm going to try and do something myself.Can anyone suggest a time and date picker component that matches the style of prestashop so it does not look out of place. Link to comment Share on other sites More sharing options...
TheTyke Posted June 27, 2009 Author Share Posted June 27, 2009 I now have a dater and time picker on order.php step1 where the comments box used to be.This can be seen at www.centrefillings.co.uk/online_storeThe problem is I have lost the addresses which I think is down to a div id issue as the date picker has its own which I think is interfering with the page div id.The date picker is this bit {l s='Please enter Time and Date delivery is required..'} <input class="datetimepicker_es" name="message" /></p> I'll post the order-address.tpl in the next post.Can anyone see where I am going wrong? Link to comment Share on other sites More sharing options...
TheTyke Posted June 27, 2009 Author Share Posted June 27, 2009 deleted Link to comment Share on other sites More sharing options...
TheTyke Posted June 27, 2009 Author Share Posted June 27, 2009 I seem to have a javascript error.I have placed the javascript links in the .tpl file. Do I need to put them somewhere else? Link to comment Share on other sites More sharing options...
Recommended Posts