Search found 37 matches

by nowrap
06 Jun 2023, 19:19
Forum: Laravel package
Topic: How to create a selection product with different price vouchers?
Replies: 4
Views: 3322

Re: How to create a selection product with different price vouchers?

Thx alot,

i guess, it was a configuration misunderstanding.

We created one selection product and added one variant article with 4 variant attributes (price).

The right working way it seems, is to add one variant article with one variant attribute (price) for each selectable item.
by nowrap
05 Jun 2023, 20:02
Forum: Laravel package
Topic: How to create a selection product with different price vouchers?
Replies: 4
Views: 3322

Re: How to create a selection product with different price vouchers?

Thank you for your answer! @spooky basket items: We added 25 EUR as the default price. So the Submit-Button is back. If clicked with any value selected, the product text includes all variants and the price is the sum of the default price plus all variants: Test Voucher Selection price 25 Euro Wertgu...
by nowrap
31 May 2023, 22:00
Forum: Laravel package
Topic: How to create a selection product with different price vouchers?
Replies: 4
Views: 3322

How to create a selection product with different price vouchers?

Hello, we want to create a selection product in order to choose different prices for a voucher. But we are failing. We created a voucher with different prices and added this one as a variant to the selection product and the prices as variant attributes: https://owncloud.nowrap.net/apps/files_sharing...
by nowrap
27 May 2023, 20:38
Forum: Laravel package
Topic: stripe checkout exception after composer up removed php-http/message-factory
Replies: 2
Views: 2327

stripe checkout exception after composer up removed php-http/message-factory

Hello, i made a composer up today: - Removing php-http/message-factory (1.1.0) - Upgrading aimeos/ai-admin-graphql (2022.10.8 => 2022.10.9) - Upgrading aimeos/ai-admin-jqadm (2022.10.10 => 2022.10.12) - Upgrading aimeos/ai-client-html (2022.10.10 => 2022.10.11) - Upgrading aimeos/ai-controller-jobs ...
by nowrap
27 May 2023, 20:20
Forum: Help
Topic: Temporary order limit reached
Replies: 8
Views: 5402

Re: Temporary order limit reached

Thanks for your reply. My idea was to disable the limit for some users and keep the default values for everyone else.
by nowrap
26 May 2023, 20:06
Forum: Help
Topic: Temporary order limit reached
Replies: 8
Views: 5402

Re: Temporary order limit reached

Hello,

is it possible to set limit-count and limit-seconds for a specified user individual?

Regards
nowrap
by nowrap
12 Apr 2023, 20:15
Forum: Help
Topic: Voucher and shipment costs presentation
Replies: 2
Views: 2304

Re: Voucher and shipment costs presentation

Thx alot for pointing me in the right direction.
by nowrap
08 Apr 2023, 18:54
Forum: Help
Topic: Voucher and shipment costs presentation
Replies: 2
Views: 2304

Voucher and shipment costs presentation

Hello, we try to implement voucher coupon codes - as buyable gift cards or predefined coupon codes with a custom coupon provider (as mentioned here in the board ) We made some progress but we have a question regards the shipment cost presentation. a) with applied coupon https://owncloud.nowrap.net/a...
by nowrap
17 Mar 2023, 16:59
Forum: Laravel package
Topic: Called unknown macro "clea" on class "Aimeos\MShop\Customer\Item\Standard"
Replies: 6
Views: 1841

Re: Called unknown macro "clea" on class "Aimeos\MShop\Customer\Item\Standard"

Most impressive! No, the lines reads: $billingAddress = $item->clea(); Maybe the code search from PHPStorm skipped the vendor dirs. A "composer status -v" also shows this class as modified: src/MShop/Customer/Manager/Laravel.php So restoring it should end this issue. Thanx alot for your he...