Vingss Posted May 18, 2003 Posted May 18, 2003 My new product screen does not have a text box /combo box beside the "date available" label....Its blank. All the other fields appear to be there. Any ideas as to why this would be?
Vingss Posted May 19, 2003 Author Posted May 19, 2003 Im still struggling with this one guys, When I add a product I'm unable to add a "date available. I believe from reading previous posts, and looking at the file, that it uses some javascript to generate a calander control. Any ideas as to why this isnt working?
Vingss Posted May 20, 2003 Author Posted May 20, 2003 The new product page seems to use the spiffycal javascript file . I'm sure this is where the problem is. Im wonderinf if perhaps its to do with the fact that I installed the admin folder in the catalog folder. Ive already had to go into each php file in the admin folder and change the "require" statement path. Do you think this may be the prob?
Vingss Posted May 22, 2003 Author Posted May 22, 2003 Well this has really got me stumped now. I've tried everything I can think of. I'd really appreciate a point in the right direction here guys. Any ideas why Spiffycal isnt working?
Vingss Posted July 13, 2003 Author Posted July 13, 2003 I'm now at the finalstages of setting up my site, but I still cant get the spiffycal to work (see my previous psts on this thread. Its quite importatn that I get it sorted, but Ive tried everything I can think of. Does anyone have any suggestions/ thoughts?
RobNL Posted July 20, 2003 Posted July 20, 2003 Hi, I have the same problem. I asked this question also, but nobody has answered. There are two problems on the page: The spiffy calendarbox and the date Available (empy or no field). Because of these problems, you can't get any products in the expected products options... Is there really nobody who can help us?? Best regards, Rob The Netherlands
son_tgs Posted November 27, 2003 Posted November 27, 2003 Hi, I had the same problem... My problem was my FTP client, it was configured to change all letters to lowercase. The spiffy components is actully spelled with some uppercase letters. I hope this help. B) Best Regards Thomas Son.
matcollins Posted January 5, 2005 Posted January 5, 2005 Has anyone resolved this. Since a recent contrib install (not sure which one) this has stopped working.
abe2 Posted March 29, 2005 Posted March 29, 2005 I have the same problem. But I guess that the problem could come from javascript. In local, when I use easyphp, it works. Does anyone knows how to replace the spiffy calendar just by text_field. ? I tried, but it doesn't work.
♥texmaxx Posted August 21, 2005 Posted August 21, 2005 I had a problem with this Spiffy as I got 2 calendars in 1 form (new_product). So you have to make the code look like this: <script language="javascript"><!-- var dateAvailable = new ctlSpiffyCalendarBox("dateAvailable", "new_product", "products_date_available","btnDate1","<?php echo $pInfo->products_date_available; ?>", scBTNMODE_CUSTOMBLUE); var ProductsFeaturedUntil = new ctlSpiffyCalendarBox("ProductsFeaturedUntil", "new_product", "products_featured_until","btnDate2","<?php echo $pInfo->products_featured_until; ?>", scBTNMODE_CUSTOMBLUE); //--></script> See they differ in the value btnDate. Now they work both. HTH, G?tz
paq1200 Posted February 9, 2006 Posted February 9, 2006 I have the same problem.But I guess that the problem could come from javascript. In local, when I use easyphp, it works. Does anyone knows how to replace the spiffy calendar just by text_field. ? I tried, but it doesn't work. Check to make sure that the FTP Program you use does not convert to lowercase letters. That is the problem I had. I changed: spiffycal_v2_1.css =>spiffyCal_v2_1.css and spiffycal_v2_1.js => spiffyCal_v2_1.js Now it works fine
Recommended Posts
Archived
This topic is now archived and is closed to further replies.