Jump to content
thirty bees forum

MichaelEZ

Members
  • Posts

    111
  • Joined

  • Days Won

    7

Posts posted by MichaelEZ

  1. problem is our shop - not OPC

    we have problem with a lot of modules (had to custom them)  - that is reason why i did not even contact datakick..

    and where am i writing i do not like it? why woud i buy one if i dont 😉 (im trying to figure it out on my own)

  2. Hi,

    so today basically - i tried to make auto group assignment through datakicks module "Consequences" - which is awesome.

    When I go (as a customer), and set up DNI (tax ID numb.) - it shoud automatically change customer group to another one.

    Unfortunatly here comes error: 

    Fatal error: Call to protected method LinkCore::getBaseLink() from context 'Conseqs\Trigger' in /data/4/1/416845245904f-c044-4719-963b-e3df8996d456cd5/xxxxxxxxx/web/modules/conseqs/classes/trigger.php on line 160

    160. $values->addParameter('context.shop.url', $context->link->getBaseLink($context->shop->id));

    So i tried to use getBaseURL - same error, also tried getPageBase (not sure if returns are same but just tried) - which seems to worked around but did not assign customer to new group.. 

     

    Any ideas? 

     

     

  3. Xsamxadoo - bajatax - had it last week 😄 simular issue:

    https://www.prestashop.com/forums/topic/1030039-xsamxadoo-malware-through-explorerpro-module/

    : $path_exploit_payloads=array("/modules/explorerpro/action.php","/modules/sampledatainstall/sampledatainstall-ajax.php","/modules/colorpictures/ajax/upload.php"

    someone stated: 

    The impacted files were:

    • controllers/front/AuthController.php
    • controllers/admin/AdminLoginController.php
    • classes/Customer.php
      • In getByEmail function
    • classes/Employee.php
      • In getByEmail function

    In my case it was fortunatly only AuthController.php (and many uploaded php files that i just deleted) 

    • Like 2
    • Thanks 2
  4. Well problem is that overrides are forbidden, 3td party modules too..(atleast in the morging they were, now its not working it seems.. it just ignore those buttons)

    so i opened ps_order_payment and there is same issue.. no new rows

    when i edit/open order, payment method box is not filled - but I can add data manually and save it.. 

  5. Hi all, 

    so recently we re-opend shop, everything is working but i just saw missing payment methods from invoice - when selected cash on delivery or bank wire its just blank - but when selecting last option (GOpay) its shows as it should.. I tried turn off not native modules, overrides, turn off gopay and tried withut it, but still its blank.. So i reinstalled bankwire and cashondelivery no changes.. So i turned it all back and tried something like this - but unfortunatly still nothing: 
     

    {if $payment->payment_method == "Cash On Delivery "}
    
    <td class="right small"> CashOnDelivery text </td>  <td class="right small">{displayPrice currency=$payment->id_currency price=$payment->amount} </td>
    
    {elseif $payment->payment_method == "GoPay Gateway" }
    
    <td class="right small"> GoPay text </td>  <td class="right small">{displayPrice currency=$payment->id_currency price=$payment->amount} </td>
    
    {elseif $payment->payment_method == "Bank wire" }
    
    
    <td class="right small"> Bankwire text </td>  <td class="right small">{displayPrice currency=$payment->id_currency price=$payment->amount} </td>
    
    {else}
    
    <td class="right small">shoud not display </td>
    
    {/if}

    So I just find out that there are none new orders in ps_order_payment

    So any idea what to do? 

×
×
  • Create New...