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)
well he was asking about OPC so a gave my answer, i bought chex too, and im not using it too (unable to aply changes - and make search not working for us..) ๐
i did not, but someone before me could.. so i just replaced (backup fisrt) Link.php with default one, and it seems to be working - no errors - but group is not assigned .. so gona look for that now
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?
first u need to go to yr iinstall url -> then u go and open console and take install steps (console keep open) - now when some error occure during installation - it shoud be displayed in console.
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)
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..
Fixed by invoice module - atleast invoice shows corretly now, but ps_order_invoice_payment table is still not being updated so i want to ask if this is BIG problem or something that can be ignored?
well, it seems problem is somewhere else, ps_order_invoice_payment table is not being updated, i can see old data, but none row is create with new order now, tried to disable all modules, overrides - did not help
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?