Page 1 of 1

Products with marginable price. How to do this?

Posted: 10 Jan 2018, 19:55
by cecosd
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. Aimeos is not using laravel eloquent and this is very dificult for me to understand how to use the code. Everythng is really customizable and abstract. Can someone help me with diving into aimeos?

I know i may sound like a noob...sorry about that, but I would like to be able to know how to get myself dive deeper into aimeos.

I hope someone manages to help me. 8-) :geek:
All the best to all of you!

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

Posted: 11 Jan 2018, 07:23
by Travin
hey man!
omg i'm feel like a noob too. It's difficult to dive in. :)

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

Posted: 11 Jan 2018, 13:57
by aimeos
cecosd wrote: 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 regular basis (e.g. every hour) or by replacing the manager in the price domain and access a remote system directly via HTTP.
cecosd wrote: 2. Aimeos is not using laravel eloquent and this is very dificult for me to understand how to use the code. Everythng is really customizable and abstract. Can someone help me with diving into aimeos?
You should first have a look into the Aimeos developer documenation and understand the different layers and composer packages of Aimeos:
https://aimeos.org/docs/Developers/Software_stack

Then, read how you can adapt Aimeos when used with Laravel:
https://aimeos.org/docs/Laravel

Afterwards, you should read the rest of the developer documentation:
https://aimeos.org/docs/Developers

There will be questions left for sure, which you can ask here in the forum. If you need professional support or help with implementation, you can also ask the Aimeos company for help: https://aimeos.com/support/

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

Posted: 11 Jan 2018, 19:02
by cecosd
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

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

Posted: 11 Jan 2018, 19:03
by cecosd
aimeos wrote:
cecosd wrote: 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 regular basis (e.g. every hour) or by replacing the manager in the price domain and access a remote system directly via HTTP.
cecosd wrote: 2. Aimeos is not using laravel eloquent and this is very dificult for me to understand how to use the code. Everythng is really customizable and abstract. Can someone help me with diving into aimeos?
You should first have a look into the Aimeos developer documenation and understand the different layers and composer packages of Aimeos:
https://aimeos.org/docs/Developers/Software_stack

Then, read how you can adapt Aimeos when used with Laravel:
https://aimeos.org/docs/Laravel

Afterwards, you should read the rest of the developer documentation:
https://aimeos.org/docs/Developers

There will be questions left for sure, which you can ask here in the forum. If you need professional support or help with implementation, you can also ask the Aimeos company for help: https://aimeos.com/support/
Thank you!

I have read the documentation but this software is really big. Will spend some more time reading the documentation.
Regards

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

Posted: 12 Jan 2018, 10:34
by aimeos
cecosd wrote:
Travin wrote:Yeah man! Some day we will become master of the source code :D
We are sure you will! :-)
Aimeos as e-commerce framework is extremely flexible and has a lot of features so you need some time to get used to it ...