Search found 33 matches

by Yvler
30 Sep 2015, 14:04
Forum: Help
Topic: [BUG] Filtering when in categorie
Replies: 6
Views: 4713

Re: [BUG] Filtering when in categorie

I saw you changed the code to always use the category id,
but is there a way to filter out the "filter items" so they contain only the items used in this category?
by Yvler
28 Sep 2015, 10:20
Forum: Help
Topic: AI-Payments extent
Replies: 3
Views: 3157

Re: AI-Payments extent

Is there already a function which is called after the payment has been received?
The order doesn't have to be delivered, because we use these invoice pdf's also for packing the orders..
by Yvler
24 Sep 2015, 14:48
Forum: Help
Topic: AI-Payments extent
Replies: 3
Views: 3157

AI-Payments extent

Hi

Is there a way to extend the "process" function of AI-Payments?
We would like to make an invoice PDF after the payment has been received per order :).
At this moment we're using the Omnipay (Ogone/Ingenico implement) class of AI-Payments to handle all our payments for our orders :)
by Yvler
22 Sep 2015, 07:37
Forum: Laravel package
Topic: [REQ] Possible system for slugs
Replies: 5
Views: 4077

Re: [REQ] Possible system for slugs

That was our backup plan ;-) and we'd probably create another table where a slug is saved and where this slug is linked to these parameters :)
not the best way to do it, but I don't see a better solution at this time
by Yvler
22 Sep 2015, 07:34
Forum: Help
Topic: [BUG] Filtering when in categorie
Replies: 6
Views: 4713

Re: [BUG] Filtering when in categorie

We have this webshop: Coolblue here in Belgium What they do: when you select a category on top, it'll stay grey/black the whole time and the category again is set in the header with some info text, so the customer know he is in this category. The filtering (and the items for this filter) are for thi...
by Yvler
17 Sep 2015, 13:16
Forum: Laravel package
Topic: [REQ] Possible system for slugs
Replies: 5
Views: 4077

[REQ] Possible system for slugs

Is there already a system for using slugs in stead of passing the values in the request parameter of the url?
It would be more interesting for SEO to use
"/category/cat-2" in stead of "/list?f_name=cat-2&f_catid=4562"
by Yvler
17 Sep 2015, 13:13
Forum: Help
Topic: [BUG] Filtering when in categorie
Replies: 6
Views: 4713

[BUG] Filtering when in categorie

When you are in a category and you try to filter the items.. the filter will be passed on all the items of the whole shop in stead of only the items of the category..
I think this is very confusing for visitors, who are willing to filter down the possibilities within a category ;-)
by Yvler
25 Aug 2015, 09:11
Forum: Help
Topic: Feature: Suppliers (extra fields / translations)
Replies: 23
Views: 16511

Re: Feature: Suppliers (extra fields / translations)

After a lot of debugging, found the problem. I forgot to update the Supplier Item default interface with the listitem & refitem arrays :) added these changes to the git also updated the searchitems function in core again to fix the Travis error & use the builditems functions. Weird enough, I...
by Yvler
24 Aug 2015, 15:10
Forum: Help
Topic: Feature: Suppliers (extra fields / translations)
Replies: 23
Views: 16511

Re: Feature: Suppliers (extra fields / translations)

I changed the supplier default.php manager, but still not working..
And I've committed this to core again
by Yvler
24 Aug 2015, 15:01
Forum: Help
Topic: Feature: Suppliers (extra fields / translations)
Replies: 23
Views: 16511

Re: Feature: Suppliers (extra fields / translations)

Mm Weird

I committed this to the core last week..
I will do another core commit within a few minutes :)