Jump to content

foxskav

Members
  • Posts

    43
  • Joined

  • Last visited

Profile Information

  • First Name
    fox
  • Last Name
    skav

Recent Profile Visitors

609 profile views

foxskav's Achievements

Newbie

Newbie (1/14)

  • Reacting Well Rare
  • First Post Rare
  • Collaborator Rare
  • Conversation Starter Rare
  • Week One Done Rare

Recent Badges

0

Reputation

  1. Hi, how can I get products (ref, qty) from product pack via API
  2. The solution was to add to .htaccess this: Header set Content-Security-Policy: "frame-ancestors 'self'"
  3. I turned off override, modules and caches but it doesn't fix this error.
  4. The split order occurred randomly. Products have the same settings. In other orders with these products there was no problem.
  5. Sry. Presta: 1.7.6.1 PHP Version 7.2.3 SQL: 5.7.21-20-log PS: I didn't make any changes today.
  6. Hello, When I try add new customer in BO. Get error in console: Refused to display 'https://(mypage).pl/admin/index.php/sell/customers/new?liteDisplaying=1&submitFormAjax=1&_token=(mytoken)#' in a frame because an ancestor violates the following Content Security Policy directive: "frame-ancestors 'none'".
  7. What if carriers are unchecked in products but order is splitted?
  8. Cześć, W wersji 1.6 w zakładce ilości dla pakietów (Paczka istniejących produktów) był alert z treścią możliwej maksymalnej ilości "Kiedy produkt ma kombinacje, ilości będą bazować na domyślnej kombinacji. Biorąc pod uwagę ilości produktów w pakietach, maksymalna ilość powinna wynosić 20" W 1.7 nie widzę takiej informacji. Czy jest możliwość uruchomienia takiej opcji?
  9. Hi, The solution is add temporary values for passwd column in ps_customers for all customers.
  10. Tak urzeźbiłem to dawno temu. Ogólnie robiłem to poprzez php + zapytania mySQL. Najpierw pobierałem wszystkie rabaty do zamówienia. Jedyne zapytanie jakie znalazłem SELECT o_c_r.id_order, c_r_p_r_v.id_item, c_r_p_r.type, c_r_p_r.id_product_rule, c_r_p_r.id_product_rule_group, c_r_p_r_g.id_cart_rule, o_c_r.value, c_r.reduction_percent, c_r.reduction_amount FROM ps_order_cart_rule o_c_r LEFT JOIN ps_cart_rule c_r ON (o_c_r.id_cart_rule = c_r.id_cart_rule) LEFT JOIN ps_cart_rule_product_rule_group c_r_p_r_g ON (c_r.id_cart_rule=c_r_p_r_g.id_cart_rule) LEFT JOIN ps_cart_rule_product_rule c_r_p_r ON (c_r_p_r_g.id_product_rule_group=c_r_p_r.id_product_rule_group) LEFT JOIN ps_cart_rule_product_rule_value c_r_p_r_v ON (c_r_p_r.id_product_rule = c_r_p_r_v.id_product_rule) WHERE o_c_r.id_order = Dane te wprowadzałem do tablicy. Później każdy produkt w zamówieniu sprawdzałem czy pasuje według tej tablicy czy pasuje po manufacturers, products, categories ( przy kategoriach też pobierałem wszystkie kategorie produktu do tablicy i porównywałem każda kategorie).
  11. Na karcie produktu jak najbardziej ten sposób działa. Jak zrobić to samo w koszyku?
  12. I used this tutorial, however, despite the editing of the two classes / search.php and blocksearch-instantsearch.tpl files, I still see 10 products. I try give it less than 10 or more. it's always 10. I removed the cache and disabled the overwritten files. My version of PS: 1.6.1.18 Default theme https://mypresta.eu/en/art/developer/prestashop-increase-the-number-of-ajax-search-results.html
  13. Witajcie, Poszukuje modułu, który umożliwiłby live chat na sklepie z podglądem statystyk sprzedaży. Czyli: konsultant rozmawia z klientem po czym klient dokonuje zakupu. W statystykach jest to zapisane na konto konsultanta, że dzięki niemu klient zakupił towar.
×
×
  • Create New...