Thank you. That worked... IF you check the search descriptions checkbox on the advanced search page.
How do I make descriptions included in search by default?
How do I make descriptions included in search by default?
AbanteCart v1.4.2 is released.
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts MenuQuoteAlso check why init.php has been not changed during upgrade.
QuoteProbably you have many errors in install/upgrade history related to file permissions.
Quote[11-Aug-2020 23:27:21 UTC] PHP Parse error: syntax error, unexpected ':', expecting ';' or '{' in /home/revenues/test/abante/core/lib/PaymentHandlerInterface.php on line 22
Quoteinterface PaymentHandlerInterface
{
public function id() : string;
public function details() : array;
public function is_available($payment_address) : bool;
public function getErrors();
public function processPayment(int $order_id, array $data = array()) : array;
public function validatePaymentDetails(array $data) : array;
public function callback(array $data = array());
}