Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

date available field - Add New product screen


Vingss

Recommended Posts

Posted

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?

Posted

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?

Posted

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?

Posted

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?

  • 1 month later...
Posted

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?

Posted

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

  • 4 months later...
Posted

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.

  • 1 year later...
  • 2 months later...
Posted

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.

  • 4 months later...
Posted

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

  • 5 months later...
Posted
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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...