Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

scole

Archived
  • Posts

    29
  • Joined

  • Last visited

Profile Information

scole's Achievements

  1. Sorry. I want to conduct various surveys from my site! S. Cole
  2. Does anyone know where I can get a survey mod for Osc? I would like to be able to contact various surveys from my site and view the information via the admin page. Thanks, S. Cole
  3. strider... This works for reactiving a coupon, however what if the coupon was a one-time use coupon. If I just change the dates, the coupon will still be used one-time. If I wished to reuse this coupon again using the same code as another one-time coupon, it wouldn't work. I would have to increment the "Uses Per Coupon" and "Uses Per Customer" each time I would like to use again. S. Cole ps. thanks for all your help so far. it's appreciated!
  4. Strider... Well, deleting them it not necessary, however I would like to be able to reuse them. For example, if I had a coupon named "CHRISTMAS" for a christmas special coupon (free shipping, discount, whatever). I would like to be able to use the same coupon again next year, I wouldn't want to have to think of names like "XMAS2003", "XMAS2004". I would like to be able to just edit the old coupon, update the dates, values, etc. and reactivate it. - or - I would like to be able to delete it completly and next year, just create a new coupon with the same name. either way would be fine. If you think, I shouldn't delete the coupon (I guess for tracking purposes), then a way to edit, update, and reactivate would be excellent. Any suggestions? S. Cole
  5. I'm looking to edit the link that's on the Auction Listing. I would like it to link to the Canadian Ebay. Right now it links auctions to: http://cgi.ebay.com/ws/eBayISAPI.dll?ViewI...item=2375971270 I would like to be able to link it to: http://cgi.ebay.ca/ws/eBayISAPI.dll?ViewItem&item=2375971270 It should be an easy mod, I only need to find the code and edit it. Thanks, S. Cole
  6. Finally!!! :) I have this mod installed and working!!! I had to go through each file manually and compare the my copy to that of this mods (didn't install from scratch). There was a few minor things that was missed or done incorrectly that overall caused problems. For anyone wishing to compare two files, I HIGHLY recommend this program: ExamDiff (http://www.prestosoft.com/ps.asp?page=edp_examdiff) It's easy to use and works extremely well. ------------------------------------------------------------------- New Problem / Question: Now that I have the mod up and running, I have a problem/question! :) I created a coupon named "WIN2020". I then went and deleted the coupon which placed it under the "Inactive" section. Later I tried to create a new coupon using the same name "WIN2020" which stated that a coupon by that name already existed (which it did, under inactive). I tried to delete the coupon under "inactive" and it wouldn't work. Tried to edit the coupon to make it active again and was unable to find anything. How do I go about either deleting the coupon completely, or enabling it again to reuse? Thanks, S. Cole
  7. seangum... Could it be possible the person's placing the order through paypal didn't hit the "continue" button to complete the process and come back to your site? I believe, from what I have read, that oscommerce doesn't "save" the order until the person clicks "continue" on paypal's site. Someone correct me if I'm wrong. I'd recommend using paypal's IPN. I installed the paypalipn_v0981_for_milestone_2 mod. I haven't used the paypalipn mod yet, so I don't know if it's any good. Hope this helps, S. Cole
  8. If I wanted to troubleshot a problem with the tick box and the box for the coupons not appearing on the checkout process, what files should I be debugging? Keep in mind, I do have the contrib installed, the gv and dc's "installed" under Mudules|Order Total|DC/GV, and I have tried every sort order I came across within this thread. Thanks, S. Cole
  9. Hal1, Still didn't work. I'm going to have to check the code again. Maybe I missed something when installing the mod. I checked it twice already, can't see I missed anything. Strange indeed. Thanks for the help. S. Cole
  10. I have reviewed this thread over and over and still cannot find the answer to the problem I am experiencing. I see many people having the same problem, however I tried everything that people suggested and still cannot get it to work. I'm having trouble with the discount tick box appearing so people can enter their coupon code and receive their discount. Here's my sort order: Discount Coupons 4 Gift Vouchers Low Order Fee Shipping 2 Sub-Total 1 Tax 3 Total 5 I have also tried: Discount Coupons 740 Gift Vouchers Low Order Fee Shipping 2 Sub-Total 1 Tax 3 Total 900 Gift Vouchers is not installed. Tried installing it and still no luck. If anyone can help thanks! S. Cole p.s. Thanks Strider for you previous help.
  11. I installed the credit class contribution (zip:ccgv-510b) and everything went well. No errors or anything, however did discover a problem. The Shipping Page (checkout_shipping.php) no longer loads. When accessed, it automatically forwards me to the Payment Page (checkout_payment.php). I've tried to debug the problem and can't seem to resolve it. I believe I have narrowed it down to the following code: // if the order contains only virtual products, forward the customer to the billing page as // a shipping address is not needed // ICW CREDIT CLASS GV AMENDE LINE BELOW //if ($order->content_type == 'virtual') { if (($order->content_type == 'virtual') || ($order->content_type == 'virtual_weight') ) { if (!tep_session_is_registered('shipping')) tep_session_register('shipping'); $shipping = false; $sendto = false; tep_redirect(tep_href_link(FILENAME_CHECKOUT_PAYMENT, '', 'SSL')); } If I comment out the tep_redirect line it no longer automatically forwards me to the payment page (blank page displays). If I comment out the entire section the shipping works fine again. Suspect there's a problem with the content_type. I backup my system prior to any contribution install. I checked the backup prior to installing this contrib and it works fine. I have no idea why this is happening. I suspect that the problem actually lies within another file before it reaches this script, however I cannot find it. Any Ideas? Thanks, S. Cole ps. sorry for the double posting, I meant to post the last one here! :)
  12. // if the order contains only virtual products, forward the customer to the billing page as // a shipping address is not needed // ICW CREDIT CLASS GV AMENDE LINE BELOW //if ($order->content_type == 'virtual') { if (($order->content_type == 'virtual') || ($order->content_type == 'virtual_weight') ) { if (!tep_session_is_registered('shipping')) tep_session_register('shipping'); $shipping = false; $sendto = false; tep_redirect(tep_href_link(FILENAME_CHECKOUT_PAYMENT, '', 'SSL')); } I just discovered something else. If I comment out just the tep_redirect, I get a blank page, however if I comment out the entire code the shipping returns and works fine. Question, How is the content_type determined? Where is this set from? Thanks, S. Cole
  13. My apologies, I meant to post this within the Credit Class topic... Sorry, S. Cole
×
×
  • Create New...