Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

waldropzoo

Pioneers
  • Posts

    12
  • Joined

  • Last visited

About waldropzoo

  • Birthday October 8

Profile Information

waldropzoo's Achievements

  1. I moved on to trying to implement AIM but could not get past the general error ("There has been an error processing your credit card") when I submitted my credit card. At that point I sought help from a private developer, certified by Authorize.net, at Sound Commerce. It became clear that an earlier add-on for Multi-Vendor Shipping was severely complicating the implementation of the AIM module. The private developer, given enough time, was able to work through all the issues. AIM is now working wonderfully on our cart. Although it is very satisfying to get Add-On's to work myself, it is also useful to recognize when it is time to call in a specialist.
  2. Shoe shopping therapy is not what I had in mind.
  3. I have spent days going through the forums and have solved multiple problems. Everything works (card transaction is processed and the cart shows the purchase) except, I get the "Warnings" below on my final screen. It must relate to linking back to include/checkout_success.php ------------------- Warning: mysql_real_escape_string() expects parameter 1 to be string, array given in /home3/propack/propacksolutions-www/catalog/includes/functions/database.php on line 132 Warning: Cannot modify header information - headers already sent by (output started at /home3/propack/propacksolutions-www/catalog/includes/functions/database.php:132) in /home3/propack/propacksolutions-www/catalog/includes/functions/general.php on line 88 ------------------- I am running out of ideas. Help!
  4. Error in admin/orders.php Around line 169 //---PayPal WPP Modification START ---// include(DIR_FS_DOCUMENT_ROOT . DIR_WS_INCLUDES . 'configure.php'); was correct with this: //---PayPal WPP Modification START ---// include(DIR_FS_CATALOG . DIR_WS_INCLUDES . 'configure.php');
  5. Thank you! I did have some files in the wrong place.
  6. Fatal error: Call to undefined function: tep_paypal_wpp_show_user_options() in /home3/propack/propacksolutions-www/catalog/includes/header.php on line 64 This is a completely new installation of Paypal WPP. Doesn't the /includes/functions/general.php need functions related to wpp?
  7. Fatal error: Call to undefined function: tep_paypal_wpp_show_user_options() in /home3/propack/propacksolutions-www/catalog/includes/header.php on line 64 This is a completely new installation of Paypal WPP. Doesn't the /includes/functions/general.php need functions related to wpp?
  8. Thanks for the fix above. I figured out the original error "Fatal error: Cannot instantiate non-existent class: order .." for line 17 of www/catalog/includes/paypal_wpp/paypal_wpp_include.php was that the "require_once(DIR_WS_CLASSES . 'order.php');" was missing. if (!is_object($order)) { require_once(DIR_WS_CLASSES . 'order.php'); $oID = (int)$_GET['oID']; $order = new order($oID); $order_totals = array(); } I have run into my next problem which I will start in a new section.
  9. I noticed some of the older versions have sql files. Is there a place with all the sql changes or do I need to go version by version?
  10. I am trying to install paypal_wpp. I am getting the following error. Fatal error: Cannot instantiate non-existent class: order in /home3/propack/propacksolutions-www/catalog/includes/paypal_wpp/paypal_wpp_include.php on line 17 Line 17 seems to be referring to a table I don't have: TABLE_ORDERS_STATUS_HISTORY_TRANSACTIONS I do have the following tables: TABLE_ORDERS_STATUS_HISTORY TABLE_ORDERS_STATUS
  11. I am setting up GA and TN. In GA, tax is by county, plus there is a City of Atlanta (different amounts depending on Dekalb or Fulton) tax. This may not be the best way to set this up, but I have a subzone for each county and each City of Atlanta county. The tax for each subzone is the total tax (State + County + City). I only have one item in the Tax Rate table that describes "Sales Tax (GA and TN only)" and the tax_rate is set to "0.00". This seems to work as taxes are only charged for GA and TN and each amount is taken care of in the subzone. My problem is having a way to make sure the Customer address is setup correctly. For example, if I go to My Account, I can see that I am set for GA but I can't see the county. If I Edit at this point, I can select a county from a drop-down menu followed by update and this correctly sets my county (as seen in the database) but the customer cannot confirm this. If the customer Edits again, the County dropdown always shows the first county in the menu and not the county they are set for in the database. How can I get it to display the correct county? Further, if I am editing my address and change my state from GA to one that is not taxed, the screen updates and the County slot is empty. If I then change my state back to GA, the page updates but the dropdown of counties does not appear. I have to update and edit (going back to the edit page) to select a county. This is all very confusing, but it this would become clear if you go to my site and register as a customer: http://www.propacksolutions.com/catalog I have spent many, many hours on trying to figure this tax stuff out and am finally very close to having a working system.
×
×
  • Create New...