Search found 43 matches

by xarga
24 Apr 2020, 02:35
Forum: Laravel package
Topic: Tax descriptor Translation on confirmation Emails
Replies: 3
Views: 1304

Re: Tax descriptor Translation on confirmation Emails

Thank you - that worked - By the way I did notice that I get unexpected results if the translated value is not set as an array. For example 'client'=>[ 'delivery' => 'Delivery method', ], Returned a only a 'D' Whereas 'client'=>[ 'delivery' =>[ 'Delivery method'], ], returns the full string.
by xarga
24 Apr 2020, 02:04
Forum: Laravel package
Topic: Required field in Checkout Steps Missed with Returning Customers
Replies: 2
Views: 1129

Required field in Checkout Steps Missed with Returning Customers

Aimeos 2019.10 PHP 7.2 We have several delivery options (Pickup, Curbside pickup and two Delivery options). As a guest user, if I order today using 'Pickup' there are required date and time fields I must fill before moving to the next step. This works fine on my first order. If I come back later and...
by xarga
22 Apr 2020, 20:56
Forum: Laravel package
Topic: Tax descriptor Translation on confirmation Emails
Replies: 3
Views: 1304

Tax descriptor Translation on confirmation Emails

I've got translations in place in shop.php and they for the most part are working. But on the confirmation email I'm getting + 7.75% VAT but instead I need +7.75% Tax In shop.php I have 'i18n' => [ 'en' => [ 'client' => [ 'Telephone' => ['Mobile phone'], 'We have received your payment, and will take...
by xarga
21 Apr 2020, 04:33
Forum: Laravel package
Topic: Single line payment form using Stripe
Replies: 1
Views: 888

Single line payment form using Stripe

How difficult would it be to incorporate Stripe Elements into the Stripe payment process so that instead of separate lines for Credit card number, Expiry date and Verification number, you would have a faster, single-line checkout as shown :
by xarga
20 Apr 2020, 20:17
Forum: Laravel package
Topic: Print Order / Picking/Packing List
Replies: 1
Views: 911

Print Order / Picking/Packing List

I'm not seeing any way to pass confirmed order details to those people responsible for fulfilling any orders. Is there no print order, print picking list or print packing list functions ? To my way of thinking this is perhaps one of the more fundamental requirements of any eCommerce system. Attempti...
by xarga
13 Apr 2020, 07:43
Forum: Laravel package
Topic: Product search function problems - possible bug?
Replies: 7
Views: 4618

Re: Product search function problems - possible bug?

Here's the request and stack trace Request URL http://localhost:8000/shop?_token=Ob4l9IMW2uHtcM29MnLGfJ47ivN0gQpEb9vyat7N&f_catid=11&f_search=cheesecake Method GET -------------------------------------------------------------------- C:\xampp\htdocs\shop\ Illuminate\Routing\Exceptions\UrlGene...
by xarga
13 Apr 2020, 07:26
Forum: Laravel package
Topic: Option to Add a variable Tip
Replies: 3
Views: 1476

Re: Option to Add a variable Tip

Thanks - I'm at a loss as to how to pass the array of tip values to the decorator and how to get the html to show up in the cart. Attached is what I have so far but I'm especially struggling with how to modify a copy of the second decorator example (Supplier.php). From copy of the costs.php decorato...
by xarga
11 Apr 2020, 00:20
Forum: Laravel package
Topic: Change Label Name of Telephone field in Billing Address
Replies: 1
Views: 907

Change Label Name of Telephone field in Billing Address

I've added Telephone as a mandatory field in client/html/checkout/address/billing/mandatory but I'm struggling to find how/where to change the label name "Telephone" to "Mobile Phone" in the Billing Address during Checkout. Doesn't seem to be a consistent way to do this in the fr...
by xarga
09 Apr 2020, 02:04
Forum: Laravel package
Topic: Product search function problems - possible bug?
Replies: 7
Views: 4618

Re: Product search function problems - possible bug?

I now have in /ext/myshop/client/html/templates/catalog/filter/tree-partial-standard <?php /* MOD RMP <a class="cat-item" href="<?= $enc->attr( $this->url( ( $item->getTarget() ?: $target ), $controller, $action, $params, [], $config ) ); ?>"> END MOD RMP */?> <a class="cat-...
by xarga
09 Apr 2020, 01:10
Forum: Laravel package
Topic: Product Tax for single California location
Replies: 1
Views: 867

Product Tax for single California location

Aimeos V 2019.10 and PHP 7.2 Linux (Dev environment Aimeos V 2019.10 and PHP 7.2 Windows 10 / Xampp) Some products in my location are taxable, others are not - but typically they are never "included" in the retail price. Items need to be shown in the basket without tax followed by a Subto...