Jump to content

letrof

Members
  • Posts

    168
  • Joined

  • Last visited

Contact Methods

Profile Information

  • Activity
    Project Owner

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

letrof's Achievements

Rookie

Rookie (2/14)

  • First Post Rare
  • Collaborator Rare
  • Week One Done Rare
  • One Month Later Rare
  • One Year In Rare

Recent Badges

4

Reputation

  1. damn, I wanted to upgrade from 1.6.0.9 to the latest stable 1.6 but I can't even see what is next version after 1.6.0.9 and I am affraid of upgrading straight to 1.6.1.24. Is there any way of finding older versions to upgrade step by step?
  2. Dump zwrócił lokalizacje "22", zresztą jest ona widoczna na stronie produktu (załącznik). Problemem jest tylko wyświetlenie tego na stronie zamówienia. Udało mi się dodać producenta i wyświetla się bez problemu, ale z lokalizacją nie mogę sobie poradzić. zrzut ekranu
  3. Chciałem wyświetlić lokalizację przedmiotu i użyłem <td> {if !empty($product['product_location'])}{$product['product_location']}{/if}</td> Niestety nie działa. Można prosić o pomoc?
  4. Is it possible to hide only those products that have quantity<0 AND have no availability date? I've tried [code]{if $product_available_date && $smarty.now < $product_available_date|strtotime && $product.quantity_available <= 0}[/code] But it doesn't work.
  5. Hi, Thank you for this great module! I would like to change the home icon to my webpage name so I edited: <span itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem"> <a class="home" itemprop="item" href="{if isset($force_ssl) && $force_ssl}{$base_dir_ssl}{else}{$base_dir}{/if}" title="{l s='Return to Home' mod='gmbreadcrumb'}"> <i class="icon-home"></i> </a> and changed it to: <span itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem"> <a itemprop="item" href="{if isset($force_ssl) && $force_ssl}{$base_dir_ssl}{else}{$base_dir}{/if}" title="{l s='Return to Home' mod='gmbreadcrumb'}">Lawendowy Kredens </a> but this gives me google warnings: "missing field: "item"" Any clue what am I missing?
  6. Hi, I would like to add a product's warehouse location into Backoffice order page so we can quickly find a product. We use one of product's function as warehgouse location so all we need to do is insert this value into admin order page. Can anyone help with this? Photo of what we would like to achieve:
  7. Hi, I keep getting white page after trying to update order status. Error message: PHP Fatal error: Call to a member function hasBeenShipped() on boolean in /home/admin/domains/lawendowykredens.pl/public_html/nowy_sklep/controllers/admin/AdminOrdersController.php on line 261, referer: http://lawendowykredens.pl/********/index.php?controller=AdminOrders&id_order=22229&vieworder&token=6d28d219ef83772c93dc7033222230ed Getting back and trying few times helps but that's not a solution. PS 1.6.0.9 Can anyone help?
  8. Cześć, w moim logu serwera znajduje się dużo błędów a tej treści: [Mon Jun 11 09:24:19.780536 2018] [fcgid:warn] [pid 31970:tid 139909484398336] [client 94.254.232.57:18816] mod_fcgid: stderr: PHP Deprecated: Automatically populating $HTTP_RAW_POST_DATA is deprecated and will be removed in a future version. To avoid this warning set 'always_populate_raw_post_data' to '-1' in php.ini and use the php://input stream instead. in Unknown on line 0, referer: http://lawendowykredens.pl/*********/index.php?controller=adminproducts&id_product=17107710&updateproduct&token=0e76b1427db71f49ea9388df6c65f8e9 Nie bardzo wiem jak sobie z tym poradzić - czy ktoś mógłby mi pomóc? Prestashop 1.6.0.9 Pozdrawiam Maciek
  9. Hi, there are a lot of warnings in my server's log: [Mon Jun 11 09:24:19.780536 2018] [fcgid:warn] [pid 31970:tid 139909484398336] [client 94.254.232.57:18816] mod_fcgid: stderr: PHP Deprecated: Automatically populating $HTTP_RAW_POST_DATA is deprecated and will be removed in a future version. To avoid this warning set 'always_populate_raw_post_data' to '-1' in php.ini and use the php://input stream instead. in Unknown on line 0, referer: http://lawendowykredens.pl/*********/index.php?controller=adminproducts&id_product=17107710&updateproduct&token=0e76b1427db71f49ea9388df6c65f8e9 Can anyone tell me how to deal with it? Prestashop 1.6.0.9
  10. poradziłem sobie dodając taką samą klasę do a href jak do pozostałych metod płatności. Plik który należy edytować to przelewy24/views/templates/hook/payment.tpl w linijce 5 dodałem class="cash" {foreach $p24_channels_list as $item} <div class="row"> <div class="{if !empty($p24_gate_class)}{$p24_gate_class}{else}col-xs-12 col-md-7{/if}"> <p class="payment_module p24-payment-module"> <a class="cash" href="{$item.url}" title="{l s='Pay with' mod='przelewy24'} {$item.name}" {if $p24_gate_logo == 0} style="background-image: url({$item.logo}); background-position: 1em center; background-repeat: no-repeat; background-size: 64px auto;" {/if} > {if $p24_gate_logo == 1} <img src="{$item.logo}" width="64"> {/if} {l s='Pay with' mod='przelewy24'}&nbsp;{$item.name}{if $item.desc}&nbsp;<span>{$item.desc}</span>{/if} </a> </p> </div> </div> {/foreach} {if $p24_gate_logo == 0} <style> .p24-payment-module a { min-height: 25px; padding-left: 95px; } </style> {/if} {if $p24_chevron_right == 1} <style> .p24-payment-module a:after { display: block; content: "\f054"; position: absolute; right: 15px; margin-top: -11px; top: 50%; font-family: "FontAwesome"; font-size: 25px; height: 22px; width: 14px; color: #777; } </style> {/if}
  11. Dzień dobry, czy ktoś mógłby mi pomóc z dostosowaniem wyglądu modułu płatności? W tej chwili brakuje tła i strzałki na końcu - za nic na świecie nie mogę tego dodać. foreach $p24_channels_list as $item} <div class="row"> <div class="{if !empty($p24_gate_class)}{$p24_gate_class}{else}col-xs-12 col-md-7{/if}"> <p class="payment_module"> <a href="{$item.url}" title="{l s='Pay with' mod='przelewy24'} {$item.name}" {if $p24_gate_logo == 0} style="background-image: url({$item.logo}); background-position: 1em center; background-repeat: no-repeat; background-size: 64px auto;" {/if} > {if $p24_gate_logo == 1} <img src="{$item.logo}" width="64"> {/if} {l s='Pay with' mod='przelewy24'}&nbsp;{$item.name}{if $item.desc}&nbsp;<span>{$item.desc}</span>{/if} </a> </p> </div> </div> {/foreach} {if $p24_gate_logo == 0} <style> .p24-payment-module a { min-height: 25px; padding-left: 95px; } </style> {/if} {if $p24_chevron_right == 0} <style> .payment-module a:after { display: block; content: "\f054"; position: absolute; right: 15px; margin-top: -11px; top: 50%; font-family: "FontAwesome"; font-size: 25px; height: 22px; width: 14px; color: #90816e; } </style> {/if}
×
×
  • Create New...