Search found 37 matches

by snicto
31 Oct 2022, 14:20
Forum: Laravel package
Topic: Custom service - packaging
Replies: 4
Views: 845

Re: Custom service - packaging

Once per order.
by snicto
26 Oct 2022, 18:14
Forum: Laravel package
Topic: Custom service - packaging
Replies: 4
Views: 845

Custom service - packaging

Laravel: 2022.10 PHP: 8.1 Ok, I require that a customer can choose a custom packaging type for the order (cardboard box or paper bag), and each comes with a separate price. Since this is not really related to delivery service providers, since it is separate and does not relate to actual delivery pro...
by snicto
20 Oct 2022, 16:21
Forum: Laravel package
Topic: CMS pages return 404
Replies: 6
Views: 1327

Re: CMS pages return 404

aimeos wrote: 20 Oct 2022, 15:50 In multi-site/multi-locale setups, CMS content that should be added to shop pages (home page is one of them) need the full URL path in URL field of the CMS page module, e.g. "/en" instead of "/"
Yes that works, bit confusing tho.
by snicto
20 Oct 2022, 15:41
Forum: Laravel package
Topic: CMS pages return 404
Replies: 6
Views: 1327

Re: CMS pages return 404

Upgrading to 2022.10 resolved the issue, thx. snicto, may you check , does cms work for multishop in 2022.10 version To extent. If SHOP_MULTILOCALE=0 Everything works as expected. if SHOP_MULTILOCALE=1 Pages under locales work, say "/en/p/contacts" works However, default page "/en&qu...
by snicto
20 Oct 2022, 15:22
Forum: Laravel package
Topic: Cancel url for payment providers
Replies: 4
Views: 13521

Cancel url for payment providers

Aimeos: 2022.10 PHP: 8.1 My payment provider requires a cancel URL, which is a link where customers are redirected if they cancel the selected payment method. I failed to find such a parameter "payment.url-cancel" returns null. I need them to be redirected back to the order, so they can ch...
by snicto
12 Oct 2022, 16:19
Forum: Laravel package
Topic: CMS pages return 404
Replies: 6
Views: 1327

Re: CMS pages return 404

Upgrading to 2022.10 resolved the issue, thx.
by snicto
12 Oct 2022, 14:22
Forum: Laravel package
Topic: CMS pages return 404
Replies: 6
Views: 1327

CMS pages return 404

"aimeos/aimeos-laravel": "~2022.07", "laravel/framework": "^9.2", Pages created in CMS are not returning appropriate pages via URL. So I have created a "/contacts" page in the CMS section, however, when entering <site>/contacts 404 is returned instea...