Search found 93 matches

by sixbynine
11 Jul 2018, 11:05
Forum: Help
Topic: Basket Plugin Log Decorator
Replies: 1
Views: 990

Basket Plugin Log Decorator

I read in the documentation : Since 2015.06, you can log plug-in activities using the "Log" decorator when you need to debug your code, so you will be able to retrace the actions in the log entries. I just wonder where are located the logs of the "Log" decorator. I'm using Larave...
by sixbynine
10 Jul 2018, 13:10
Forum: Laravel package
Topic: Customize product menu in admin
Replies: 4
Views: 2293

Customize product menu in admin

Hello, I've another question. I've products with many different characteristics (around 30 will be set for each product) from differents types (around 100 available). So encoding the "characteristics" with select list is tedious because I need to find each time the characteristic in a very...
by sixbynine
10 Jul 2018, 10:35
Forum: Laravel package
Topic: Unexpected getRebate() value
Replies: 9
Views: 3725

Re: Unexpected getRebate() value

I prefer the second option because indeed the rebate amount could change in the time. Thank you very much !
by sixbynine
09 Jul 2018, 10:11
Forum: Laravel package
Topic: A few bugs after update to Aimeos 2018.07
Replies: 7
Views: 3557

Re: A few bugs after update to Aimeos 2018.07

Thank you very much !
by sixbynine
09 Jul 2018, 09:56
Forum: Laravel package
Topic: A few bugs after update to Aimeos 2018.07
Replies: 7
Views: 3557

Re: A few bugs after update to Aimeos 2018.07

Thank you very much !

For the "typeid" problem,

-----------------------------2484765858301
Content-Disposition: form-data; name="'image[idx][media.typeid]'.replace( 'idx', idx )"

2
by sixbynine
09 Jul 2018, 08:49
Forum: Laravel package
Topic: Unexpected getRebate() value
Replies: 9
Views: 3725

Re: Unexpected getRebate() value

In the user account "my orders" page.
by sixbynine
06 Jul 2018, 09:14
Forum: Laravel package
Topic: Unexpected getRebate() value
Replies: 9
Views: 3725

Re: Unexpected getRebate() value

So, I read everything about this case. And I used the ->getPrice()->getRawValues() to get the original rebate. But I would also like to keep and store the original price rebate value and if I well understand, the field "rebate" in mshop_order table after the order is inserted is used to st...
by sixbynine
05 Jul 2018, 20:53
Forum: Laravel package
Topic: A few bugs after update to Aimeos 2018.07
Replies: 7
Views: 3557

Re: A few bugs after update to Aimeos 2018.07

The solution I found for 1/ is to remove users_address table (but data is lost!) You had records in your users_address table that had no releation to the users table any more. We added that constraint so there will be no more dangling address (and also list) records in the future if you delete an u...
by sixbynine
05 Jul 2018, 20:42
Forum: Laravel package
Topic: Unexpected getRebate() value
Replies: 9
Views: 3725

Re: Unexpected getRebate() value

Thank you a lot for your answer.
It happens indeed after the product is in the basket.

Ok I found this post, explaining everything !

topic847.html

Sorry for the inconvenience.
by sixbynine
05 Jul 2018, 11:28
Forum: Laravel package
Topic: Unexpected getRebate() value
Replies: 9
Views: 3725

Unexpected getRebate() value

I'm trying to get the rebate value of the variant of a selection product (its value is 5.00 in mshop_price) with : $product->getPrice()->getRebate(); ---- returned value : 0.00 Here's a part of the dump of my $product Object. Curiously the rebate is 0.00 (the returned value) in Aimeos\MShop\Price\It...