Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

gimmiecpt

Pioneers
  • Posts

    14
  • Joined

  • Last visited

Profile Information

  • Real Name
    Adam

gimmiecpt's Achievements

  1. I have installed the UPS XML module and it works fine... it syncs to UPS and shows me the correct rates. On the order confirmation page it even shows me the correct total, so it is being added to the order total. However, it is not listing the shipping cost on the order confirmation page. It shows me the tax, sub total, total, but no shipping. Again, the total does reflect the cost, but it could be confusing to customers. All help is appreciated.
  2. OK... This issue is resolved. After making the changes above I also had to do the following: 1) Call First Data and verify the .pem file was not corrupted. It was, so they regenerated a new one for me. 2) Uploaded the new .pem file to includes/modules/payment/linkpoint_api/ 3) I had earlier added the .pem file name to line 365 of the includes/modules/payment/linkpoint_api.php file. This resulted in the insertion of the file name twice. Leave it as default, which just shows '.pem' at the end of that line. Thank you for all of your help. Adam
  3. I have installed the Linkpoint API, configured it per all the directinos and I am getting a blank page when I confirm the order and my log file shows the following: [24-Mar-2013 13:27:16] PHP Fatal error: Cannot use string offset as an array in /home6/nacsolut/public_html/shadyks/includes/modules/payment/linkpoint_api.php on line 473 The error email that i receive says: "<r_approved>FAILURE</r_approved><r_error>Could not connect.</r_error>" I have contacted bluehost twice to verify that port 1129 is open Per some of the forums I have placed the following line in the lphp.php file: curl_setopt ($ch, CURLOPT_PORT, 1129); I have uploaded the .pem file again. All help is appreciated. Adam
  4. Is the CVV code you are talking about this one? http://addons.oscommerce.com/info/8579/v,23
  5. Chris, You comment was not helpful nor am I looking for any work solicitations from people... I want to know what people's experiences are. Adam
  6. I need help getting payments to work through the First Data API in OSCommerce 2.3.1. I currently have Global Gateway installed and when I process the order I am rerouted to my cart and a red bar appears at the top with: <r_approved>FAILURE< I there is nothing in the error_log file and I don't get any confirmation emails that It even hit First Data. I have looked through the forum's and it looks like the better option is to use the LinkPoint API, but it only works with 2.2, not 2.3. I can post my config if needed, but I really need either a solution to this issue, or PLEASE if anyone knows another add-on I can install that will allow me to use First Data in OSC 2.3.1 I would be forever in your debt. Thank you all for your assistance. Adam
  7. Never mind... In the file compare tool I didn't see at the end of general.php the following lines needed to be added;: *********************************************** catalog/includes/functions/general.php *********************************************** Add at bottom before closing ?> // PRODUCTS SHIP FREE START function tep_products_ship_free_check($pID){ if ($sql = tep_db_fetch_array(tep_db_query("select products_id from " . TABLE_PRODUCTS . " where products_id = '" . (int)$pID . "' and products_ship_free = 1 limit 1")) && defined('MODULE_ORDER_TOTAL_PRODUCTS_SHIP_FREE') && (MODULE_ORDER_TOTAL_PRODUCTS_SHIP_FREE == 'true')) return true; return false;} // PRODUCTS SHIP FREE END
  8. All, I am trying to get the Free Shipping Per Product 1_2 to work and when I make the specified changes it drops all modules on the side of the pages and I never get the shipping module under the admin --> catalog --> order total. When I look at the log file I am getting the following error: [05-Oct-2012 19:40:32] PHP Fatal error: Call to undefined function tep_products_ship_free_check() in /home6/<domain>/public_html/<site name>/includes/modules/new_products.php on line 35 Can you please point me in the right direction to solve this issue. Thanks
  9. I am looking for a free shipping module for V2.3.1. This module need to be end user friendly and allows them to specify which products they would like to have the free shipping option enabled for. Weight, quantity, etc does not matter. All suggestions would be helpful.
  10. I am trying to install EPF 3.01 on oscommerce 2.3.1. I am finding that in the index.php and the product_listing.php some of the items are either not found or are really close, but the syntax is not exactly the same. An example is in the instructions for product_listing.php, 6a is specifying a case 'product_list_name' code change, but the file is not exactly the same as what is listed in the instructions. I saw that v2_31 is supposed to work with the 2.3 core, however the instructions are the same for this section. Is there a version for OSC 2.3.1? if not can anyone point me to a contribution that will do the same for 2.3.1?
×
×
  • Create New...