Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

edoscript

Members
  • Posts

    70
  • Joined

  • Last visited

Everything posted by edoscript

  1. Need help PLEASE! I've been working on Fast Checkout for days now and I can't pass through couple of issues and I'm not sure where it's coming from. This is a fresh install on v.2.3.3.4. On ajax_checkout.php page after logging in or after creating a new account, I try to add a new Shipping or Billing address. And when I use a hash sign (#) in the address field (i.e. 123 Main St #101) then ajax doesn't add the address to TABLE_ADDRESS_BOOK and the products and totals ($ajaxManager->showProducts(''); and $ajaxManager->showTotals('') ) are being added into 'shipping_area' (<div id="shipping_area">) creating duplicate products and totals. I am going crazy and would much appreciate any help. Thanks!
  2. I noticed that on ajax_checkout.php when I try to add a new address, which has the "#" hash sign in any field, the address is not recorded and the form crashes the page layout. However when, I do the add address via checkout_shipping.php it works as usual - without any problem. I can't find where is the issue. It would be better either allow the hash sign or at least to return an error message which would indicate that we don't "like" the hash sign. I would much appreciate any help. Thanks!
  3. Hello everyone. Does anybody know where can I download the Full version of this Add-on for version 2.3.x ? I have downloaded the v.2.2 and add the ajaxManagerTest.class.php. However I am having several issues. I spent a lot of time on trying to fix these - without any luck. Thanks in advance.
  4. Hello All, I installed the module yesterday and it looks great. Thanks Dr. Rolex. I haven't tested it completely yet but I am having some issues that I'm not sure if these are bugs or if it's from my installation. I went through the first couple of pages of the forum and scanned the remaining pages but I couldn't find anything similar to my issues and I would much appreciate any help. First, when I try to change the ordered product quantity (plus/minus), it takes 3 to 4 seconds to update the number inside the input box. Secondly, after adding products into my cart I choose Fast Checkout and on ajax_checkout.php page as soon as I click on a plus/minus icon of any of items it deletes one or more items from the cart. And if I have only one item in the cart then same thing happens - it removes the item from the cart. The Remove "X" icon doesn't remove the item from the cart. I see the tep_draw_checkbox_field('cart_delete[]', $order->products[$i]['id'], false, 'style="display:none;"') inside the code, however the checkbox doesn't appear on the page since it has display:none and frankly I'm not sure what does trigger the checkbox to display. I have been trying to resolve these issues since yesterday without any success and any help would be much appreciated. I was wondering if there is a newer upgraded Rev that I can download. I initially downloaded the Rev.3 and Updated with Rev.4. Thanks in advance.
  5. Thanks for the module. However, it looks incomplete. Configuration menu as well as installation of searched_keywords table are missing. I manually created the searched_keywords table as much columns that I could find used in scripts however, no search is being recorded into the table. Something is not right.
×
×
  • Create New...