Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

candleman

Archived
  • Posts

    65
  • Joined

  • Last visited

Posts posted by candleman

  1. I'm having the same issue as the poster above me. I have this contrib installed and working nicely in my current store which is using the osCommerce version just prior to RC1. I'm redoing my store and I'm using RC2. That is the only difference besides a few less contributions in the new store. I have been over the install directions several times and everything seems in order.

     

    On the product info page it displays the out of stock message no matter what. I'm no coder, but I'm guessing maybe something having to do with the later version of osC is messing things up.

     

    Anyone have any suggestions?

  2. For some reason after installing 3.31 I have two bugs. Two features no effect what so ever:

     

    Display subtotal with applied discount?

    false

    Still DOES deduct discount to subtotal line.

     

    Allow negative order total?

    false

    And again no effect so accepting negative order total.

     

    Otherwise the contribution works just nicely. Could anyone help with this issue?

    I would advise you to install the last version uploaded by KGT which is 3.3. Install that version and try it. If you find you have problems then check the other "fixes" that were uploaded after that. Some of those problems that the fixes were uploaded for do not occur on all systems and can mess up the contribution that may otherwise work.

  3. Nice contribution!

     

    I've got the latest version installed with all the fixes and it seems to be working well through the checkout process. The checkout confirmation page shows the coupon line and totals are correct. However, in the confirmation email(s) and when displaying orders from account history, there is no reference to the coupon. You get things like:

    Item 1 $1.00

    Item 2 $1.00

    Subtotal $1.80

    with no reference to the coupon amount, in this case -0.20. The amounts are correct for the order as placed but the coupon information is not shown so it doesn't appear to add up correctly.

     

    Is this situation true for all installations of this module and I need to figure out modifications to the appropriate files or is there something out of whack with my installation?

    I'm runnng RC2.

     

    Go over your install again carefully. I have made several different checks on my installation and it displays properly in account history and in the confirmation emails. It didn't the first time I installed it and when I went back over I found where I had missed some things.

  4. For those of you who are having problems getting the dsicount status to show in account.php, I have uploaded a new version with a modified install instructions to get it to show in account.php. It works well on my site.

     

    One note: If you have CCGV or Discount coupons installed, this will work with that, however the discount will be applied to the subtotal after any other discounts are removed. I'm not a coder so I don't know of any way around it. It works for me, but may not be what you want.

  5. Hi,

     

    Has anyone figured out how to fix the problem of this module not passing the discounted total onto paypal? Just shows the normal total without the discount in paypal....

     

    I have this installed and it works fine with paypal. What version of Paypal mod are u using? I'm using an older version, 1.4 since I'm also using CCGV and that will only work with that version of paypal IPN mod.

  6. I am curious to know if there is any such thing in the making? I have looked through the contributions, but the only I have located is a gift certificate that I am not completely understanding. Maybe someone can help? If not, is there a gift certificate out there that allows a user to purchase a gift certificate, recieve a code through an e-mail or some sort, and then apply it to a purchase the other person is making? If so where and how can I start this update? Thanks

     

    Do a serach for CCGV in the Contributions. That should do what your looking for.

  7. The Only thing i did diffrent from the install was in /includes/classes/order.php

     

    tells you to....

    FIND on line 244:

    		$shown_price = tep_add_tax($this->products[$index]['final_price'], $this->products[$index]['tax']) * $this->products[$index]['qty'];
    	$this->info['subtotal'] += $shown_price;

     

    Witch is difrent then what i have in my file...

     

    		$shown_price = $currencies->calculate_price($this->products[$index]['final_price'], $this->products[$index]['tax'], $this->products[$index]['qty']);
    	$this->info['subtotal'] += $shown_price;

    But not by much so i just replaced it as it sead to do.

     

    Could this be the prob.???

     

    Ardo.

     

    Either your using a different version of OSC than this was designed for or you have some other contributin installed that already modified that statement. You can go by line numbers, just look for the exact statement it says to find. If you can't find it, then the reason is most likely one of the above I listed

  8. Hi there, I have been looking at this modification and it seems like an extensive one, and I need to decide if it is worth installing ?

     

    The thing I am struggling to understand is exactly what is cut out, currently I have just changed the text so that users think they are entering billing information rather than "account" information. My store is live at the moment and it would be a lot of work to do this change I think.

     

    Has anyone got an example store with this mod working that wouldn't mind me pretending to be a customer to see the difference ?

     

    Thanks

     

    I have it installed and running on my site here http://www.pinetreecandles.com/shop/ Feel free to test it out. Just don't complete an order unless you really watn some thing :) My store has 76+ contributions installed and works fine so PWA does work with may contribs.

  9. I've just done a contrib for this problem,

     

    you can grab it here: http://addons.oscommerce.com/info/355

     

    There is probably a much sleeker way to implement it without using the extra file but for me, this will do :)

     

    Untill someone pro comes along and re-does it, this has solved my problem.

    Andy

     

    Just installed this fix. For some reason when I tested it out I got this on the completion, after the transaction was done

     

    Warning: Cannot modify header information - headers already sent by (output started at /home/*******/public_html/shop/includes/orderciddbupdate.php:5) in /home/*******/public_html/shop/includes/functions/general.php on line 34

     

    I have had the PWA installed and working for over a year now with no problems until I installed this. I know nothing about coding really so not sure what is wrong. It still works as it's intended as far as the admin side is concerned.

  10. Okey, i didnt do any of it. I now checkt the DB i use DB 4.2. Anyhow In de table "orders" the value was 5 and i changed it to 3. Is this right?

     

    And as second one...the cel "last_modified" . I dont get it. Where do i set the date? what do i have to change?

     

    and now in admin. i put it to 10 and 1 for the newsletter on. is this okey ?

     

    If you have the default orders status then order status 3 is "Delivered" in the admin panel under Localization>Orders Status. You need to make sure you have placed a test order and changed the status of the test order to Delivered.

     

    If you don't want to wait for 10 days for testing purposes, change the "Days Delay for Review Mail" in the configuration to "1".

     

    *note if you use a different order status (other than delivered) like I do, then you need to change the "3" in the following line in review_mail.php

    where o.orders_status = '3'

    to whatever number correspondes to the Order Status you use. In my case I use "Shipped" which has a number of "23" in my database.

     

    Good Luck.

  11. I have installed the discount coupon codes cont rib. When I go to checkout, choose shipping option (only one-flat rate) and then click continue I get a white screen. In my apache error log this is what I get.

    Any ideas of what the problem is? I did not have the problem until I installed the coupon module. I disable it, but still have the problem.

    There should not be any problem with the checkout_shipping.Phip because it is not edited for this module.

     

    I am using the Papal PIN option, but I don't think that is the problem because we don't get that far into the checkout process.

     

    I'm no coder, but it sounds like a compatibility issue maybe? I would try uninstalling the mod completely and see if things are back to normal. If you made a backup of the files you changed, it should be easy to do. This would tell you either way if it's the mod or something on your server has changed. I.E. PHP version or something else.

     

    I know that's not much help, but it's a place to start.

  12. Hello,

     

    I'd like to first thank KGT and all the other developers of this contribution for making a great addition to osC. Now, onto the issue at hand...

     

    I'd like to issue this warning here for everyone watching the forums. I've also added this as a note to the contribution's download page (for people who don't read the forums). I ran a search through this topic to make sure this issue hasn't already been discussed, but if I've missed something, please let me know. This is vital information for anyone who wants to restrict their discount to a specific category:

     

    When selecting product categories to exclude from being discounted, you MUST keep both the parent categories AND the sub-categories that you do intend to discount. That may sound confusing, so here is an example to illustrate:

     

    Say we are selling toy cars and we have them in 2 different categories - Trucks and Autos. Let's say our customer wants to buy a truck, and he/she must choose from a number of sub-categories, such as Dump-trucks, Big-rigs, Pickups, etc. Now, let's say that you want to create a coupon that will discount Pickups ONLY and not the other categories. You cannot simply leave out "Trucks->Pickups" from the list of excluded categories. You MUST ALSO leave out the parent category "Trucks" as well. If you do not leave out the parent category, the coupon code WILL NOT work for your customer even if he/she does add a Pickup truck to the cart and supplies the correct coupon code.

     

    To elaborate, the whole system of exclusion seems a bit confusing IMHO. Wouldn't it make more sense to choose the categories/products/users that you DO want to have discounted, rather than excluding the ones you DON'T? Seems more likely that a business would be selective about what they want to discount and disregard everything that they don't want to discount. Maybe this is just my opinion? Regardless, the issue of having to select the parent category should be addressed because it is very misleading. Selecting the sub-category should be good enough.

     

    Anyway, I hope this warning has helped others. Unforunately, I cannot write code as well as the contributors, so all I can do is point this issue out and hope it gets fixed. Perhaps all of you will support this idea too :)

     

    -Agra

     

    Your area correct in some ways, but I don't think it is a bug, more of a matter or preference. The CCGV (Trid) Contirb works in the way your describing. Either all cats are included or just the one(s) you select. You may want to try using that one.

     

    Good luck

  13. I have been using this contribution for awhile now and love it. I just recently discovered something that I think has cost me a few sales. I don't really know if it's a bug, if not I'm hoping there is a way around it.

     

    I use the contrib to provide a shipping discount for all customers. It works fine all the way through, unless someone gets to the confirmation page and goes back one page (to the payment page) and then goes back to the confirmation page again without changing anything on the payment page. It will give you the following error

    1062 - Duplicate entry '56VUFY-66' for key 1
    insert into discount_coupons_to_orders (coupons_id, orders_id) values ('56VUFY', '66')

    I know it's giving me that because they already entered the code the first time they were on the Payment page and it's trying to insert it again. However, it only does it if you are using paypal as the payment method. It doesn't do it if you are using something else or if you change from paypal to something else.

     

    Once that happens there is no way for the customer to continue unless they change the payment method or remove the discount from the payment page which means no discount.

     

    Anyone know a way around this or a fix maybe?

     

    Thanks

  14. Just what I was looking for!

     

    I'm running into a Mysql error when attempting to upload the request_review.sql into the database. The error I'm receiving is

    #1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'orders` ADD `reminder_sent` tinyint(1) NOT NULL default '0' AFTER `orders_status' at line 1

     

    Mysql version is: 4.1.22-standard

     

    Thanks in advance for any help.

  15. I have just received the following email from Paypal, saying I need to reconfigure my code for some new changes:

    Where do I need to change this URL in the code?

     

    TIA

     

    I don't think the IP is hard coded into the script. The link you gave takes you to a list of IP's that they will be using. After looking through the code I don't see a IP anywhere so I don't think it will be a problem.

  16. Ok..lol replying to myself..cuz I couldn't find the edit button. Anywho..I downloaded the contrib. Very simple very fast. New question. Anyway to get rid of Paypal having non-account holders automatically signing them up for an account when they pay by credit card? Under Website Payment Options in my paypal account. The Paypal Account Optional is set for ON..anything else to do? I want my customers to know that they don't need to sign up with paypal in order to pay.

    I use Version 1.4 of this contrib and as far as I know it doensn't force anyone to create an account (at least in the sandbox it doesn't). In testing I was able to pay with a credit card via paypal and not have to create an account. This was awhile ago so maybe something has changed. I will have to check it again, but I didn't think you had to.

  17. I've had Paypal IPN working for a while without any major issues. However, I've recently installed the Fast Easy Checkout contribution, which allows customers to purchase without creating an account, and it has broken the IPN module.

     

    What is happening is that the Customer goes off to Paypal, makes payment and is then returned to the store but the order status is left at Awaiting Payment Confirmation and not updated to Pending, which are the values that I have set.

     

    Apart from the fact that the status isn't updating when the customer returns, everything else still seems to work. Has anyone had these two contributions (FEC and Paypal IPN) working alongside each other correctly. Any ideas where I need to start looking?

     

    I'd really appreciate any assistance with this problem.

    If the FEC modifies checkout_process.php then you must also modify the Paypal contribution with those same changes. If your using a version of Paypal above 1.4 then you might find it difficult to make the changes in paypal. Just depends on what has changed.

  18. Mine has been working fine up to a few days ago and I'm getting the same error now. If your using the USPS Methods you can uncomment a certain line and have the XML reponse Emailed to you. I did and it says that the username/password is incorrect. Been using the same one for over a year with no problmes and suddenly it's incorrect.

     

    I emailed tech support at USPS, still waiting back to hear, but from what I can tell they don't use passwords anymore and the contrib is trying to send one.

     

    Will post back when I hear from them.

     

    I had to change my password to "password" and change the production server to $usps_server = 'production.shippingapis.com';

     

    It seems they changed things again.

  19. I updated the USPS Methods and still most of my customers are getting error messages therefore unable to order.

     

    This must be a major problem for others out there besdies myself.

     

    Mine has been working fine up to a few days ago and I'm getting the same error now. If your using the USPS Methods you can uncomment a certain line and have the XML reponse Emailed to you. I did and it says that the username/password is incorrect. Been using the same one for over a year with no problmes and suddenly it's incorrect.

     

    I emailed tech support at USPS, still waiting back to hear, but from what I can tell they don't use passwords anymore and the contrib is trying to send one.

     

    Will post back when I hear from them.

  20. Great contrib! I just installed on my test site and everything seems to work with the contrib. I'm having a problem though with two different button that perform the same function, just in different screens. The "Back" button on the Product info page and the "Continue Shopping" button on the shopping cart page.

     

    Both of these worked fine before the Event calender was installed, but since I installed it, when either of those two buttons are clicked, it takes you to this link

     

    http://pinetreecandles.com/catalog/calenda...nth=&_year=

     

    It doens't matter if your logged in or not and from what page you come from. I unistalled it and the buttons worked fine again so I know it's something to do with this contrib. I really don't see how it would effect those, but it is.

     

    Anyone have any ideas as to what may be happening?

     

    Thanks

  21. Shared Certs work fine with osCommerce - we use it for our hosting customers and it's much cheaper than full certs. As long as the server set-up / Cert is done correctly, there's no problem with using a shared ssl certificate with osCom and PayPal IPN. all the best - Terra

    Oops! Your right, sorry :blush: That is what I get for trying to answer a post early in the morning without having my coffee first. It's 2checkout that doesn't work with shared SSL at least it never did for me.

×
×
  • Create New...