Search found 43 matches

by xarga
24 Jun 2020, 18:39
Forum: Laravel package
Topic: Pickup/Delivery Date on Services->Delivery methods.
Replies: 5
Views: 2633

Pickup/Delivery Date on Services->Delivery methods.

After adding Provider > Date to all our delivery methods the shopper must enter a Delivery/Pickup date after selecting their preferred delivery method. However, some MacBook Pro users have complained they cannot checkout because the date field does not function as expected in the Safari browser. The...
by xarga
02 Jun 2020, 21:12
Forum: Laravel package
Topic: How to set local Time Zone
Replies: 1
Views: 1065

Re: How to set local Time Zone

Resolved:

I see that it was specifically set inside config/app.php which overrides the PHP setting

I've changed it from

'timezone' => 'UTC',
to
'timezone' => 'America/Los_Angeles',

and cleared and re-cached config and it's set as we need it.
by xarga
02 Jun 2020, 03:56
Forum: Laravel package
Topic: Dashboard reports do not reflect actual sales
Replies: 1
Views: 880

Dashboard reports do not reflect actual sales

In the Dashboard the sales report for the last 30 days is wildly different from the actual sales when the order values are added together. Mousing over the graph for a specific day shows a $USD value that is 4.5 times the actual sum of the orders in the system for that day. The rest of the reports a...
by xarga
02 Jun 2020, 03:32
Forum: Laravel package
Topic: How to set local Time Zone
Replies: 1
Views: 1065

How to set local Time Zone

Aimeos 2019.10 Laravel 6 Linux/Centos My server time zone is Eastern Standard Time (New York) And my Aimeos Installation is time-zone localized through it's php.ini file with date.timezone ="America/Los_Angeles" However, an order placed at 8pm on June 1st appears in the database as placed ...
by xarga
13 May 2020, 04:50
Forum: Laravel package
Topic: Incorrect coupon codes accepted in basket
Replies: 1
Views: 855

Incorrect coupon codes accepted in basket

Aimeos 2019.10 dev Laravel 6 PHP 7.2 I've setup a fixed rebate coupon and limited the maximum number of coupon codes a user can enter to 2. ( I'm using one coupon slot for the recently-created Tip decorator) . I see that the system does not completely reject an incorrect coupon code but instead stor...
by xarga
12 May 2020, 21:53
Forum: Laravel package
Topic: Skipping payment provider in checkout
Replies: 4
Views: 2416

Re: Skipping payment provider in checkout

Aimeos 2019.10 dev Laravel 6 php 7.2 I'm still getting the error that the payment method is missing once I get to stripe payment process I've set the Autofill basket plugin to (autofill.payment: 1) And set my shop.php config as follows: 'checkout' => [ 'standard'=> [ 'standard'=> [ 'subparts'=>[ 'ad...
by xarga
29 Apr 2020, 03:41
Forum: Laravel package
Topic: Change Date label for delivery types ( Pick-up / Delivery)
Replies: 3
Views: 1344

Re: Change Date label for delivery types ( Pick-up / Delivery)

Screenshot attached. My first post regarding this was incorrect - I don't think there ever was a Delivery date in the application - only Pickup date. But in the catering and fresh food delivery business a required Delivery date is obviously important.
screenshot1.jpg
screenshot1.jpg (64.93 KiB) Viewed 1317 times
by xarga
29 Apr 2020, 02:14
Forum: Laravel package
Topic: Duplicate and Triplicate Stripe Payments for some Checkout Transactions
Replies: 3
Views: 1685

Duplicate and Triplicate Stripe Payments for some Checkout Transactions

Aimeos 2019.10 Omnipay ^3.0 PHP 7.2 Linux In about 10-15% of transactions we're seeing duplicate and even triplicate Stripe payments occurring. Each payment in the stripe dashboard has a different token but the same order No and same date:hour:min Most of these have happened on the iPhone X running ...
by xarga
24 Apr 2020, 06:52
Forum: Laravel package
Topic: Change Date label for delivery types ( Pick-up / Delivery)
Replies: 3
Views: 1344

Change Date label for delivery types ( Pick-up / Delivery)

I have three delivery Methods Pickup from Store Curbside Pickup Regular Delivery Each of these have mandatory date fields I changed the "Delivery date" translation to "Pickup Date" for the first two but this also appears for the Delivery method which is confusing to the customer ...
by xarga
24 Apr 2020, 05:45
Forum: Laravel package
Topic: Required field in Checkout Steps Missed with Returning Customers
Replies: 2
Views: 1129

Re: Required field in Checkout Steps Missed with Returning Customers

I've resolved (2) but not (1)
I thought disabling the autofill - (Adds addresses/delivery/payment to basket) plugin setting might force returning customers through all checkout subparts but I'm still seeing this issue.