Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

1quicksi

Archived
  • Posts

    586
  • Joined

  • Last visited

About 1quicksi

  • Birthday 06/21/1965

Profile Information

Recent Profile Visitors

5,715 profile views

1quicksi's Achievements

  1. Feature request: A way for an admin to globally manage any and all images (ability to remove), comments, etc. Thanx for a great contribution!!!
  2. You have a syntax error in your installation documents (left out opening php statement): http://oscommerce-photo-gallery.micrograph...nt=installation Step 5: open account.php, and look for the following code, around line 153: <tr> <td class="main">echo tep_image(DIR_WS_IMAGES . 'arrow_green.gif') . ' <a href="' . tep_href_link(FILENAME_ACCOUNT_PASSWORD, '', 'SSL') . '">' . MY_ACCOUNT_PASSWORD . '</a>'; ?></td> </tr> should be: <tr> <td class="main"><?php echo tep_image(DIR_WS_IMAGES . 'arrow_green.gif') . ' <a href="' . tep_href_link('gallery_user.php') . '">' . MY_GALLERY . '</a>'; ?></td> </tr>
  3. Installed but when a customer checks out they get the following error message displayed. None of the posted fixes are related to the most current version and if I try using the file from an older version it crashes the site with a parse error. Warning: gethostbyaddr(): Address is not a valid IPv4 or IPv6 address in /nfs/cust/8/74/81/618478/web/catalog/includes/functions/whos_online.php on line 45 Any ideas on what I need to change?
  4. WEll searching high and low for fixes and such and got the admin side working (I think, the admin panel comes up at least) But if I click on the link on the main page I get: http://www.MyDomain.com/location-to-store/catalog/modules.php?op=modload&name=phpbb2&file=index.php The browser then gives me the page can not be found. I turned off search engine safe URLS but still get the same. Ideas?
  5. I am getting a database error message when a user who is logged in clicks on the buy it now button they get the following error message. But if the user is not logged in and they click on it it gets added to their cart. How do I fix this? CODE1064 - You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1 delete from customers_wishlist WHERE customers_id=1 AND products_id= [TEP STOP] Thanx
  6. When a user who is logged in clicks on the buy it now button they get the following error message. But if the user is not logged in and they click on it it gets added to their cart. How do I fix this? 1064 - You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1 delete from customers_wishlist WHERE customers_id=1 AND products_id= [TEP STOP]
  7. I agreee, woulkd really like to see the ability to see a users wish list via the admin panel with the ability to notify a user. We could contact them that the item is in stock or issue a gift certificate/redemtion coupon for x amount off if purchased by x date.
  8. Jorge Ortiz, Thank you for releasing WishList v2.3. For the longest time I have been playing with it and it has worked on and off depending on what changes I tried to make based on what I was able to understand in the forums. This release I went back and installed per your easy to understand directions removing the old code and it worked first time :) Thanx again! ...Steven
  9. There is a contribution already made to do this...
  10. There is a contribution that does just this by Chris Dunning. http://www.oscommerce.com/community/contri...h,chris+dunning
  11. You just need to contact your host and have them enable cURL. If they don't then you will have to change providers if you want to use this contribution.
  12. Looks like we will have to go to plan B (external php programmer to get our questions answered and added functionality) Would have been nice to see this project continue. Thanx for at least a base to work from.
  13. Nope. You can read more about cURL here: http://curl.haxx.se/ Are you sure it is noit installed? I have not seen many installs that do not include it. Check your admin page and about your server. Should be listed there.
×
×
  • Create New...