I'm new and try arastta locally
I'm looking for a plugin ideal (Mollie) for Netherlands.
Can someone tell me how I can create this in Arrastta.
groet henk
I'm looking for a plugin ideal (Mollie) for Netherlands.
Can someone tell me how I can create this in Arrastta.
groet henk
In Extensions
Share this post:
Responses (14)
-
Accepted Answer
-
Accepted Answer
-
Accepted Answer
Hi Rune Rasmussen,
Thanks for your response to my question. Below is a link to the creator of the plugin.
I have the link to the page where all modules are displayed In order to see which modules the most suitable for arastta
The plugin is free to download. https://www.mollie.com/nl/modules
Greeting,
Henk -
Accepted Answer
-
Accepted Answer
Hi Rune Rasmussen,
Sorry forgot to add the error. This is the message in a first attempt.
Notice: Error: Could not load model C:\wamp64\www\ArasttaTest/admin/model/setting/extension.php! in C:\wamp64\www\ArasttaTest\system\engine\loader.php on line 60
And this is the link to the plugin I used.
https://github.com/mollie/opencart/releases
Henk -
Accepted Answer
Here you can see info about the OpenCart compatibility: https://arastta.org/docs/developers/opencart-compatibility
Arastta is based on OpenCart 2.0.1
So you would need to use an older version of the module supporting this, and not the OpenCart 2.2+ version you are using now.
Version 6.2.9 might work, else go back to an even older. Something around April/May 2015 should work almost for sure, as that was the time for forking Arastta. -
Accepted Answer
Thanks for your answer
I tried 6.2.2 Release date April 30, 2015
I tried all the other plugins but keep getting the same error message.
Notice: Error: Could not load model C:\wamp64\www\ArasttaTest/admin/model/setting/extension.php! in C:\wamp64\www\ArasttaTest\system\engine\loader.php on line 60
I've added the plugin open cart 2.0.1.
If anyone knows the solution
thanks -
Accepted Answer
It's actually quite weird it's looking for that file, as it doesn't exist in OC 2.0.1 neither. Wonder if this module work on anything ...
Looking at the release dates it seems rather messy, with rapid releases.
Btw! Did you clean up before adding the older version? Uninstalling module and removing all files from previously tested version?
Henk Boer wrote:
I've added the plugin open cart 2.0.1.
What do you actually mean with this?
Edit! Reading the code I found out this module is written in a way requiring it to be rewritten for Arastta (is it supporting both OC 1.5 and 2?).
T.ex. it's having code like this:
protected function getExtensionModel ()
{
if ($this->isOpencart2())
{
$this->load->model("extension/extension");
return $this->model_extension_extension;
}
$this->load->model("setting/extension");
return $this->model_setting_extension;
}
The "isOpencart2" will not work in Arastta, and this is the main reason for the error(s) ... -
Accepted Answer
-
Accepted Answer
-
Accepted Answer
-
Accepted Answer
-
Accepted Answer
In short, did you test on a completely new clean install after doing the change proposed by Denis? Anyhow, if you don't do code or debugging, this module might be a problem for you in the long run. Unless you manage to get the developer (or anyone else) to rewrite it for Arastta.
In the module it's 9 payment options, in the image you have 12 with the duplicates. And no, they are not all 3 times, only PayPal is. Bitcoin t.ex. is only listed once, so try to figure out what is different in those displaying 2-3 times. Maybe also test it on OC, to see if it actually works, or have same issues there.
And/Or try that 5.2.7 version, having the options combined. -
Accepted Answer
Your Reply
Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here.
Register Here »