Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

ranred23

Archived
  • Posts

    17
  • Joined

  • Last visited

Profile Information

ranred23's Achievements

  1. Hello, Is there a way to get the text attribute to work with order edit. Currently it has worked fine in the catalog but when you go into amin into edit order the text boxes say TEXT in them. It seems there would only be a little snippet of code to fix that. Does anyone know the fix. Any help is gladly appreciated. Thank you Randy Additional info edit_orders.php is the culprit. When you add an order to a customer and the text attribute comes up it has a TEXT in the box. Is there some way i can make it referece the text attribute so I can just fill customer info directly in. Thanks
  2. I am not the smartest guy around here but in this case I believe you need to install the fields in your database. Did you get a sql to add to your database? Do you have phpadmin?
  3. Hello, I hate to bother you but I have tried your contribution and it looks like it surely has alot of promise. I go to current auctions page from the admin and try to update auctions and it doesnt find any even though I Had made one and pasted the java in the description. The auction shows up fine on ebay but it wont update in admin. Any help would be appreciated or even a direction.
  4. I am having trouble with this part == start =========================== Add to admin/includes/footer.php (at the bottom): <?php require('../../catalog/' . DIR_WS_FUNCTIONS . 'user_tracking.php'); if ( ADMIN_CONFIG_USER_TRACKING == 'true') { tep_update_user_tracking(); } ?> NOTE: replace /catalog/ with your named directory my setup was: ./store/ (rootfiles etc...) ./store/admin/ (rootfiles etc...) I dont mean o sound stupid and the contribution works great but I cant see where there coming from. ANy help would be greatly appreciated
  5. Seems to work great but if a product is 49.95 why does it round it off to 50. I appreciate your work on this but I would like it to show the exact price.
×
×
  • Create New...