Jump to content

Archangel

Members
  • Posts

    22
  • Joined

  • Last visited

Profile Information

  • Activity
    Agency

Archangel's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Thank you Mike. Can you help me with this thread? http://www.prestashop.com/forums/topic/169401-incorrect-price-charged-dollars-instead-of-pound/ I haven't found the solution anywhere. Thanks!
  2. Incredible! This is something that every other shopping cart out there offers and there's no reply in 2 years to this thread?? Anyone out there? How can we implement exit pop-ups in Prestashop such as discount coupons? Thank you.
  3. I'm sorry, I posted the wrong code. The line actually says $authorizeAIMParams['x_amount'] = number_format($params['cart']->getOrderTotal(true, 3), 2, '.', ''); What do we change this to? Thanks
  4. This is what we have $authorizeAIMParams = array(); $authorizeAIMParams['x_solution_ID'] = 'A1000006'; $authorizeAIMParams['x_login'] = Configuration::get('AUTHORIZE_AIM_LOGIN_ID'); $authorizeAIMParams['x_tran_key'] = Configuration::get('AUTHORIZE_AIM_KEY'); $authorizeAIMParams['x_version'] = '3.1'; $authorizeAIMParams['x_delim_data'] = 'TRUE'; $authorizeAIMParams['x_delim_char'] = '|'; $authorizeAIMParams['x_relay_response'] = 'FALSE'; $authorizeAIMParams['x_type'] = 'AUTH_CAPTURE'; $authorizeAIMParams['x_method'] = 'CC'; $authorizeAIMParams['x_test_request'] = Configuration::get('AUTHORIZE_AIM_DEMO'); $authorizeAIMParams['x_invoice_num'] = (int)$params['cart']->id; $authorizeAIMParams['x_amount'] = number_format($params['cart']->getOrderTotal(true, 3), 2, '.', ''); $authorizeAIMParams['x_address'] = $invoiceAddress->address1.' '.$invoiceAddress->address2; $authorizeAIMParams['x_zip'] = $invoiceAddress->postcode; $authorizeAIMParams['x_first_name'] = $this->context->customer->firstname; $authorizeAIMParams['x_last_name'] = $this->context->customer->lastname; The instruction for Zen Cart was to force the amount converted to USD as 'x_amount' => $usd_transaction_value , http://www.zen-cart....2572#post212572 http://www.zen-cart....t-charge-in-USD! Not sure what it would be here, it appears Zen Cart has better support than Prestashop... Thanks!
  5. There's no such file in the authorize.net module, unless it's elsewhere, I couldn't find it. The authoriezaim.php does not have such coding. Thanks
  6. My store's currency is in POUND and is running in the UK. When I charge an item with Authorize.net, it charges in DOLLAR not Pound. Example: Vitamin D £7.99. - Charged to Card. Statement in Authorize.net shows $7.99 instead of $13.61 ( equivalent to £7.99) Why is this happening? I've checked all the Currency Settings, and POUND is the Default with a conversion of 1. I was able to verify that other carts such as ZEN CART seem to recommend a code change to force Authorize.net to convert the charge into dollars from the GBP amount. I'd love to be able to implement that. It has something to do with x_amount... line of coding in the authorizeaim.php but I need Prestashop specific instructions. PLEASE HELP! Thanks
  7. Thank you Shacker, I really appreciate it. I tried and it makes sense. However, this leads me to another question: all day yesterday customers were not able to access the checkout page because of a certificate error or there were no payment options available. Is this related to the turning off of the SSL? I had to reinstall AUTHORIZE.NET module and it starting showing. Bottom line, I lost several hundred dollars in sales.
  8. The setting for SSL under PREFERENCES > Enable SSL is turning off by itself. It stays on for a while and then all of a sudden, when I check it, it's off. AUTHORIZE.NET requires https connection and was turned off today as payment option because of that. I just lost several hundred dollars in advertising today and sales because people couldn't check out since AUTHORIZE.NET was not enabled. This has been reported by several other users. Is anyone looking into this??
  9. I have 13K products, they need to be immediately linked. I just realized that ALL manufacturers were "disabled" in the manufacturers list. Anyone have the brilliant idea of disabling them by "default"?? I had to enable them one by one...
  10. I have been looking all over for a solution to my problem and can't find it!! I uploaded 13K products to Prestashop. They all had the column MANUFACTURER correctly. When I uploaded and imported, NONE of the manufacturers show in the product information. I then uploaded first a MANUFACTURER file and then erased all products and reimported to see if it would link PRODUCT and MANUFACTURER and still, it won't. I'm not sure what to do. I need to sort my entire catalog by Brands (already changed the translation from Manuf.) but none of the products are linked to their manufacturer. When I try to sort by Brand, it gives me "No products for this brand." even though I may have 700 products under that Brand. PLEASE HELP!! Thanks!
×
×
  • Create New...