Search found 108 matches

by mohal_04
19 Jun 2018, 13:11
Forum: Laravel package
Topic: Checkout Process - Error on Summary Tab
Replies: 13
Views: 8442

Checkout Process - Error on Summary Tab

Laravel: 5.6 Aimeos: 2018.04 PHP: 7.1.18 Hi, I am getting A non-recoverable error occured on Summary tab of Order Checkout process. This is the error message I am getting in Log : Facility: client/html Message: Route [] not defined. And following is the Stack Trace: Facility: client/html Message: #...
by mohal_04
14 Jun 2018, 10:42
Forum: Laravel package
Topic: Suggested Products giving Error "A non-recoverable error"
Replies: 4
Views: 2457

Suggested Products giving Error "A non-recoverable error"

Laravel: 5.6 Aimeos: 2018.04 PHP: 7.0 Hi, I want to show related products. So, from Admin panel I added suggested product (Product B) against a product (Product A) but when I go to front-end of that product (Product A) I get following error: A non-recoverable error occured I further investigated and...
by mohal_04
11 Jun 2018, 08:19
Forum: Laravel package
Topic: Front-end: Change product image on different selection.
Replies: 2
Views: 1489

Re: Front-end: Change product image on different selection.

You have to add the article specific images to the variant products. The admin interface associates the variant attributes to them and the frontend will change the images depending on the selected variant attribute. Currently, this work with one variant attribute. Hi, Thanks for the help! I was abl...
by mohal_04
28 May 2018, 13:25
Forum: Laravel package
Topic: Front-end: Change product image on different selection.
Replies: 2
Views: 1489

Front-end: Change product image on different selection.

Laravel version: 5.5.40
Aimeos version: 2018.04
PHP version: 7

Hi,

I have added few products that are of type Selection. Can anyone help me? How I can change image on the front-end with the option that is selected?

Eagerly waiting for reply.

Thanks!

--
Umer
by mohal_04
04 May 2018, 15:24
Forum: Laravel package
Topic: Product Form - Add Custom Sub-Part
Replies: 9
Views: 6680

Re: Product Form - Add Custom Sub-Part

Hello, Can you tell me if the location for the new manager has to be done like this: ext/<MYEXTENSION>/lib/mshoplib/src/MShop/<MYMANAGER> Oops, sorry I found the answer there: https://aimeos.org/docs/Developers/Library/Extend_managers_items Thank you a lot ! sbn Hi, So, you solved your problem? Sor...
by mohal_04
20 Apr 2018, 11:09
Forum: Laravel package
Topic: Product Form - Add Custom Sub-Part
Replies: 9
Views: 6680

Re: Product Form - Add Custom Sub-Part

For creating tables in new domains, you should read this: https://aimeos.org/docs/Developers/Library/Setup_tasks/Schema_update#Tables_for_new_domains To create new managers and items for a new domains, you can copy/paste code from an existing domain. The stock domain fits best in your case: https:/...
by mohal_04
19 Apr 2018, 13:15
Forum: Laravel package
Topic: Product Form - Add Custom Sub-Part
Replies: 9
Views: 6680

Re: Product Form - Add Custom Sub-Part

aimeos wrote:Where is the sales tax data stored? You are trying to use a new manager that doesn't exist yet.
Hi,

How I can create this new manager? Please, explain in details because there is no resource available on internet.

Thanks!
by mohal_04
19 Apr 2018, 09:11
Forum: Laravel package
Topic: Product Form - Add Custom Sub-Part
Replies: 9
Views: 6680

Re: Product Form - Add Custom Sub-Part

Where is the sales tax data stored? You are trying to use a new manager that doesn't exist yet. Hi, Thanks for reply! Sales Tax data is not stored anywhere because there was no form to insert data. Plus, I have created a Schema file (see below) but this file doesn't create a new table when I run &q...
by mohal_04
18 Apr 2018, 10:58
Forum: Laravel package
Topic: Product Form - Add Custom Sub-Part
Replies: 9
Views: 6680

Re: Product Form - Add Custom Sub-Part

Add a new implementation named after your project (not "Standard") in your own extension in this directory: ./admin/jqadm/src/Admin/JQAdm/Product/<subpart name>/<project name>.php Implement the <project name>.php according to an existing class in the product subdirectories that fits your ...
by mohal_04
17 Apr 2018, 12:09
Forum: Laravel package
Topic: Product Form - Add Custom Sub-Part
Replies: 9
Views: 6680

Product Form - Add Custom Sub-Part

Hi,

Please, guide me how to add a new sub-part into Product edit form in Admin Dashboard? See screen-shot:
Sales Tax Sub part
Sales Tax Sub part
salestax_subpart.jpg (85.58 KiB) Viewed 6680 times
Regards!