peteravu Posted October 11, 2011 Posted October 11, 2011 after I used http://jqueryui.com/themeroller/ the datepicker dont work anymore. if use this code the datepicker is not showing <link rel="stylesheet" type="text/css" href="ext/jquery/ui/mynewdesign/jquery-ui-1.8.6.css" /> if change back to this code if works fine, but oscommerce colors <link rel="stylesheet" type="text/css" href="ext/jquery/ui/redmond/jquery-ui-1.8.6.css" /> What did I do wrong? when I downloaded, I selected all components also Datepicker Thanks to all that contributed to separate_price_per_customers_4.2.2_for_2.3.1, Add Multiple Products with plus/minus buttons, One Page Checkout for 2.3.1, Multi Attribute V2, Login Box Club osCommerce Shipping Date Chooser for 2.3.1, Quickly Update Product Stock 3.8.5 Español and order number in email subject Forum, Thanks Designing New Themes the Easy Way, how-to-set-backgrounds. my contributions Add Multiple Product In Product Listing 2.3.1 v.1.0 and Multiple Attribute entry boxes in product info page v1.0 for 2.3.1
peteravu Posted October 15, 2011 Author Posted October 15, 2011 What can the problem be? Thanks to all that contributed to separate_price_per_customers_4.2.2_for_2.3.1, Add Multiple Products with plus/minus buttons, One Page Checkout for 2.3.1, Multi Attribute V2, Login Box Club osCommerce Shipping Date Chooser for 2.3.1, Quickly Update Product Stock 3.8.5 Español and order number in email subject Forum, Thanks Designing New Themes the Easy Way, how-to-set-backgrounds. my contributions Add Multiple Product In Product Listing 2.3.1 v.1.0 and Multiple Attribute entry boxes in product info page v1.0 for 2.3.1
multimixer Posted October 15, 2011 Posted October 15, 2011 What ui version is the new theme you got? You need probably to upgrade your jQuery ui version too My community profile | Template system for osCommerce - New: Responsive | Feedback channel
peteravu Posted October 15, 2011 Author Posted October 15, 2011 What ui version is the new theme you got? You need probably to upgrade your jQuery ui version too Thank you very very very much Multimixer from your help I did Change from <script type="text/javascript" src="ext/jquery/ui/jquery-ui-1.8.6.min.js"></script> to <script type="text/javascript" src="ext/jquery/ui/jquery-ui-1.8.16.custom.js"></script> and also copyed the file from the new them to ext/jquery/ui/jquery-ui-1.8.16.custom.js now it works like a dream, big thanks to Multimixer for the help Thanks to all that contributed to separate_price_per_customers_4.2.2_for_2.3.1, Add Multiple Products with plus/minus buttons, One Page Checkout for 2.3.1, Multi Attribute V2, Login Box Club osCommerce Shipping Date Chooser for 2.3.1, Quickly Update Product Stock 3.8.5 Español and order number in email subject Forum, Thanks Designing New Themes the Easy Way, how-to-set-backgrounds. my contributions Add Multiple Product In Product Listing 2.3.1 v.1.0 and Multiple Attribute entry boxes in product info page v1.0 for 2.3.1
peteravu Posted October 22, 2011 Author Posted October 22, 2011 why can i not change formate from 'yy-mm-dd' to 'dd-mm-yy' than it don't get saved from <script> $(document).ready(function(){ $('#delivery_date').datepicker({ dateFormat: 'yy-mm-dd', minDate: '1d', // beforeShowDay: $.datepicker.noWeekends }); }); this is saved as 2011-10-26 00:00:00 in datebaseo change to <script> $(document).ready(function(){ $('#delivery_date').datepicker({ dateFormat: 'dd-mm-yy', minDate: '1d', // beforeShowDay: $.datepicker.noWeekends }); }); it show correct order, but save as 0000-00-00 00:00:00 in datebase Thanks to all that contributed to separate_price_per_customers_4.2.2_for_2.3.1, Add Multiple Products with plus/minus buttons, One Page Checkout for 2.3.1, Multi Attribute V2, Login Box Club osCommerce Shipping Date Chooser for 2.3.1, Quickly Update Product Stock 3.8.5 Español and order number in email subject Forum, Thanks Designing New Themes the Easy Way, how-to-set-backgrounds. my contributions Add Multiple Product In Product Listing 2.3.1 v.1.0 and Multiple Attribute entry boxes in product info page v1.0 for 2.3.1
Recommended Posts
Archived
This topic is now archived and is closed to further replies.