Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

kru

Pioneers
  • Posts

    143
  • Joined

  • Last visited

  • Days Won

    1

Reputation Activity

  1. Like
    kru got a reaction from Rachael w. in Automatically send data feed to Froogle   
    What Jack is saying is, your first define statement says:
     
    define('OPTIONS_ENABLED', 0);
     
    However, if you're using any of the options at all, that first define should say:
     
    define('OPTIONS_ENABLED', 1);
     
    So you enable the options, then tell the program specifically which ones you want to use...
×
×
  • Create New...