Philipp
Philipp
> I am facing same issue, Any solution? I switched to Sage 10 and built my own integration: https://github.com/ouun/stage-woocommerce For Sage 9 it is too long ago and I can't...
Hi @robindevitt, thanks for getting back to me. I am using AMF together with Tachyon (humanmade/tachyon-plugin) & Smart Media (humanmade/smart-media). Now thinking about that again, I might have ended in...
Strange. The versions I am using seem to be the most up-to-date: AMF: 0.13.4 Tachyon: 0.11.5 Smart Media: 0.4.3 I am loading tachyon and smart-media right after each other very...
@robindevitt I found the issue, please stop debugging! It is produced by a filter I added a while ago: ``` // Support wp_get_attachment_url usage for images if (!is_admin()) { add_filter('wp_get_attachment_url',...
@Tranquillius please note that this package requires a bit of PHP and debugging knowledge. The reason for the error is in your error message above: `Missing option "url"`. Please [follow...
Hi @linksblinker, I am currently not actively using the package and won't have time to have a closer look for the next two weeks. However it uses the official Zammad...
OK, thanks for the info. That will help to debug it. However it is not a good idea to hardcode it as the next update will override it. Would be...
@F3rr021 you will need a basic understanding of how to work with the code as this is out of scope. I still plan to create a UI version of Zammad...
Just stumbled over the same. The `$items` var is an object `Illuminate\View\InvokableComponentVariable` in the blade view. I don't think that this should be the case, however you can just collect...