Jump to content

usimportco

Members
  • Posts

    4
  • Joined

  • Last visited

Profile Information

  • First Name
    Giovanny
  • Last Name
    Cabrales

Recent Profile Visitors

96 profile views

usimportco's Achievements

Newbie

Newbie (1/14)

  • Week One Done Rare
  • One Month Later Rare
  • One Year In Rare

Recent Badges

0

Reputation

  1. Hello In global.css Line 11861 Add this text-align: center;
  2. In my case the problem was after enable SSL the form to sign in, I changed the url HTTP to HTTPS because the original form url start with http:// (TECHNICAL ERROR: unable to load form. Details: Error thrown: [object Object] Text status: error) Console chrome results Failed to load https://www.example.com/index.php?rand=1534482814684: Response to preflight request doesn't pass access control check: No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://www.example.com' is therefore not allowed access. Remember when you activate in prestashop the SSL certificate review all code, images and links to starts https for pass all errors
  3. In my case the problem was after enable SSL the form in one page checkout to sign I changed the url HTTP to HTTPS because the original form url start with http (TECHNICAL ERROR: unable to load form. Details: Error thrown: [object Object] Text status: error) Console chrome results Failed to load https://www.example.com/index.php?rand=1534482814684: Response to preflight request doesn't pass access control check: No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://www.example.com' is therefore not allowed access. Remember when you activate in prestashop the SSL certificate review all code, images and links to starts https for pass all errors
  4. The error is the email templates after of translate, edit and cause the cart show that message in order confirmation (Cart cannot be loaded or an order has already been placed using this cart). Also the system es very slow to place an order and for any related action to send a email. When you changed a status order or register a new user, you can try disable the email funtion in the prestashop preferences for the fast solution or edit the file public_html/classesPaymentModule.php and delete the function Mail:: and this disable email order confirmation. After this modification your prestashop order process very fast. I am updating more info... Sorry for my english DELETE THIS FUCTION Mail::Send( (int)$order->id_lang, 'voucher', sprintf(Mail::l('New voucher for your order %s', (int)$order->id_lang), $order->reference), $params, $this->context->customer->email, $this->context->customer->firstname.' '.$this->context->customer->lastname, null, null, null, null, _PS_MAIL_DIR_, false, (int)$order->id_shop
×
×
  • Create New...