Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

G4 Productions

Archived
  • Posts

    30
  • Joined

  • Last visited

Everything posted by G4 Productions

  1. Dynamo, Thanks for your help; Did what you asked with the GoDaddy domain. Sorry didn't get that at first - dedeee. Anyhow, added that address and it still doesn't work >_<
  2. Okay, here's an update. If I use /usr/bin/curl then I get the message that credit cards are declined. If I don't have /usr/bin/curl then I get a blank page or download checkout_process.php (depending on what browser you use) and payments are process. Dynamo, you said that it maybe apache is misconfigured. I've compiled apached with curl and curl ssl support, not to sure what else I need to troubleshoot. Help me Obe Won Dynamo. You're my only hope. Thanks, Rolly
  3. Okay. I have recompile apache with curl, added the path to curl in the admin and now I'm receiving an error "Your credit card was declined. Please try another card or contact your bank for more info." Any ideas? Thanks, Rolly
  4. G4 Productions: 1) Make sure your certificate is correctly installed and the path is correct in the module's settings 2) Make sure your host doesn't require cURL connections to go through a proxy -- specifically if you're on GoDaddy. Hi Brian, Thanks for the reply; have my own server, and I thought curl was installed (will check again) but my dumb question would be curl path is /usr/bin/curl but I'm guessing from the godaddy.com sample that's not what your talking about or no? I have a SSL, cert and install with no other mods, copied contribution straight over, configured (at least I pretty sure I did), still the same thiing. Process's the payment no problem but it either wants me to download checkout_process.php or it's blank. I must be missing something, just not sure what it is. :'( Your help is appreciated and will be reward.
  5. dynamoeffects, Installed the latest version of WPP and have the latest build of Oscommerce, successfully setup sandbox and everything however when I go to test the mod it, I successfully go all the way through until I get to checkout_process.php ? it?s blank. The orders come in and I see them in both in the admin and in the sandbox, the only exception is that it stops at checkout_process.php. Any ideas? Thanks, Rolly
  6. djmonkey1 Do we just overwrite the old Order Editing files to upgrade? It sounds like there are some new modifications from ver2.4. Read your install.txt and didn't see an upgrade instruction. Thanks, Rolly
  7. Henry, I beleive that in the installation instruction you forgot to add /admin/includes/languages/[language]/customer.php file with the following tag: HEADING_CUSTOMERS_PRIVATE_MESSAGES Because in the admin section that is what you see. So I re-read your installation file (as well as the previous version) but none of them talk about /admin/includes/languages/[language]/customer.php. Can you update your installation file to reflect this? For those who need to know, the quick fix is this: Open /admin/includes/languages/[language]/customer.php and just before ?> add this - define('HEADING_CUSTOMERS_PRIVATE_MESSAGES', 'Private Messages'); Save and upload. Thanks for an awesome contribution! Rolly
  8. Man! I wish you can delete your own post! Sorry, I posted a new topic when it should have been in the Private Message Topic. Sorry :'( Henry, I beleive that in the installation instruction you forgot to add /admin/includes/languages/[language]/customer.php file with the following tag: HEADING_CUSTOMERS_PRIVATE_MESSAGES Because in the admin section that is what you see. So I re-read your installation file (as well as the previous version) but none of them talk about /admin/includes/languages/[language]/customer.php. Can you update your installation file to reflect this? For those who need to know, the quick fix is this: Open /admin/includes/languages/[language]/customer.php and just before ?> add this - define('HEADING_CUSTOMERS_PRIVATE_MESSAGES', 'Private Messages'); Save and upload. Thanks for an awesome contribution! Rolly
  9. Okay. Haven't found why it is doing what it is doing with my cart however I started a new cart, unedited, and reinstalled the point system; It worked with the credit card module. So there is something wrong with my current coding that have now. No big, easily to start over and reinstall :) Thanks Deep Silver!
  10. Thanks. Here's my Order Total order - Points Redeemptions 4 Shipping 2 Sub-Total 1 Tax 3 Total 5 Still no go.
  11. Thanks Deep-Silver. I haven't had the chance just yet to try that and here's why; something weird going in the admin orders.php. Every time I install the contrib, install the credit card module, do a test buy, go into admin>customers>orders, all of the credit card information is gone minus the payment method, in this case all I see is Credit Card. No numbers, no expiry date, nothing. Before I re-install the contrib (I restore from a backup) I can order from credit card module and see the whole credit card thing and that order is there. However, once I re-install the contrib, do a new test order, the NEW order credit card info is gone as described above. The other order however, shows all of the info needed. Any reason you can think of that would cause this? I do have the codes for the Gift and Coupon contrib in the site but not installed. Didn?t work for me  Can you tell me what file or what is causing this? Here's a side note: One of the several reason I am doing the credit card module instead of authorize.net is that the point and rewards mod doesn't work well with the authorize with ccv1.7b mod. So I had to go another route. That?s another problem I can deal with later. Thanks, Rolly
  12. Awesome contribute! Thanks! I'm guessing that ?$products_points_value? in catalog/product_info.php is where the currency shows up. Question is, how can one add color to the currency and not the whole string? Thanks, Rolly
  13. :blush: Whoops. Sorry. Posted in the wrong topic. Please disregard.
  14. Awesome contribute! Thanks! I'm guessing that ?$products_points_value? in catalog/product_info.php is where the currency shows up. Question is, how can one add color to the currency and not the whole string? Thanks, Rolly
  15. Hi Guys. Been watching this thread and trying to help out when ever I can. Great contrib and willing to help out as much as possible when I can. With BearHappy's edit and contrib and with the ablity for the admin stats, I think this mod done. What else could one do? This is by far one of the best mods out there. Is there a donation link one can dblake? Thanks, Rolly
  16. What's the url? I have this mod installed just fine but did an upgrade from v2.0. Also, did you shorten the table i.e. change the table width from the default? Thanks, Rolly
  17. Hate to break the bad news; haven't been able to recreate that problem yet. Cleared the cache (but I will try the computer at home later). Also, I dropped the v2.0 database tables and re-inserted the one Dennis provided. Not sure if this will help or if you did this either. Can you list the url or PM it to me?
  18. It should be database_tables.php in the includes and not datebase in the funtions. What I did is I had to remove the old tables from the database (back it up first!) and then re-installed the database that Dennis provided. Then I removed most of the old wishlist files and re-uploaded the new files. But make sure you are editing the database_tables.php and not the database.php and see if that doesn't fix it first. Rolly
  19. Umm. This may have been a left over from v2.0 becuase I have a "View Wishlist" in the account.php page which just in turns goes to wishlist.php. Rolly
  20. Yup. That's correct; I have v3.1. You can check see this in action at http://www.elegantunderwear.com. Let me know. Rolly
  21. pnkranger, 1) Can the link in the e-mail sent to friends be sent as an HTML link? As it is, it is plain text, meaning they have to copy and paste the link into a browser to view it. That might be a user email software setting. I get a HTML link when I tested it. 2) A link to the wishlist.php page needs to be added SOMEWHERE on the product_info page or on the top link bar (My Account | Cart Contents). As a guest, it is currently impossible to view the wishlist without adding a new item. Again, it's in the product_info in my site. As well, it's in the right_colum.php too. Are you sure you have it installed right? 3) A link to the wishlist could also be added to the bottom of the wishlist box. Can you elaborate on this one? I think that might be just a program added code that you can modify yourself. And why would you want one in the wishlist box? Just asking. 4) Add a link to the wishlist page from account.php. There is one when a customer logs in. Rolly
  22. Dennis, Just to be sure here, the install.txt reads 4. Open catalog/includes/database.php Because there isn't one, I edited the database_table.php. That may throw people off trying to find database.php in the includes and should be corrected in the install.txt. At least thats what I did. Dennis, let us know if this is correct. Thanks, Rolly
  23. Oh, well that's a bonus! I didn't even check the admin side of this. Was too tired and at the same time too happy that it worked. Yes. I had a modified/layout 2.4 in my OSC and for the most part, removed the old database tables. Basically, just worked backward from the 2.4 install and then installed 3.1 and was pretty much done.
  24. Dennis, Just finished installing and testing the wishlist 3.1; very, very nice. Other than the older code still in some of the product_info.php, it worked the first time. Of course, because of the upgrade, some layout needs to be cleaned up but for the most part; v.3.1 worked the very first time. Outstanding! I'll even point out that when emailing to a friend it even adds the url to that product (very nice as the older one did not do this). It even fixed the default "tell a friend" bug that once you are logged in and you "tell a friend", the old version took you straight to the wish list. Not good. Version 3.1 fixed this as well. The only thing I would suggest is to remove the ?10? email friends and just make it one as this could lead to email spamming. For those of you, who want to see this in action before installing it onto your shopping cart, go to http://www.elegantunderwear.com/company/teststore/. Please remember that this is a test store; please don?t make any purchases :). If you break it, great. Help with this great mod by posting the breakage in this topic. Great job, Dennis.
×
×
  • Create New...