Search found 26 matches

by IOU42
17 Apr 2023, 08:58
Forum: Laravel package
Topic: Order/invoice custom numbering
Replies: 6
Views: 3663

Re: Order/invoice custom numbering

Thanks, it all makes sense now :D

Appreciate the speedy responses, very helpful!
by IOU42
15 Apr 2023, 14:46
Forum: Laravel package
Topic: Order/invoice custom numbering
Replies: 6
Views: 3663

Re: Order/invoice custom numbering

Hi, The sample code in above link works for me when changing syntax 'method' for 'macro'. use \Aimeos\MShop\Order\Item\Standard as Order; //below method results in error (method not defined): Order::method( 'ordernumber', function( \Aimeos\MShop\Order\Item\Iface $order ) { return 'RE-' . date( 'Y' )...
by IOU42
14 Apr 2023, 16:00
Forum: Laravel package
Topic: Product with required subscription
Replies: 2
Views: 1622

Re: Product with required subscription

Thanks for your response again. I will go with that.
by IOU42
06 Apr 2023, 12:56
Forum: Laravel package
Topic: Product with required subscription
Replies: 2
Views: 1622

Product with required subscription

Hi, I have set up a product with an annual subscription. The product price is also set for a year. As I want to use the subscription (Next Date field) to check is customer is allowed on member area, I also want to enforce the year interval, but now on the product page the interval can be chosen ('no...
by IOU42
21 May 2021, 08:46
Forum: Laravel package
Topic: Categories admin not showing but in database
Replies: 1
Views: 872

Categories admin not showing but in database

Hi all, I have a new issue with the backend. The categories have gone missing in the admin section while they are in the database (also if I create a new one, it is in the db but showing in the admin). Console browser: Request Method: OPTIONS Status Code: 405 Referrer Policy: strict-origin-when-cros...
by IOU42
30 Nov 2020, 13:00
Forum: Laravel package
Topic: Need to add new functionality
Replies: 13
Views: 5850

Re: Need to add new functionality

Hello again, and sorry to be a pain... but I did refresh the review and added new, but still get the rate sum in stead of average? Please see attachments below where I added another test rating: the 3 ratings now total up to 12 stars... mysql table: table_mysql.jpg Product view: rating-after-new-rev...
by IOU42
26 Nov 2020, 08:34
Forum: Laravel package
Topic: Need to add new functionality
Replies: 13
Views: 5850

Re: Need to add new functionality

Thanks for that! The review now indeed accepts empty comment fields, great. The ratings are still being added on my installation. Maybe it is because I upgraded to 2020.10.x-dev from a prior version in stead of starting a fresh install. Table mshop_review: ratings added.jpg Resulting rating on produ...
by IOU42
24 Nov 2020, 10:51
Forum: Laravel package
Topic: Need to add new functionality
Replies: 13
Views: 5850

Re: Need to add new functionality

Hi, sorry for delay. Please see the screenshots below: rates being added in stead of average (1 customer buying same product twice): rating problem 1.JPG review error when no comment is supplied (from the customer profile area) add review without comment error.JPG when clicking on below rate in prod...
by IOU42
13 Nov 2020, 10:58
Forum: Laravel package
Topic: Need to add new functionality
Replies: 13
Views: 5850

Re: Need to add new functionality

Great that this feature is now available! But before live implementation, I have tested it locally and have some troubles with the front end: - the review scores (stars) are being added, i.e. when 2 customers score 4 stars for a product: the front end shows 2 x 4 => 8 stars in stead of the average (...
by IOU42
20 Oct 2020, 15:57
Forum: Laravel package
Topic: Multiple downloads after checkout
Replies: 2
Views: 950

Re: Multiple downloads after checkout

Clear, thank you! When (or maybe beter if ;) ) I get a more profound knowledge of Aimeos, I will give that extension a try.