Jump to content

roman.b

Members
  • Posts

    88
  • Joined

  • Last visited

Profile Information

  • Location
    Poland
  • Activity
    User/Merchant

Recent Profile Visitors

3,247,106 profile views

roman.b's Achievements

  1. Hello, I have the same problem, hello Prestashop, you are from France, so the GDPR applies to you too. How change email?
  2. The question is how in France, with the recovery of money? Does Hipay have any guarantees from other banks? something like insurance. They have our several thousand EUR
  3. Hello, The Prestashop team should be interested in what is happening with Hipay Professional, is yours partner so ........ For a month, all withdrawal attempts are canceled, they do not respond to e-mails. I'm asking what's going on? Edit: From the information we receive, we can say goodbye to our money. Someone out there is doing nicely scam.
  4. Hello, Unfortunately, this does not work from 1.6.1.20: /* if (@Mail::Send((int)$order->id_lang, 'in_transit', Mail::l('Package in transit', (int)$order->id_lang), $templateVars, $customer->email, $customer->firstname.' '.$customer->lastname, null, null, null, null, _PS_MAIL_DIR_, true, (int)$order->id_shop)) { */ Hook::exec('actionAdminOrdersTrackingNumberUpdate', array('order' => $order, 'customer' => $customer, 'carrier' => $carrier), null, false, true, false, $order->id_shop); Tools::redirectAdmin(self::$currentIndex.'&id_order='.$order->id.'&vieworder&conf=4&token='.$this->token); /* } else $this->errors[] = Tools::displayError('An error occurred while sending an email to the customer.'); */ It's blank page in orders: Parse error: syntax error, unexpected 'else' (T_ELSE) in controllers/admin/AdminOrdersController.php on line 505 Problem solved: /* if (@Mail::Send((int)$order->id_lang, 'in_transit', Mail::l('Package in transit', (int)$order->id_lang),$templateVars, $customer->email, $customer->firstname.' '.$customer->lastname, null, null, null, null, _PS_MAIL_DIR_, true, (int)$order->id_shop)) */ { Hook::exec('actionAdminOrdersTrackingNumberUpdate', array('order' => $order, 'customer' => $customer, 'carrier' => $carrier), null, false, true, false, $order->id_shop); Tools::redirectAdmin(self::$currentIndex.'&id_order='.$order->id.'&vieworder&conf=4&token='.$this->token); /* } else { $this->errors[] = Tools::displayError('An error occurred while sending an email to the customer.'); */ This is correct code, attention to the brackets!
  5. Where is it?: - product page? - cart? - order cart summary? I did not find such a form
  6. I am interested, but I can not check how it works because the demo probably does not work. it does not exist:
  7. Hello, I need to search in advanced warehouse for products that have variants and SKUs in them. Does anyone know how to do it?
  8. Thanks for the answers, unfortunately, this is not a solution The author of the code found a solution. Thanks and regards Roman
  9. Hello, I need to translate this "More" (in file blocktopmenu.js) code: var max_elem = 5; var items = $('ul.sf-menu > li'); var surplus = items.slice(max_elem, items.length); surplus.wrapAll('<li class="level0 level-top hiden_menu"><ul class="level0">'); $('.hiden_menu').prepend('<a href="#" class="level-top">More</a>'); $('.hiden_menu').mouseover(function(){ $(this).children('ul').addClass('shown-sub'); }) This solution does not work: https://www.prestashop.com/forums/topic/176156-translation-inside-a-js/
  10. Witam, Co zrobić aby wagi produktów które są podane w kilogramach, a mają wartość np. 0.0001 kg były widziane przy sumowaniu zamówienia. Teraz to wygląda tak, że jest produkt 0.0001 Kg dodany do koszyka x500 = waga produktów w koszyku 0.000 kg Dopiero zmiana wagi na 0.001 kg jest widziana. Prestashop 1.5.6.3
  11. Witam, Potrzebujemy moduł/modyfikacje na zamówienie który by realizował następujące funkcje: 1. są produkty w sklepie: zaślepka (stan 50 szt.) do profilu i profil (stan 20 szt.) itd. 2. produkty te sprzedajemy osobno - nie ma problemu ze zejściem ze stanu. 3. te produkty też mamy połączone razem w zestawie (produkt jako zestaw tych komponentów z osobnymi SKU i róznymi kombinacjami) 4. klient zakupi taki zestaw to musi zejść ze stanu nie ten komplet, tylko poszczególne jego składniki jego np. 4 klamry, 2 zaślepki i 1 profil itd. według przydzielonych produktów. Przykład w załączniku. Wersja sklepu 1.5.6.3 Termin realizacji 2-3 tygodnie
  12. Problem is solved here: https://www.prestashop.com/forums/...
×
×
  • Create New...