Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

fut

Archived
  • Posts

    132
  • Joined

  • Last visited

Everything posted by fut

  1. Great support thread! I have version Google Checkout v1.1.0b3 (Ropu - 12 Jan 07) installed which is heavily modified. I don't want to go and install a new version right now with the possibility of conflictions. Everything works like I want except one bug: Sometimes the product field in a customers order page will display: 1) Several more products then the actual order. Within these several products will always contain the actual product(s) in the order. See Troubleshoot Picture 1 to see what I mean. 2) Show no products in the order field at all. See Troubleshoot Picture 2 to see what I mean. In my GC admin area, the correct order will always be shown. This may not be a problem with GC but I believe it is. Can anyone help? :huh: Another point, do any of these new additions send Tracking Number updates made in GC with XML? Thank you! :D
  2. The default product arrangement is alphabetically but is there an add-on that makes it very easy to arrange my products in certain categories one before the other? Thanks!
  3. I'd like to be able to update some orders automatically with the last moment I used using the Comments Toolbar 4.0 - If possible, automatically update all the orders in a certain status with he last comment. Is this possible? Can anyone help? Thanks.
  4. As time goes by, the amount of orders that remain in my "Not In Stock" status build up. Once an order I receive is deemed out of stock, I send an e-mail to the buyer via the Order's page. Often, the buyer will not reply to the e-mail, or forget, for whatever reason. I'd like for my system to send these e-mails automatically after I do it the first time. Simply put, all the orders that are in my "Not In Stock" or "Incomplete" status should be automatically updated, once a day, to send the same e-mail I sent earlier. This way, the buyer continually receives this important notification e-mail and has a higher chance of giving a response. Is there a contribution for this, or some code I can use to achieve what I am looking for? Thanks!
  5. How do I go about only allowing the acceptance of money orders and not checks? Thanks, George
  6. Hello, There doesn't seem to be a functioning StormPay module anymore for OSCommerce. Do any of you know how I should go about this? Thanks.
  7. May I ask, does this work for USPS as well? I am looking for an on-site tracking module like this one that works for USPS. Thanks.
  8. This tracking contribution allows for on-site tracking with UPS, Fed Ex and USPS. Below are two stores using it. The first one is slightly different and this is the one I prefer. Is this the UPS XML tracking? Because I only use USPS. Thanks for the help: http://www.crazyjordans.com/trackingpic.jpg http://tim.spe-secure.com/tracking.jpg Thanks for the help! Regards, George
  9. You can change that in your checkout_process.php to whatever you'd like. I installed this contribution and although I very much appreciate the effort, I uninstalled it totally in search for the one talked about above (I too have seen it and am currently searching for the contrib.
  10. Is there a way to be able to charge credit cards at a alter date after they make the order? Right now I am using authorize.net consolidated module but sometimes the order made is out of stock and instead of having to go through the process of refunding them i'd like to simply be able to only charge the cards for the orders that are in stock. Is there a way to do this? Thanks, fut
  11. The authortize.net module that comes with ms2.2 seems a little basic and am having minor problems. There is no option to select which type of credit card being used - Errors are displayed in the URL, but is not displayed on the page (e.g. The credit card number was invalid) The credit card number has to be correct but the expiry date can be anything. No request for a CVV2 number. Does anyone know of any fixes for my concerns or is it worth it to install the consolidated 1.8 authorize.net module?
  12. Thanks, but even with that in mind it is very confusing :blink: It is very important that I start getting the correct attributes in my e-mail - I have no idea how to use this patch though!
  13. The patch titled: missing tep_get_prid() function calls - PATCH for PayPal IPN Module v1.1 has a .diff file to download. Can anyone tell me exactly how I would patch v 1.1 with this .diff file so I can see my product attributes? Thanks.
  14. Has anyone got this to work with PayPal. Someone had the same problema s me with another 3rd part processor (NOCHEX) - it seems the sale does not register in the database, once a sale goes through it does not appear on the admin side nor on the members sales page. Any ideas?
  15. Figured out the problem! For people who have had similar problems, make sure to look over the checkout_process install instructions closely!
  16. If so, did you have any problems? When trying to test the whole process out, everything works smoothly but under the admin section of "Sales" where it says status it says "Deleted(admin) - for some reason it automatically deletes the sale. It doesnt appear on my "Payment" either. Then when I try the process again this time It totally doesnt work and I have to reset the database to get rid fo that deleted first payment. Does anyone know what might be going wrong here? Does this have to do with the fact that I have another PayPal IPN module installed different frmo the one that comes with OSC? Any help is appreciated.
  17. Anyone know how to edit the faq and other pages?
  18. If you look here, where you click on any of the links i get this error: Fatal error: Cannot redeclare preorder() (previously declared in /home/crazyj61/public_html/includes/boxes/categories.php:17) in /home/crazyj61/public_html/includes/boxes/categories.php on line 17 This is the code of for line 17 and the ones around // Preorder tree traversal function preorder($cid, $level, $foo, $cpath) { global $categories_string, $HTTP_GET_VARS; Anyone know what the problem might be and how to fix it? Thank you.
  19. Hi Johnson, Wow that cleared up a lot for me. I know exactly where I wen't wrong. In my haste, I thought that the new install meant only for fresh OS Commerce installs, not a new install of the module. Stupid mistake - nonetheless, I still have another small problem. I do not want to have the affiliate box on my index.php page - i'd like it to be on a seperate page (e.g. I used affiliater.php) - however, when I click on any of the links (Affiliate Information Affiliate Program FAQ Affiliate Log In) I get this error Fatal error: Cannot redeclare preorder() (previously declared in /home/crazyj61/public_html/includes/boxes/categories.php:17) in /home/crazyj61/public_html/includes/boxes/categories.php on line 17 Is there anyway to get this working on a totally seperate page not on my index.php page?
  20. argh, this is so frutratiing. i tried to delete everything but now i still get the same error. I am worse than where I started. I made a backup of my sql file before doing this but phpmyadmin is having problems restoring it.
  21. I found out where it calls for the table "AFFILIATE". The module states to add the following code in my index.php admin side. $affiliates_raw = "select count(*) as count from " . TABLE_AFFILIATE . ""; $affiliates_raw_query=tep_db_query($affiliates_raw); $affiliates_raw = tep_db_fetch_array($affiliates_raw_query); $affiliate_number= $affiliates_raw['count']; there is a file called "affiliate.php" but there is no code to create a table called "affiliate" in the sql. Does anyone know what code I should add to the sql for the table "affiliate" - why do you figure I am the only one having this problem? Thanks.
  22. if it means anything, the sql file itself is called affiliate.sql -> i didn't import the file from text, rather, i just copy and pasted the code from inside affiliate.sql -> i don't think that matters though.
  23. Hi, that got me somewhere. I had to add define('TABLE_AFFILIATE_SALES', 'affiliate_sales'); define('TABLE_AFFILIATE_CLICKTHROUGHS', 'affiliate_clickthroughs'); to admin/includes/database_tables.php but am now faced with this error: 1146 - Table 'crazyj61_store.TABLE_AFFILIATE' doesn't exist select count(*) as count from TABLE_AFFILIATE The problem with this one is that this time I really do not have a table called "affiliate" in my database nor is it in the sql file. I have one called affiliate_affiliate, however -> is that the same one they are talking about? Am I going about this the right way? Thanks for input.
×
×
  • Create New...