Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

beanzy

Pioneers
  • Posts

    137
  • Joined

  • Last visited

Everything posted by beanzy

  1. This mod can work with any type of payment process. No need to add more..... Suggestion*** Make sure your payment module works prior to installing Coupons mod...
  2. Make sure you followed the instructions perfectly. Recheck and make sure all the proper files are in your Admin/folder per instructions. If so, refresh your browser, could be a cache issue.
  3. Thanks for your time....Much appreciated.........
  4. Awesome Tracy..... Does it matter where this code is placed? I see that you mention the results will be near the bottom, so should this debug code also go towards the bottome or does it not matter? Thanks for taking the time to give advice on issues..... :thumbsup:
  5. Had same unexplained problem and ended up replacing checkou_process.php, checkout_confirmation.php and it came back. To this day, I have no clue why it happened but it appears that many are experiencing this issue. By the way, when I replaced the files with fresh, I also re-merged all my mods. Just thought I would put this reminder... Good luck
  6. ANother good way is to replace with a clean file and redo the mod(s) merge. Sometimes it's best to start with fresh then to get lost in the code. Just make sure to BACKUP BACKUP BACKUP BACKUP BACKUP BACKUP Not just you data files but your database as well.... Ya just never know!
  7. That would be a great idea but this mod doesn't appear to be supported anymore. If you find someone to update this, would love to hear back.... This mod has some inconsistancies as well. It does not have a way to save the left over money to the customer if they do not use the entire gift amount. I have been told that it works good for discounts only.
  8. http://www.oscommerce.com/community/contributions,3342/page,15 Try this
  9. Hey Kev...What version did you update with?
  10. I believe this is an error on the coders part. Nowhere is there any files to these instructions and if you look at the kgt_howto.txt file with this contirb, you will not see any reference to Protx files as well. Appears to be some excluded mode that this person has/had and had an over-sight when crating instructions. Also appears to deal in the payment module which alread has inclusion of paypal with this contrib. To make a long story short, I would not wrry about these Protx files. Ignore the instructions pertaining to these. What are the errors exactly you are getting? Copy and paste and lets see if someone here can help also. Many time, the error itself is self explanatory. If memeory serves me corrctly, there were allot of incorrect coding with this such as a missing (, or } brackets, etc.
  11. Not sure exactly which mod you are reffering to. I have no clue about any Protx files in any instructions and do not see exactly where you state they are. Tell me the exact mod you are talking about and can try to help best I can. There are several mods that look and sound alike, maybe you have a different mod? Let me know and can look see what I can help with...k?
  12. HAHAHAHA Great.... Glad to hear you got it working. Yes, is strange but who cares so long as it works... Wish thy had good support on this mod, is very useful but it just has flaws and I am not a php proframmer.
  13. Had the same problem when I first installed and never found out why because of time, but solved it by taking fresh copy of catalog/checkout_confirmation.php and checkout_process.php and re-merged all of my contribs and WALAAaaaaaaaa displayed no problem. Sorry I cannot tell you why but this worked for me. Good luck
  14. This is per say, compatible but you have to make sure you merge correctly. Took me 2 tries and got it good. http://addons.oscommerce.com/info/6646 Good luck
  15. Need some more information. What visable line are you talking about? Do you mean the discount is not showing on the confirmation page? Be more specific for a response.... Too much guess work!
  16. You may want to have a php programmer look at it because it appears that nobody is supporting this mod anymore. It's also obvious that this mod has serious issues when you see so many posts with problems and you cannot get answers to fix them. Sometimes it is merge problems by the user and many times it is missing code, poor instructions, and code that is unsecure making your site vunerable. Choose carefully my friend!
  17. Hello all.... I wondered if anyone is using the Free of charge Payment module along with any type of Coupon mod? I am using the Discount Coupon Code module and when a customer uses their coupon that is more than their purchase, it brings the order total to $0 which OSC does not allow to process. In turn, I have looked for a way to allow OSC to allow this $0 Free order to process and found this Free of Charge Payment contrib. However, it was added in the contrib itself that there could be a security issues unless there was A workaround to put error checking in the before_process() function in freeofcharge.php How does one allow $0 orders to be processed safely with no security issues? Any help is appreciated or even suggestions on what many use... Thanks
  18. Fixed!! Ended up replacing checkout_process.php clean then re-added all mods to it. Still issues with coupon codes being used by more than one email address at checkout. One email address uses lets say 1z334x. If another user or same user logs in with different email address, the coupon can be used again. Look in admin and the first coupon transaction deducted the qty but then displays UNLIMITED. How strange ist that? If I edit the coupon qty to zero, only shows UNLIMITED. Change it to any other number and it is fine. Serious issue! Have checked and read more than I cared to but could not find any issues like this in hundreds of posts. Any help with this mod?
  19. This fix was very hard to find but worked like a charm Thanks so much. Maybe if Jack altered the install with this suggestion to the contrib, many would not have to get answers from him like, "read the pages, there is a fix" OMG There are hundreds of pages here with many posts in each page. Doing a google doesn't really simplify things either. Anyway, Thanks Dailce.... Made my day
  20. Re-Installed QTPro and is working good now. I want to re-install PWA - Purchase Without Account and have one line of data that I need help on merging the checkout_process.php. Please see below; PWA - Need to install if(is_array($rp_profile_id_arr) and array_key_exists(tep_get_prid($order->products[$i]['id']), $rp_profile_id_arr)){ $sql_data_array = array('orders_id' => $insert_id, 'products_id' => tep_get_prid($order->products[$i]['id']), 'products_model' => $order->products[$i]['model'], 'products_name' => $order->products[$i]['name'], 'products_price' => $order->products[$i]['price'], 'final_price' => $order->products[$i]['final_price'], 'products_tax' => $order->products[$i]['tax'], 'products_quantity' => $order->products[$i]['qty'], QTPro - Installed already if (!isset($products_stock_attributes)) $products_stock_attributes=null; $sql_data_array = array('orders_id' => $insert_id, 'products_id' => tep_get_prid($order->products[$i]['id']), 'products_model' => $order->products[$i]['model'], 'products_name' => $order->products[$i]['name'], 'products_price' => $order->products[$i]['price'], 'final_price' => $order->products[$i]['final_price'], 'products_tax' => $order->products[$i]['tax'], 'products_quantity' => $order->products[$i]['qty'], As you can see, it is only the first line of code between the two that I don't know how to merge as they are different. Can someone give suggestion please...Thanks
  21. Coupon shows unlimited in the Available column in admin even though the quantity is set to 0. Customers uses coupon code and tries to use again, and they can't. Different customer logs in and uses different email address SAME code and it applies the credit. Not sure but could this be due to the admin showing the coupon unlimited even though I click edit and the quantity shows 0? If I click edit on the coupon and change to an active number, the admin shows that number but when set back to 0 it shows Unlimited Available again and different customers can use the same code.
  22. Any reason why coupons that have a quantity of zero show unlimited in admin? I tried to use the same coupon with a test order and same account and works properly stating that the coupon was already used. However, if I create another account with different email, you can use the same code used in the prior order. Not sure what is going on with both issues. Need to fix; Admin shows coupon unlimited when quantity is zero - Should show 0 Stop coupon from being used multiple times when set to use once only in admin Any help would be appreciated...Thanks
  23. Not a programmer but it seems like this was installed wrong. Even when installed correctly, doesn't mean the code written is correct. Best way to make sure that the mod is installed at least correctly is to get something like Winmerge editor and compare files so that you can merge each mod smoothly. At least when you do it this way, usually this type of code you are seeing is not shown in your admin area or main display. Definately appears that something is not installed correctly. You can also backup your original files and use a fresh install of OSC and just copy over most files without merging them just to see if the mod is written correctly and works with fresh install. Then if it does, take this new install and modify files to get it to look like your original store. Mod are no fun to install and even the ones who know coding have issues at times. Good luck with your journey and hope someone else can be better assistance with your issue. Doesn't seem that many help on this contrib anymore.....
  24. Did you ever get this resolved? Would love to hear the fix if so.... Have similar issue where Attributes do not show on order confirmation, thus not being stored in database.
  25. Double check all the files and make sure they are in the correct directories. What places the option is catalog/admin/coupons.php If this is not in your folder, it will not show. Not a programmer but have installed this. If you get it working, let me know if your attributes show on your order confirmation page and email notification. Mine seems to have lost their way and do not populate from shopping cart to the order confirmation Serious issue because if they are not on your order confirmation, they do not get placed into the database, therfore rendering after sale lookup or edits, inoperable. At least this is what has happened to me. Good luck with your install. Sorry not to be much help.
×
×
  • Create New...