Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Karlin

Archived
  • Posts

    106
  • Joined

  • Last visited

Everything posted by Karlin

  1. Does anyone have any clues about how to get rid of this error?
  2. I have downloaded and installed the contribution for Image Resizer v 1.5. It works great, except for one thing. When I go into the Admin panel/Catalog, select a category, then select a product to edit, make the change and hit Preview, I receive this error: Fatal error: Call to undefined function: set_resize() in /var/www/karlin/public_html/scripts/OS_Commerce_Shopping_script/catalog/admin/categories.php on line 320 Here is what is on line 320 of the /catalog/admin/categories.php file: $products_image->set_resize(true); Anyone know how to correct this?
  3. That did the trick! Thank you. Regards, Karlin
  4. I am using the Authorizenet Consolidated v 1.2, and it runs well. However, if I neglect to put in the CVV just below the credit card number, I get a very cryptic message: Errors have occurred during the process of your form. Please make the following corrections: MODULE_PAYMENT_AUTHORIZENET_TEXT_JS_CC_CVV Please point me to a file where I can change this error message to read more like: You didn't fill out the CVV field. Please go back and fill it in before your order can be processed. Regards, Karlin
  5. OK, I followed your instructions, and I see what you mean. When I followed the address "link", I could indeed see an order number. But looking through the Admin Panel at the order, I could not find any order number. So, without the customer telling me what the order number is, I have no idea. Is there a way to make the order number show up in the Admin/Orders panel? Secondly, the customer's email does indeed contain an address to a link, but it is not a link itself, it is text. I had to copy and paste the address into a browser. That in itself is not a big deal to me. But to a customer, it would look nicer if it were a link that they could just click on. Would it be possible to make it so that the link address is not just text, but an actual link? Also, in the customer's email for Detailed Invoice, I think it would make a little more sense to say something like, "Click on the link below to view your Detailed Invoice", or something like that. It doesn't look like a mistake that way, but is a way to give the customer even more details than the email provides, which is what I think you had in mind, right? Also, I tested both methods: A customer with an account, and a customer without an account. Using the address "link" from the customer's email, the customer with an account "link" acts differently than the customer without an account "link". Specifically, for a customer who has an account, the link takes the customer directly into that order's details. But when following the link for a customer without an account, the customer is taken to the "My Order History" page. Is there a way to make the "links" act the same for both types of customers and take them to the "My Order History" page? Sorry to put so many issues in one thread, but these all seemed closely related. I have several more issues, but will create other threads for them. I will check out that contribution that allows the customer to print their invoices, a nice touch! Regards, Karlin
  6. OK, that did the trick. It now reads AuthorizeNet in the list. Thank you so much for the speedy reply. :D Just a thought...maybe change this file for the contribution so that it is consistent with the name of the module that comes with MS2.2? Regards, Karlin
  7. Hi, I installed the Authorizenet Contribution v 1.2, and it is working as I would expect. I have one small problem though. The email that goes to the customer contains the following: ********************************************************** Order Number: 5 Detailed Invoice: .../catalog/account_history_info.php?order_id=5 ********************************************************** A couple of things do not make sense here. 1- Why does the Order Number show up? Is this something I can track in the Admin Panel? I don't see where orders are numbered either in the Admin Panel, or during the checkout process. 2- The Detailed invoice information should not point to a file, right? How do I fix this? Otherwise, the module is working beautifully! Great module! Regards, Karlin
  8. OK, I installed the Authorizenet Consolidated v 1.2 module, and things are working as they should! YEAH! So, the final question for this thread is this: I still have the AuthorizeNet Module showing up in the Admin/Payments panel as Credit Card. So the list displays two entries for Credit Cards, though the modules are different. How do I correct this so that the Authorizenet module shows up as AuthorizeNet as it should? I would imagine it is a simple change to a file, but please point me in the right direction. Regards, Karlin
  9. JB, How is it going with tracking down the Authorizenet thing in regards to the PWA module? Please give an update just so I know you are still looking at it even if you have made no progress. Thanks, Karlin
  10. Hello, Does the AuthorizeNet module that comes standard with MS2.2 contain AIM? I found the Authorize.net Consolidated v.1.2 for AIM in the contributions section, and am wondering if I need to install it for AuthorizeNet enhanced security. Regards, Karlin
  11. JB, The oddest thing happened. When I went to unload the AuthorizeNet module on the Admin page, it (the AuthorizeNet module) was no longer listed as a module, but listed as a Credit Card module. So the list appeared to have the Credit Card module listed twice. I think you are correct about the AuthorizeNet module interfering with the PWA module. When I removed the AuthorizeNet (alias first Credit Card module in the list) and loaded the second (real) Credit Card module in the list, everything worked just fine, I actually got to the "Your order has been Processed" page! I think you are on the right track, JB!!! :D
  12. I just replaced the login_pwa.php with the one where the boxes are stacked, and I still got the same problem as well. It is nice to know someone else has duplicated this issue, so I know I have not overlooked something. Regards, Karlin
  13. Do you mean the /catalog/login.php, or the /catalog/includes/login_pwa.php? The one that seems to decide how to act based on boxes being stacked or side by side seems to be the /catalog/includes/login_pwa.php, but I did not want to make assumptions. Thanks for the quick feedback! Regards, Karlin
  14. http://www.karlin.com/scripts/OS_Commerce_...script/catalog/
  15. OK, I am in the testing stage of implementation. In order to test the shopping cart, I used different test words for First and Last Name, but always my same email address. This was causing osc to kick me out since my email address was the same for all of the test names I put in. So, I am using a different email address, and I am back to my original problem of clicking the Confirmation button, and getting kicked back out to the "Welcome, Please Sign In" page.
  16. Yes, I did need to copy over that file, and it is doing something a bit differently now. Once I get through the Personal Information page, it kicks me back out to the "Welcome, Sign in, Please" page. I went through the installation again to ensure I had not missed anything else. I checked files sizes to make sure they match the files sizes in the contribution. All are ok. Any ideas? Regards, Karlin
  17. Hi, I downloaded and installed the PWA module (v .60b). I think I followed the documentation correctly. Everything goes ok for awhile during the checkout process, but after putting in all of the Personal Info, Credit card #, etc, and going to the Confirmation page, I click on "Confirm Order". it kicks me back to the "Welcome, Please sign In" screen with the 3 boxes side by side. I think it should be going to the "Your order has been processed" page, or something like that, right? Is there something wrong with the checkout_success.php file in my /catalog directory? Regards, Karlin
  18. Oops, please disregard, I just realized I have to finish adding those line in first according to the documentation. Regards, Karlin
  19. I loaded PhpMyAdmin, it worked like a charm! Thanks! I do get an error now after adding an item to the shopping cart and clicking on checkout: ******************** Welcome, Please Sign In Note: Your "Visitors Cart" contents will be merged with your "Members Cart" contents once you have logged on. [More Info] Fatal error: Failed opening required 'includes/FILENAME_PWA_PWA_LOGIN' (include_path='.:/usr/share/pear') in /var/www/karlin/public_html/scripts/OS_Commerce_Shopping_script/catalog/login.php on line 147 ******************** Any ideas what this means? Regards, Karlin
  20. I have downloaded the Purchase Without Account Module, version 0.60b, and have followed the documentation. But when I get to this point in the documentation, I am stumped: ******************** Database changes new as of v0.57 INSERT INTO configuration_group VALUES (40, 'Accounts', 'Configuration of Account settings', 40, 1); INSERT INTO configuration VALUES ('', 'Purchase Without Account', 'PWA_ON', 'true', 'Allow Customers to purchase without an account', 40, 1, '2003-04-08 13:07:44', '2003-04-08 12:10:51', NULL, 'tep_cfg_select_option(array('true', 'false'),'); ********************* How do I make these changes? Do I need to go into the database? If so, please explain how to do this in detail. Or should I modify files? If so, which files? Thanks in advance, Karlin
  21. Yep, that did it! Things are working beautifully now. Thanks for pointing me in the right direction, Wounded Angel (Sis). Regards, Karlin
  22. Hi, I am very new to the osCommerce site, so please bear with my ignorance. I have loaded the osCommerce code, and it works well. I just downloaded the Easy Populate module, but am having some problems. When I click on : Download Complete tab-delimited .txt file to edit in the Admin/Easy Populate screen, I receive the following error: Fatal error: Call to undefined function: tep_array_merge() in .../catalog/admin/easypopulate.php on line 958 I downloaded the Easy Populate for the date of 8/10, Author Ian Corner. Do I have the latest and greatest working copy of Easy Populate? There are other posts that seem to indicate not to use certain downloads, but they are most named with the same filename (ie. EasyPopulate_v2.61-MS2.zip is the same name for the post on 8/03 which states not to use the file with this name). Which date has the best Easy Populate module to download? Thanks in advance, Karlin
×
×
  • Create New...