Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Leeb2

Archived
  • Posts

    103
  • Joined

  • Last visited

Profile Information

  • Real Name
    Jason Walton

Leeb2's Achievements

  1. Hello, I have the problem where PayPal takes the payment, but the order status isn't changed, stock isn't updated, and order emails aren't send, except by Paypal. I did the test putting at the top of ipn.php: mail('[email protected]', 'testing paypal', 'paypal has found the file'); with my real email. I tested it through the PayPal ordering process and it didn't send the email. Then bringing ipn.php up in the browser brings up a blank page and doesn't send the email either. I made a blank php file with: mail('[email protected]', 'testing paypal', 'paypal has found the file'); with my real email, and put it in ext/modules/payment/paypal_ipn/ and it sent the email. I'm using PayPal IPN 2.2 and something called "Paypal IPN v2.2 with QTPro-PROPER" to integrate with QTPro 4.25 which looks like has since disappeared from the contribution section. What could the error be at this point? More notes: My host uses a PHP higher than 4.3. At PayPal IPN is switched to off. The chmod settings are read, read, read, and write only for the owner.
  2. PayPal told me to ignore that list as it is just a guideline. Thanks a lot PayPal for being so user friendly.
  3. Here is what the PayPal webpage shows me: I don't know if I messed up and started signing up for Virtual Terminal but there's no other options there.
  4. I set up my store with PayPal to take credit card orders because there was supposed to be no monthly fee. Now they say I have to sign up for something called Virtual Terminal and there is a $20 monthly fee for it. What is Virtual Terminal, and can I not take credit card orders without it? Can I take credit card orders somehow with PayPal and not pay a monthly fee? Because PayPal was very difficult to set up, and there are still problems. I have set up Linkpoint before easily and if there is a monthly fee PayPal now springs on you I will just use Linkpoint again if anything. What is Virtual Terminal, and why am I required to use it and pay $20 a month?
  5. My installation of the Tell a Friend About Site Too sends the same email to both the intended recipient and to the recommending person. The recopmmending person should not get the email. I don't know why it does this but it shouldn't. Does anyone know how to fix this?
  6. With the Tell A Friend Too contrib, the review box shows as "Write a review of this product!" instead of what it would show when the page is not on a particular product page. So when you are on the Tell a Friend Too page to tell someone about the site, the review box shows "Write a review of this product!" Anyone else have this problem? How can you fix it?
  7. Why was the change outside of: //++++ QT Pro: Begin Changed code ... //++++ QT Pro: End Changed Code Some of the files, I added the code between these lines to my existing files. Is there other QT Pro code in the files not between these lines?
  8. I'm installing QT Pro to a test store. For catalog/includes/application_top.php the original code has this line: case 'add_product' : if (isset($HTTP_POST_VARS['products_id']) && is_numeric($HTTP_POST_VARS['products_id'])) { The QT Pro file has this line as: case 'add_product' : if (isset($HTTP_POST_VARS['products_id']) && is_numeric($HTTP_POST_VARS['products_id']) && ($HTTP_POST_VARS['products_id']==(int)$HTTP_POST_VARS['products_id'])) { The changed code however is outside of the area between: //++++ QT Pro: Begin Changed code ... //++++ QT Pro: End Changed Code So which line of code should be used, the original or the one in the QT Pro file but not marked as code changed for the QT Pro upgrade?
  9. Does this contribution allow you to display attributes in the order you choose. For clothing sizes I would want it to be displayed like: small medium large Is that possible?
  10. Hello, Thank you for the contrib. After installing Ultimate SEO Urls, when I click on the "reviews" button for a product that has attributes I get "404 Not Found The requested URL /articles.php was not found on this server." I had my eye on this problem because I had rebuilt my store after this problem and suspected Ultimate SEO Urls to cause it so this time I saved it as the last contrib to install. At first the reviews were working, but then I changed Ultimate SEO Urls setting in the admin so that short words will be included, then I reset the cache. This problem then popped up. It only occers by the way with products with drop-down selectable attributes.
  11. Hi. For me the line in step three define('ACCOUNT_SUBURB', true); was not in either includes/application_top.php or includes/filenames.php so I just added it to application_top.php, and that worked for me.
×
×
  • Create New...