Search found 122 matches

by VirtualSpy
27 Dec 2022, 00:58
Forum: Laravel package
Topic: Multi site redirect based on location
Replies: 7
Views: 1547

Multi site redirect based on location

laravel version 9.36.4 , Aimeos version 2022.10.3 and PHP version 8.1.3 (Win)

Multi site automatically redirect on default site so i want redirect multi site based on location please tell me is it possible and what will it's process.
by VirtualSpy
26 Dec 2022, 07:07
Forum: Laravel package
Topic: hover subcategories on right side
Replies: 3
Views: 858

hover subcategories on right side

laravel version 9.36.4 , Aimeos version 2022.10.3 and PHP version 8.1.3 (Win)

i want to hover subcategories on right side menu ...... i have attached an example ........please guide me for this task

Thanks in advance
by VirtualSpy
26 Dec 2022, 06:45
Forum: Laravel package
Topic: customer/email/watch job is not working
Replies: 1
Views: 440

customer/email/watch job is not working

laravel version 9.36.4 , Aimeos version 2022.10.3 and PHP version 8.1.3 (Win)

customer/email/watch job is not sending notification e-mails on product updates.

I am using multisite and i have changed default site code and my email configuration in .env file is working properly.
by VirtualSpy
23 Dec 2022, 09:21
Forum: Laravel package
Topic: Aimeos Laravel events
Replies: 2
Views: 595

Re: Aimeos Laravel events

Hi, I'm on Laravel 9, Aimeos 2022.x and PHP 8.1 on Mac. I want to send an SMS to the user (i.e. call a third party API) when an order is created. What is the standard way to accomplish this? Does Aimeos propagates Laravel Events that can be listened to? At this point, I should also be able to get a...
by VirtualSpy
23 Dec 2022, 09:13
Forum: Laravel package
Topic: No email send
Replies: 11
Views: 2763

Re: No email send

aimeos wrote: 23 Dec 2022, 08:37 Can you please update to this version and test?

Code: Select all

composer req aimeos/ai-controller-jobs:2022.10.x-dev
i am already using aimeos/ai-controller-jobs version 2022.10.5
by VirtualSpy
23 Dec 2022, 08:01
Forum: Laravel package
Topic: No email send
Replies: 11
Views: 2763

Re: No email send

aimeos wrote: 22 Dec 2022, 10:56 Did you rename the default site?
yes I renamed the default site and I am also not getting an email from customer/email/watch job
by VirtualSpy
15 Dec 2022, 09:28
Forum: Laravel package
Topic: Code Required error when registering
Replies: 21
Views: 4912

Re: Code Required error when registering

sica-d wrote: 15 Dec 2022, 09:04 Any answer on this? Stuck here for days
check your .env there is shop registration is enable else something is wrong in RegisteredUserController class
by VirtualSpy
15 Dec 2022, 07:28
Forum: Laravel package
Topic: telephone field unique
Replies: 1
Views: 421

telephone field unique

laravel version 9.36.4 , Aimeos version 2022.10.3 and PHP version 8.1.3 (Win)

I have made mandatory to telephone in billing & delivery address so, i want to know how to make telephone field unique like email from address form , means i want every user have diifferent telephone for order booking
by VirtualSpy
15 Dec 2022, 07:04
Forum: Laravel package
Topic: configuration
Replies: 1
Views: 413

configuration

laravel version 9.36.4 , Aimeos version 2022.10.3 and PHP version 8.1.3 (Win) some config has not used in src for template body, so if i overwrite that templates with same name from my extension or theme it works but i want to know if any aimeos update will come then that template will affect by aim...
by VirtualSpy
13 Dec 2022, 10:48
Forum: Laravel package
Topic: Route problem in multisite
Replies: 16
Views: 3159

Re: Route problem in multisite

This is usually the case if the user has been created for a different site and is bound to that site ID now instead of the current site (see users.siteid column for that user). You can set the site ID of the user to an empty string to make that account available for all sites. please tell me how ca...