Search found 10 matches

by cecosd
25 Feb 2018, 20:06
Forum: Help
Topic: Custom front end administration
Replies: 1
Views: 1083

Custom front end administration

Hi there! I am using laravel 5.5 | aimeos 2018.01 | php ^7 I need to create an administration interface for my clients on my website. I am trying to do that via the JSON API. Is there a better way of doing that. I am still young in the aimeos world, but I need to make development fast and the right ...
by cecosd
25 Feb 2018, 19:48
Forum: Help
Topic: How to create custom (detailed) queries with the API?
Replies: 3
Views: 1813

Re: How to create custom (detailed) queries with the API?

Hey aimeos,
That was helpful! But here is a nex question.
It seem I can't get the stock levels for a product. I upgraded to 2018.01.

When I do the API call
jsonapi/stock?ai[filter][s_prodcode][==]=1
I can't get the stocklevel for all products.
I am missing something...
Thanks
by cecosd
22 Feb 2018, 20:03
Forum: Help
Topic: How to create custom (detailed) queries with the API?
Replies: 3
Views: 1813

How to create custom (detailed) queries with the API?

Hello to everyone who reads this! I have a specific issue/question or however you call it. :) I have a VueJS front end where I make a portal for some of my customers to view their products/reviews/ yada yada... I need to make a detailed queries for my products page. Query needs to say: Get all the p...
by cecosd
29 Jan 2018, 19:10
Forum: Help
Topic: Problem with adding more fields for product
Replies: 2
Views: 1473

Re: Problem with adding more fields for product

I adpted the manager for insert and update product with the new field, but there is an error saying that the bind for products doesn't correspond with the predefined. In that case, you forgot to overwrite the SQL statement in your own extension config to match your new parameter binding in saveItem...
by cecosd
24 Jan 2018, 20:14
Forum: Help
Topic: Problem with adding more fields for product
Replies: 2
Views: 1473

Problem with adding more fields for product

Laravel package, Laravel version 5.5, Aimeos version 2017.10, PHP 7.0 I have a problem of finding out how to add fields in products component. For example I want to add input "test": I adpted the manager for insert and update product with the new field, but there is an error saying that th...
by cecosd
11 Jan 2018, 19:03
Forum: Laravel package
Topic: Products with marginable price. How to do this?
Replies: 5
Views: 2287

Re: Products with marginable price. How to do this?

1. Can I create a product with marginable price. Example is if the product is a gold bar, I want to be able to change constantly the price of the product. Is that possible with aimeo laravel? Sure, you can change the prices as often as you want either by importing a file with new prices on a regula...
by cecosd
11 Jan 2018, 19:02
Forum: Laravel package
Topic: Products with marginable price. How to do this?
Replies: 5
Views: 2287

Re: Products with marginable price. How to do this?

Travin wrote:hey man!
omg i'm feel like a noob too. It's difficult to dive in. :)
Yeah man! Some day we will become master of the source code :D
by cecosd
10 Jan 2018, 19:55
Forum: Laravel package
Topic: Products with marginable price. How to do this?
Replies: 5
Views: 2287

Products with marginable price. How to do this?

Hey people, I have a really complex project going on and I need to know is this package good for my tasks. 1. Can I create a product with marginable price. Example is if the product is a gold bar, I want to be able to change constantly the price of the product. Is that possible with aimeo laravel? 2...
by cecosd
04 Jan 2018, 13:14
Forum: Laravel package
Topic: Problem with creating new site and logging into it's admin
Replies: 2
Views: 1491

Re: Problem with creating new site and logging into it's adm

Thank you for the help!
cecosd wrote: 2. How to access this site with the user details?
It was a silly question. Don't think about it. :)
by cecosd
03 Jan 2018, 09:34
Forum: Laravel package
Topic: Problem with creating new site and logging into it's admin
Replies: 2
Views: 1491

Problem with creating new site and logging into it's admin

Hi there, I am having a problem: 1. I create new site usign the - php artisan aimeos:setup site_name_here The problem is when I add it I can not generate super/admin/editor for this specific site. 2. I have tried to manually set the new customer to be a super admin for example using the following DB...