Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

awscales

Pioneers
  • Posts

    10
  • Joined

  • Last visited

Everything posted by awscales

  1. If you are getting an error like this, you need to change the <? tags in the categories_css.php file to <?php Older php versions support the shorter tag, but newer ones do not.
  2. Hi there. Thanks for your work on this module, it has helped us a great deal. I have a question though about the Authorization process. I have set the TRXTYPE to A so we can do a Delayed Capture in the Payflow Manager when we are ready to process the order. This is because sometimes an item is out of stock with a supplier and we don't want to charge them until an item is shipped. Everything works great except that the module sends the Authorization for the full order total even when there is a mismatch on the cards address or security code. The customer does get the error response fine, and they get the opportunity to correct their billing address or CSC just fine. However, each time they do this, they are authorizing their card for the order total, so if they keep entering the wrong billing and retrying, they could potentially max out their card without knowing. What should happen, is the payflow pro module should do an Account Verification by sending a TRXTYPE=A for zero dollars, then if the response states that the parameters such as CSC all matched, it should do another authorization for the full dollar amount of the order. Does anyone know how I would add this feature to the module?
  3. Im having trouble adding this contribution to a slightly modified RC2a. The instructions say I should modify the admin/includes/header.php file by replacing this line: However my line looks different: No modifications have been made to my header.php file, so I am confused.
  4. Found the solution to my problem here: http://www.oscmax.com/forums/oscmax-v2-installation-issues/17844-warning-not-valid-mysql-installe-rc4-2.html#post42440 The problem is with the first line of this file: /catalog/admin/attributeManager/languages/english/attributeManager.php <? Should be changed to: <?php Works fine now.
  5. I just finished installing, and I'm having an issue with the placeholders rendering instead of the English words. For instance, here is what comes up when the save template button is clicked: I am using V2-8.9 with osCommerce 2.2 RC2a. I disabled QT Pro in the config file, as I dont have that contribution installed.
×
×
  • Create New...