Search found 21 matches

by ntnsapre
08 Mar 2018, 15:17
Forum: Help
Topic: List orders by product
Replies: 1
Views: 1056

List orders by product

Is there a way (or an option in the admin interface I haven't found as yet) to list all the orders filtered by a product ID?
by ntnsapre
08 Mar 2018, 14:00
Forum: Help
Topic: Change starting order ID
Replies: 1
Views: 1236

Change starting order ID

If I wanted to change the initial order ID, to 1000 instead of 1, can I simply run the query below? Or will that break something/everything?

ALTER TABLE mshop_order AUTO_INCREMENT = 1000;
by ntnsapre
07 Mar 2018, 14:18
Forum: Laravel package
Topic: Receiving order emails twice
Replies: 3
Views: 1704

Re: Receiving order emails twice

Ok, figured this out, it's only happening with mailtrap.io, it's fine with a production email service.
by ntnsapre
05 Mar 2018, 03:28
Forum: Help
Topic: Change the order in which coupons are applied
Replies: 5
Views: 2301

Re: Change the order in which coupons are applied

Yes, it has been fixed, thank you very much! :-)
by ntnsapre
04 Mar 2018, 12:37
Forum: Help
Topic: Change the order in which coupons are applied
Replies: 5
Views: 2301

Re: Change the order in which coupons are applied

Is there any other information you need?
by ntnsapre
04 Mar 2018, 04:02
Forum: Help
Topic: Change the order in which coupons are applied
Replies: 5
Views: 2301

Re: Change the order in which coupons are applied

Please see attached. If the 20% Discount is applied first, and the 100 USD rebate second, the total should be 1100 and the total discount should be 400.
by ntnsapre
03 Mar 2018, 07:09
Forum: Help
Topic: Change the order in which coupons are applied
Replies: 5
Views: 2301

Change the order in which coupons are applied

If I have two coupons, one a PercentRebate and the other FixedRebate. Is there a way to force the order - such that the PercentRebate is always applied first, followed by the FixedRebate? At the moment, no matter what order I apply the coupons, the FixedRebate is applied first, followed by the Perce...
by ntnsapre
03 Mar 2018, 07:06
Forum: Laravel package
Topic: Receiving order emails twice
Replies: 3
Views: 1704

Re: Receiving order emails twice

No, the BCC and the FROM email are the same, but the TO address is different....
by ntnsapre
01 Mar 2018, 08:58
Forum: Laravel package
Topic: Receiving order emails twice
Replies: 3
Views: 1704

Receiving order emails twice

For some reason, everytime I place an order, I get the confirmation email twice. Even the message ID is the same! :? Any help pointing me in the right direction would be much appreciated. My cron jobs appear to be set properly. Aimeos version: 2017.10 PHP version: 7.1 Package: Laravel 5.5 Environmen...
by ntnsapre
24 Feb 2018, 13:48
Forum: Laravel package
Topic: Add Mini basket to all pages Aimeos
Replies: 4
Views: 2485

Re: Add Mini basket to all pages Aimeos

Does this solution work if I want to add the mini basket to my own pages? (Not pages within the shop)