Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

scribionics

Pioneers
  • Posts

    14
  • Joined

  • Last visited

About scribionics

  • Birthday 01/01/2006

Profile Information

scribionics's Achievements

  1. Hi, Moby1, Some of the files to upload are in the \admin\ directory. This is the code that makes administrative options, such as activating Google Checkout, work. Look at the install instructions for the list of files to modify and upload, paying special attention to everything in the \admin\ directory; make sure you didn't leave a piece behind. Many people seem to lose track of the fact that the same name often exists in both \catalog\ and \catalog\admin\. Go slowly and verify that you are always aware of whether you are in the \admin\ directory or elsewhere. Good luck and have fun.
  2. You get a Google Base FTP account by requesting one through your main Google Base account, as described at http://base.google.com/support/bin/answer....40051&hl=en
  3. I've been struggling with exactly this for some days and just worked it out this afternoon. In /includes/modules/master_listing.php, after case case 'MASTER_LIST_BUY_NOW': (line 163 for me), find a line that looks like $lc_text = tep_draw_input_field('Qty_ProdId_' . $listing['products_id'], '1', 'size="4"'); The 1 is the initial quantity that will be pre-filled in the field; set that to 0. The size=4 describes the size of the field; I don't want any more than 1 order per slave, so I set that size to 1. I hope this helps.
×
×
  • Create New...