Search found 274 matches

by MikaelNazarenko
26 Oct 2019, 12:23
Forum: Laravel package
Topic: Move categories list to top menu
Replies: 10
Views: 3722

Re: Move categories list to top menu

Yes it works, but then url looks ugly /?f_catid=2. Can I customize this route. For example make it shop/category/{id}
by MikaelNazarenko
26 Oct 2019, 11:37
Forum: Laravel package
Topic: Move categories list to top menu
Replies: 10
Views: 3722

Re: Move categories list to top menu

Where can I take a look at Aimeos url function ? I am confused because url function has less params that route function.

Code: Select all

$this->url( ( $item->getTarget() ?: $target ), $controller, $action, $params, [], $config )

Code: Select all

route('post.show', ['post' => 1]);
by MikaelNazarenko
26 Oct 2019, 11:17
Forum: Laravel package
Topic: Move categories list to top menu
Replies: 10
Views: 3722

Re: Move categories list to top menu

Yes it works, I have displayed the categories at the top menu. But problem is how to generate correct url for categories ? I am in blade view, here the aimeos functions are not accessable ((
by MikaelNazarenko
26 Oct 2019, 09:18
Forum: Laravel package
Topic: Move categories list to top menu
Replies: 10
Views: 3722

Re: Move categories list to top menu

How to get context in Laravel controller ?
by MikaelNazarenko
26 Oct 2019, 08:46
Forum: Laravel package
Topic: Move categories list to top menu
Replies: 10
Views: 3722

Re: Move categories list to top menu

Great thank you!! I was hanging at this point and didn't have ideas)
by MikaelNazarenko
25 Oct 2019, 10:37
Forum: Laravel package
Topic: Move categories list to top menu
Replies: 10
Views: 3722

Move categories list to top menu

Hi everybody) I have a top menu on the shop, and I want to add category dropdown to top menu. The main question here is I need to get categories on all pages. What should I extend and where (on which file/controller) I have to get categories to pass them to view that show them on top menu ? Also the...
by MikaelNazarenko
22 Oct 2019, 06:15
Forum: Laravel package
Topic: Tax rate for each product
Replies: 15
Views: 4595

Re: Tax rate for each product

Sorry, it was stupid question, I had overwritten this template in my extension. I didn't notice it at once. Thank you for the support!
by MikaelNazarenko
21 Oct 2019, 20:32
Forum: Laravel package
Topic: Don't send emails for imported orders
Replies: 1
Views: 749

Don't send emails for imported orders

time to time I get imported orders to my aimeos shop. Give me please an idea how can I prevent to send the emails to them by cronjob ? Maybe I have to import them with specific status or set some value to another field to make aimeos to not send emails for this orders
by MikaelNazarenko
20 Oct 2019, 14:00
Forum: Laravel package
Topic: Tax rate for each product
Replies: 15
Views: 4595

Re: Tax rate for each product

Hm, I deleted all extensions, vendor folder and executed composer install. But the same problem.. Why do I got old files ..
by MikaelNazarenko
20 Oct 2019, 08:45
Forum: Laravel package
Topic: Tax rate for each product
Replies: 15
Views: 4595

Re: Tax rate for each product

Hmmm, now I made test order on my local development shop with prepay payment service. Then I executed manually: php /var/www/schmuck/artisan aimeos:jobs "order/email/delivery order/email/payment order/email/voucher order/service/delivery" And now I got another problem, and seems it is not ...